diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2003-10-31 22:08:36 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2003-10-31 22:08:36 +0000 |
commit | 45c34efe41ddcd5331f082322913a9676b8ccd8e (patch) | |
tree | 3d53751c754036d1eb8d49929d4b0da61eb2e6a6 /src/libffmpeg | |
parent | ded960a22e299f478e68df7323d36d2886ec97ff (diff) | |
download | xine-lib-45c34efe41ddcd5331f082322913a9676b8ccd8e.tar.gz xine-lib-45c34efe41ddcd5331f082322913a9676b8ccd8e.tar.bz2 |
Fix the unresolved symbol in ffmpeg configured on systems with XVMC.
Increase verbosity level in error messages of loading plugins.
CVS patchset: 5655
CVS date: 2003/10/31 22:08:36
Diffstat (limited to 'src/libffmpeg')
-rw-r--r-- | src/libffmpeg/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libffmpeg/Makefile.am b/src/libffmpeg/Makefile.am index 9bccb7589..65f55d915 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) \ +xineplug_decode_ff_la_LIBADD = $(MLIB_LIBS) $(XINE_LIB) $(XVMC_LIBS) \ $(top_builddir)/src/libffmpeg/libavcodec/libavcodec.la \ $(top_builddir)/src/libffmpeg/libavcodec/libpostproc/libpostprocess.la |