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/dxr3 | |
parent | cf7abba9c6c6fb0fda0464986228b10ea5e279ec (diff) | |
download | xine-lib-3f721ef66e89b8e091dab0af10bb674517aa731c.tar.gz xine-lib-3f721ef66e89b8e091dab0af10bb674517aa731c.tar.bz2 |
dvdnav-config has gone away.
Diffstat (limited to 'src/dxr3')
-rw-r--r-- | src/dxr3/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dxr3/Makefile.am b/src/dxr3/Makefile.am index b904c899a..b6b813033 100644 --- a/src/dxr3/Makefile.am +++ b/src/dxr3/Makefile.am @@ -33,8 +33,8 @@ xineplug_decode_dxr3_video_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) if WITH_EXTERNAL_DVDNAV xineplug_decode_dxr3_spu_la_SOURCES = dxr3_decode_spu.c -xineplug_decode_dxr3_spu_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) $(DVDNAV_LIBS) -xineplug_decode_dxr3_spu_la_CFLAGS = $(AM_CFLAGS) $(DVDNAV_CFLAGS) +xineplug_decode_dxr3_spu_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) $(DVDNAV_LIBS) $(DVDREAD_LIBS) +xineplug_decode_dxr3_spu_la_CFLAGS = $(AM_CFLAGS) $(DVDNAV_CFLAGS) $(DVDREAD_CFLAGS) else xineplug_decode_dxr3_spu_la_SOURCES = dxr3_decode_spu.c nav_read.c xineplug_decode_dxr3_spu_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) |