summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2003-10-31 22:14:32 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2003-10-31 22:14:32 +0000
commitd5d6cb86986c3c1d1e22c76cb939898834e5f4de (patch)
tree7ea8bc7b0072827619827b43309de720771840ae
parent45c34efe41ddcd5331f082322913a9676b8ccd8e (diff)
downloadxine-lib-d5d6cb86986c3c1d1e22c76cb939898834e5f4de.tar.gz
xine-lib-d5d6cb86986c3c1d1e22c76cb939898834e5f4de.tar.bz2
And now really the fix. :-)
CVS patchset: 5656 CVS date: 2003/10/31 22:14:32
-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 65f55d915..afd53d552 100644
--- a/src/libffmpeg/Makefile.am
+++ b/src/libffmpeg/Makefile.am
@@ -23,6 +23,6 @@ xineplug_decode_ff_la_SOURCES = xine_decoder.c
xineplug_decode_ff_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
endif
-xineplug_decode_ff_la_LIBADD = $(MLIB_LIBS) $(XINE_LIB) $(XVMC_LIBS) \
+xineplug_decode_ff_la_LIBADD = $(MLIB_LIBS) $(XINE_LIB) $(XVMC_LIB) \
$(top_builddir)/src/libffmpeg/libavcodec/libavcodec.la \
$(top_builddir)/src/libffmpeg/libavcodec/libpostproc/libpostprocess.la