vlc | branch: master | Steve Lhomme <[email protected]> | Thu Mar 7 15:01:17 2019 +0100| [535b27b469fde115ad31d4540a13ebdc7e3c1995] | committer: Steve Lhomme
configure: disable vcd/cdda access for Winstore builds DeviceIoControl and all the IOCTL_CDROM_xxx we use are not available > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=535b27b469fde115ad31d4540a13ebdc7e3c1995 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c36ab9940c..b87e969abc 100644 --- a/configure.ac +++ b/configure.ac @@ -2101,7 +2101,7 @@ AC_ARG_ENABLE([libcddb], AS_HELP_STRING([--disable-libcddb], [disable CDDB for Audio CD (default enabled)])) -if test "${enable_vcd}" != "no" +if test "${enable_vcd}" != "no" -a test "${enable_winstore_app}" != "yes" then AC_MSG_CHECKING(for cdrom_msf0 in linux/cdrom.h) AC_EGREP_HEADER(cdrom_msf0,linux/cdrom.h,[ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
