summaryrefslogtreecommitdiff
path: root/src/libffmpeg
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-06-12 22:32:26 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-06-12 22:32:26 +0100
commit58d9467d1b2188463b216b79b51a423559e97a75 (patch)
tree233624f3ae7213c376b6b293160b153061ed7e43 /src/libffmpeg
parentaba1fd253b3a2c5cfa13e13eefea469e4e3dff9b (diff)
parent125e98b02c9d62e09e154f176aacc2b9c51fd164 (diff)
downloadxine-lib-58d9467d1b2188463b216b79b51a423559e97a75.tar.gz
xine-lib-58d9467d1b2188463b216b79b51a423559e97a75.tar.bz2
A nice simple merge from 1.1.
Hopefully, I've applied all of the $(LTLIBINTL) changes correctly...
Diffstat (limited to 'src/libffmpeg')
-rw-r--r--src/libffmpeg/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libffmpeg/Makefile.am b/src/libffmpeg/Makefile.am
index ab866706c..42fe20f95 100644
--- a/src/libffmpeg/Makefile.am
+++ b/src/libffmpeg/Makefile.am
@@ -54,9 +54,9 @@ endif
nodist_xineplug_decode_ff_la_SOURCES = ffmpeg_config.h
xineplug_decode_ff_la_LIBADD = $(MLIB_LIBS) $(XINE_LIB) -lm $(ZLIB_LIBS) \
- $(link_ffmpeg) $(PTHREAD_LIBS)
+ $(link_ffmpeg) $(PTHREAD_LIBS) $(LTLIBINTL)
xineplug_decode_ff_la_LDFLAGS = $(AM_LDFLAGS) $(IMPURE_TEXT_LDFLAGS)
xineplug_decode_dvaudio_la_SOURCES = ff_dvaudio_decoder.c
-xineplug_decode_dvaudio_la_LIBADD = $(XINE_LIB)
+xineplug_decode_dvaudio_la_LIBADD = $(XINE_LIB) $(LTLIBINTL)
xineplug_decode_dvaudio_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/contrib/ffmpeg/libavcodec