Mercurial > mplayer.hg
comparison configure @ 20742:172fed37b456
_inputmodules vs _noinputmodules typo fix
noticed by Klaus M¸«äller, mk.2001 web de
author | diego |
---|---|
date | Tue, 07 Nov 2006 21:05:03 +0000 |
parents | 411880b516d4 |
children | b4c865e17155 |
comparison
equal
deleted
inserted
replaced
20741:b3ef93332896 | 20742:172fed37b456 |
---|---|
5173 fi | 5173 fi |
5174 | 5174 |
5175 if test "$_dvdread_internal" = yes; then | 5175 if test "$_dvdread_internal" = yes; then |
5176 _def_dvdread_internal="#define USE_DVDREAD_INTERNAL 1" | 5176 _def_dvdread_internal="#define USE_DVDREAD_INTERNAL 1" |
5177 _def_dvdread='#define USE_DVDREAD 1' | 5177 _def_dvdread='#define USE_DVDREAD 1' |
5178 _inputmodules="dvdread $_noinputmodules" | 5178 _inputmodules="dvdread $_inputmodules" |
5179 _largefiles=yes | 5179 _largefiles=yes |
5180 if linux || netbsd || openbsd || bsdos ; then | 5180 if linux || netbsd || openbsd || bsdos ; then |
5181 _def_dvd_linux='#define HAVE_LINUX_DVD_STRUCT 1' | 5181 _def_dvd_linux='#define HAVE_LINUX_DVD_STRUCT 1' |
5182 openbsd && _dev_dvd_openbsd='#define HAVE_OPENBSD_DVD_STRUCT 1' | 5182 openbsd && _dev_dvd_openbsd='#define HAVE_OPENBSD_DVD_STRUCT 1' |
5183 elif freebsd ; then | 5183 elif freebsd ; then |