diff options
author | Andre Pang <athp@users.sourceforge.net> | 2004-10-20 05:02:55 +0000 |
---|---|---|
committer | Andre Pang <athp@users.sourceforge.net> | 2004-10-20 05:02:55 +0000 |
commit | 5a18818b13d8b49b8ff1d08be99cfd268abc7acb (patch) | |
tree | 9a186ac50204ffed36c21c4a7e14e538ad1da4d9 /src | |
parent | 6e3206aef0f424cfa65185ef7ca8c4f4ccebfde7 (diff) | |
download | xine-lib-5a18818b13d8b49b8ff1d08be99cfd268abc7acb.tar.gz xine-lib-5a18818b13d8b49b8ff1d08be99cfd268abc7acb.tar.bz2 |
Enable dvdnav support even if CDROM ioctls are not found. This makes xine work with DVDs on Mac OS X: please test on other platforms to ensure there are no regressions.
CVS patchset: 7053
CVS date: 2004/10/20 05:02:55
Diffstat (limited to 'src')
-rw-r--r-- | src/input/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index 1f950075d..876334d78 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -17,13 +17,7 @@ libdir = $(XINE_PLUGINDIR) # if HAVE_CDROM_IOCTLS -in_dvd = xineplug_inp_dvd.la -## build both vcd for now -##if ENABLE_VCD -##else in_vcd = xineplug_inp_vcdo.la -##endif -#in_cda = xineplug_inp_cda.la endif if HAVE_V4L @@ -40,6 +34,7 @@ in_smb = xineplug_inp_smb.la endif # For DVD +in_dvd = xineplug_inp_dvd.la if HAVE_DVDNAV DVD_CFLAGS = $(DVDNAV_CFLAGS) link_dvdnav = $(DVDNAV_LIBS) |