diff options
| author | Darren Salt <devspam@moreofthesa.me.uk> | 2014-02-26 15:28:24 +0000 |
|---|---|---|
| committer | Darren Salt <devspam@moreofthesa.me.uk> | 2014-02-26 15:28:24 +0000 |
| commit | 3f721ef66e89b8e091dab0af10bb674517aa731c (patch) | |
| tree | 405e1454bf54aa2a727c8c39a45b320d6bdf0934 /src/spu_dec | |
| parent | cf7abba9c6c6fb0fda0464986228b10ea5e279ec (diff) | |
| download | xine-lib-3f721ef66e89b8e091dab0af10bb674517aa731c.tar.gz xine-lib-3f721ef66e89b8e091dab0af10bb674517aa731c.tar.bz2 | |
dvdnav-config has gone away.
Diffstat (limited to 'src/spu_dec')
| -rw-r--r-- | src/spu_dec/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spu_dec/Makefile.am b/src/spu_dec/Makefile.am index 85aedf9e9..355a8a607 100644 --- a/src/spu_dec/Makefile.am +++ b/src/spu_dec/Makefile.am @@ -21,7 +21,7 @@ xineplug_decode_spucmml_la_SOURCES = cmml_decoder.c xineplug_decode_spucmml_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) if WITH_EXTERNAL_DVDNAV -external_dvdnav_libs = $(DVDNAV_LIBS) +external_dvdnav_libs = $(DVDNAV_LIBS) $(DVDREAD_LIBS) internal_dvdnav_sources = else external_dvdnav_libs = @@ -30,7 +30,7 @@ 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) $(LTLIBINTL) -xineplug_decode_spu_la_CFLAGS = $(AM_CFLAGS) $(DVDNAV_CFLAGS) -I$(top_srcdir)/src/input/libdvdnav +xineplug_decode_spu_la_CFLAGS = $(AM_CFLAGS) $(DVDNAV_CFLAGS) $(DVDREAD_CFLAGS) -I$(top_srcdir)/src/input/libdvdnav xineplug_decode_spudvb_la_SOURCES = spudvb_decoder.c xineplug_decode_spudvb_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS) $(LTLIBINTL) |
