diff options
author | Reinhard Nißl <rnissl@gmx.de> | 2011-04-15 21:53:59 +0200 |
---|---|---|
committer | Reinhard Nißl <rnissl@gmx.de> | 2011-04-15 21:53:59 +0200 |
commit | 713cbfc4fd926c1596bfa4f093fae308316004c2 (patch) | |
tree | b2fb132960fcd0515e813d552d23a17f75763833 | |
parent | 6fa5ad78275f7f94565df3aaf3ef9bcf52c790fa (diff) | |
download | xine-lib-713cbfc4fd926c1596bfa4f093fae308316004c2.tar.gz xine-lib-713cbfc4fd926c1596bfa4f093fae308316004c2.tar.bz2 |
Fix building out of source directory.
-rw-r--r-- | src/xine-engine/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index b081a4f30..1e8d1be92 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/misc/Makefile.common include $(top_srcdir)/lib/Makefile.common -AM_CFLAGS = -I$(top_builddir)/src/video_out $(DEFAULT_OCFLAGS) $(X_CFLAGS) $(FT2_CFLAGS) $(FONTCONFIG_CFLAGS) \ +AM_CFLAGS = -I$(top_srcdir)/src/video_out $(DEFAULT_OCFLAGS) $(X_CFLAGS) $(FT2_CFLAGS) $(FONTCONFIG_CFLAGS) \ $(AVUTIL_CFLAGS) $(VISIBILITY_FLAG) AM_CPPFLAGS = $(XDG_BASEDIR_CPPFLAGS) $(ZLIB_CPPFLAGS) -DXINE_LIBRARY_COMPILE |