summaryrefslogtreecommitdiff
path: root/src/libffmpeg/Makefile.am
diff options
context:
space:
mode:
authorHeiko Schaefer <heikos@users.sourceforge.net>2001-08-17 13:34:25 +0000
committerHeiko Schaefer <heikos@users.sourceforge.net>2001-08-17 13:34:25 +0000
commit63d519983a6a5776e473454b912a2e7521c4262a (patch)
tree5c7e0779d7635359528be5e5f8ae67d521ca1826 /src/libffmpeg/Makefile.am
parent6951f7e71dfab220d0b00a3fe75e38a082d9ab57 (diff)
downloadxine-lib-63d519983a6a5776e473454b912a2e7521c4262a.tar.gz
xine-lib-63d519983a6a5776e473454b912a2e7521c4262a.tar.bz2
compile-fix for non-gnu systems (e.g. freebsd)
CVS patchset: 441 CVS date: 2001/08/17 13:34:25
Diffstat (limited to 'src/libffmpeg/Makefile.am')
-rw-r--r--src/libffmpeg/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libffmpeg/Makefile.am b/src/libffmpeg/Makefile.am
index 998146fe3..992b45aec 100644
--- a/src/libffmpeg/Makefile.am
+++ b/src/libffmpeg/Makefile.am
@@ -18,7 +18,7 @@ xineplug_decode_ff_la_LDFLAGS = \
$(top_builddir)/src/libffmpeg/libavcodec/libavcodec.la \
-avoid-version -module
-noinst_HEADERS = config.h bswap.h
+noinst_HEADERS = config.h
debug:
@$(MAKE) CFLAGS="@DEBUG_CFLAGS@ -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H"