diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-12-15 19:55:19 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-12-15 19:55:19 +0000 |
commit | cf2c2b5596c759637a17b72773854751530279bf (patch) | |
tree | 7b581522cb4872838476cd48978cb92f057372c9 /src | |
parent | 4c90da28e5dd01cb5fa01a293c418690d395d9f6 (diff) | |
download | xine-lib-cf2c2b5596c759637a17b72773854751530279bf.tar.gz xine-lib-cf2c2b5596c759637a17b72773854751530279bf.tar.bz2 |
Re-fix linkage failure caused by the av_free() changes in the ffmpeg decoders.
Diffstat (limited to 'src')
-rw-r--r-- | src/combined/ffmpeg/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/ffmpeg/Makefile.am b/src/combined/ffmpeg/Makefile.am index c0eeccffd..a89f19be5 100644 --- a/src/combined/ffmpeg/Makefile.am +++ b/src/combined/ffmpeg/Makefile.am @@ -13,5 +13,5 @@ nodist_xineplug_decode_ff_la_SOURCES = ffmpeg_config.h xineplug_decode_ff_la_CFLAGS = $(AM_CFLAGS) $(FFMPEG_CFLAGS) $(FFMPEG_POSTPROC_CFLAGS) xineplug_decode_ff_la_LIBADD = $(XINE_LIB) $(MLIB_LIBS) -lm $(ZLIB_LIBS) \ - $(FFMPEG_LIBS) $(FFMPEG_POSTPROC_LIBS) $(PTHREAD_LIBS) $(LTLIBINTL) + $(FFMPEG_LIBS) $(AVUTIL_LIBS) $(FFMPEG_POSTPROC_LIBS) $(PTHREAD_LIBS) $(LTLIBINTL) xineplug_decode_ff_la_LDFLAGS = $(AM_LDFLAGS) $(IMPURE_TEXT_LDFLAGS) |