diff options
Diffstat (limited to 'src/dxr3/Makefile.am')
-rw-r--r-- | src/dxr3/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dxr3/Makefile.am b/src/dxr3/Makefile.am index 33b71dc23..8cd3759c2 100644 --- a/src/dxr3/Makefile.am +++ b/src/dxr3/Makefile.am @@ -27,6 +27,7 @@ xineplug_decode_dxr3_video_la_LIBADD = $(XINE_LIB) xineplug_decode_dxr3_video_la_LDFLAGS = -avoid-version -module if HAVE_DVDNAV +AM_CPPFLAGS = $(DVDNAV_CFLAGS) xineplug_decode_dxr3_spu_la_SOURCES = dxr3_decode_spu.c xineplug_decode_dxr3_spu_la_LIBADD = $(XINE_LIB) $(DVDNAV_LIBS) else |