summaryrefslogtreecommitdiff
path: root/src/libffmpeg/Makefile.am
diff options
context:
space:
mode:
authorJames Stembridge <jstembridge@users.sourceforge.net>2003-03-14 17:46:05 +0000
committerJames Stembridge <jstembridge@users.sourceforge.net>2003-03-14 17:46:05 +0000
commitbc31d1761224b340fdfc0f8bf7f55069fee6ea4f (patch)
treea05ed58397a09cfbecfa5c2bff4d44089eb1f76c /src/libffmpeg/Makefile.am
parent298a8fdd0137cb97df44c4730f848f5b881cb4ab (diff)
downloadxine-lib-bc31d1761224b340fdfc0f8bf7f55069fee6ea4f.tar.gz
xine-lib-bc31d1761224b340fdfc0f8bf7f55069fee6ea4f.tar.bz2
mpeg-4 post processing :)
CVS patchset: 4411 CVS date: 2003/03/14 17:46:05
Diffstat (limited to 'src/libffmpeg/Makefile.am')
-rw-r--r--src/libffmpeg/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libffmpeg/Makefile.am b/src/libffmpeg/Makefile.am
index 0068f18ad..acdfd6c08 100644
--- a/src/libffmpeg/Makefile.am
+++ b/src/libffmpeg/Makefile.am
@@ -19,7 +19,8 @@ lib_LTLIBRARIES = xineplug_decode_ff.la
xineplug_decode_ff_la_SOURCES = xine_decoder.c
xineplug_decode_ff_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
xineplug_decode_ff_la_LIBADD = $(XINE_LIB) \
- $(top_builddir)/src/libffmpeg/libavcodec/libavcodec.la
+ $(top_builddir)/src/libffmpeg/libavcodec/libavcodec.la \
+ $(top_builddir)/src/libffmpeg/libavcodec/libpostproc/libpostprocess.la
debug:
@list='$(SUBDIRS)'; for subdir in $$list; do \