0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

_inputmodules vs _noinputmodules typo fix

noticed by Klaus Müller, mk.2001 web de


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20758 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-07 21:05:03 +00:00
parent 3c49701490
commit 855455432a

2
configure vendored
View File

@ -5175,7 +5175,7 @@ fi
if test "$_dvdread_internal" = yes; then
_def_dvdread_internal="#define USE_DVDREAD_INTERNAL 1"
_def_dvdread='#define USE_DVDREAD 1'
_inputmodules="dvdread $_noinputmodules"
_inputmodules="dvdread $_inputmodules"
_largefiles=yes
if linux || netbsd || openbsd || bsdos ; then
_def_dvd_linux='#define HAVE_LINUX_DVD_STRUCT 1'