summaryrefslogtreecommitdiff
path: root/src/dxr3
diff options
context:
space:
mode:
authorDarren Salt <devspam@moreofthesa.me.uk>2014-02-26 15:28:24 +0000
committerDarren Salt <devspam@moreofthesa.me.uk>2014-02-26 15:28:24 +0000
commit3f721ef66e89b8e091dab0af10bb674517aa731c (patch)
tree405e1454bf54aa2a727c8c39a45b320d6bdf0934 /src/dxr3
parentcf7abba9c6c6fb0fda0464986228b10ea5e279ec (diff)
downloadxine-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.am4
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)