summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaut Mattern <tmattern@users.sourceforge.net>2004-07-18 15:31:29 +0000
committerThibaut Mattern <tmattern@users.sourceforge.net>2004-07-18 15:31:29 +0000
commit6f6e3b593bd12896614bb25f3b03a697f5a1d53c (patch)
tree168ce6feb313a61412d63492b13db863525daf4c
parentcce87ff42b3ff43fe97eab277e8570249be5d0a7 (diff)
downloadxine-lib-6f6e3b593bd12896614bb25f3b03a697f5a1d53c.tar.gz
xine-lib-6f6e3b593bd12896614bb25f3b03a697f5a1d53c.tar.bz2
Argl, i always forget something. :<
CVS patchset: 6808 CVS date: 2004/07/18 15:31:29
-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 40b7d57aa..28880355d 100644
--- a/src/libffmpeg/Makefile.am
+++ b/src/libffmpeg/Makefile.am
@@ -13,7 +13,8 @@ lib_LTLIBRARIES = xineplug_decode_ff.la xineplug_decode_dvaudio.la
if HAVE_DXR3
AM_CPPFLAGS = -I$(top_srcdir)/src/dxr3 $(X_CFLAGS)
-xineplug_decode_ff_la_SOURCES = xine_decoder.c audio_decoder.c video_decoder.c xine_encoder.c
+xineplug_decode_ff_la_SOURCES = xine_decoder.c audio_decoder.c video_decoder.c \
+ xine_encoder.c mpeg_parser.c
# The dxr3 uses ffmpegs MPEG encoder by dlopen()ing the ffmpeg plugin and
# dlsym()ing the necessary function. Therefore we must allow more exported
# symbols and cannot use @XINE_PLUGIN_MIN_SYMS@