diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-12-28 22:37:46 +0000 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-12-28 22:37:46 +0000 |
| commit | 9b1919bc4c4ca38d41768fd63727cf7b0e279464 (patch) | |
| tree | 81d2a8eda7558ed37832f113285430731d28f474 /src/spu_dec | |
| parent | bbd913fb70c8c432e846b7f5619669329e913593 (diff) | |
| parent | 025dd84d92449638ef705dd7fcc20a135c421341 (diff) | |
| download | xine-lib-9b1919bc4c4ca38d41768fd63727cf7b0e279464.tar.gz xine-lib-9b1919bc4c4ca38d41768fd63727cf7b0e279464.tar.bz2 | |
Merge from 1.1.
--HG--
rename : src/libxineadec/Makefile.am => src/audio_dec/Makefile.am
rename : src/libxinevdec/Makefile.am => src/video_dec/Makefile.am
rename : src/libmpeg2/Makefile.am => src/video_dec/libmpeg2/Makefile.am
Diffstat (limited to 'src/spu_dec')
| -rw-r--r-- | src/spu_dec/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spu_dec/Makefile.am b/src/spu_dec/Makefile.am index 2511fc99d..98048fe01 100644 --- a/src/spu_dec/Makefile.am +++ b/src/spu_dec/Makefile.am @@ -26,7 +26,7 @@ internal_dvdnav_sources = nav_read.c endif xineplug_decode_spu_la_SOURCES = $(internal_dvdnav_sources) spudec.c spudec.h spu_decoder.c -xineplug_decode_spu_la_LIBADD = $(XINE_LIB) $(external_dvdnav_libs) $(PTHREAD_LIBS) +xineplug_decode_spu_la_LIBADD = $(XINE_LIB) $(external_dvdnav_libs) $(PTHREAD_LIBS) $(LTLIBINTL) xineplug_decode_spu_la_CFLAGS = $(AM_CFLAGS) $(DVDNAV_CFLAGS) -I$(top_srcdir)/src/input/libdvdnav xineplug_decode_spudvb_la_SOURCES = spudvb_decoder.c |
