diff options
author | Matt Messier <mmessier@grapetv.org> | 2007-05-12 14:18:38 -0400 |
---|---|---|
committer | Matt Messier <mmessier@grapetv.org> | 2007-05-12 14:18:38 -0400 |
commit | aa6b402b7a240b6f55c063b021c5c211f46ec8bd (patch) | |
tree | a4c14e2633b549f8d2ffe3d1bef9363a4c771cb3 /src/dxr3 | |
parent | 67b0ebb21185cb8ea2972dead6870bab8306724e (diff) | |
download | xine-lib-aa6b402b7a240b6f55c063b021c5c211f46ec8bd.tar.gz xine-lib-aa6b402b7a240b6f55c063b021c5c211f46ec8bd.tar.bz2 |
More configure/Makefile cleanups
-- Make a pass at cleaning up contrib/ Makefile.am files
-- Rename many AM_CONDITIONALS for consistency and give them better names to
better indicate what they mean
-- Remove some dead input plugin tests
-- Clean up AM_PATH_DVDNAV
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 dc1f26743..26743d43c 100644 --- a/src/dxr3/Makefile.am +++ b/src/dxr3/Makefile.am @@ -18,7 +18,7 @@ endif noinst_HEADERS = em8300.h dxr3.h dxr3_scr.h video_out_dxr3.h -if HAVE_DXR3 +if ENABLE_DXR3 xineplug_LTLIBRARIES = xineplug_decode_dxr3_video.la \ xineplug_decode_dxr3_spu.la \ xineplug_vo_out_dxr3.la @@ -27,7 +27,7 @@ endif xineplug_decode_dxr3_video_la_SOURCES = dxr3_decode_video.c xineplug_decode_dxr3_video_la_LIBADD = $(XINE_LIB) -if HAVE_DVDNAV +if WITH_EXTERNAL_DVDNAV xineplug_decode_dxr3_spu_la_SOURCES = dxr3_decode_spu.c xineplug_decode_dxr3_spu_la_LIBADD = $(XINE_LIB) $(DVDNAV_LIBS) xineplug_decode_dxr3_spu_la_CFLAGS = $(AM_CFLAGS) $(DVDNAV_CFLAGS) |