diff options
| author | James Stembridge <jstembridge@users.sourceforge.net> | 2003-03-14 17:46:05 +0000 |
|---|---|---|
| committer | James Stembridge <jstembridge@users.sourceforge.net> | 2003-03-14 17:46:05 +0000 |
| commit | bc31d1761224b340fdfc0f8bf7f55069fee6ea4f (patch) | |
| tree | a05ed58397a09cfbecfa5c2bff4d44089eb1f76c /src/libffmpeg/Makefile.am | |
| parent | 298a8fdd0137cb97df44c4730f848f5b881cb4ab (diff) | |
| download | xine-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.am | 3 |
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 \ |
