Mercurial > mplayer.hg
comparison configure @ 28041:211c23dac000
Treat audio output objects the same as everything else in the build system,
i.e. have lines that conditionally enable each in the Makefile and
corresponding variables set from configure.
author | diego |
---|---|
date | Wed, 03 Dec 2008 12:05:47 +0000 |
parents | 9519c786aafa |
children | 6b1b0fb8b5c2 |
comparison
equal
deleted
inserted
replaced
28040:9081df26c512 | 28041:211c23dac000 |
---|---|
3611 EOF | 3611 EOF |
3612 if cc_check -framework CoreAudio; then | 3612 if cc_check -framework CoreAudio; then |
3613 _ld_extra="$_ld_extra -framework CoreAudio -framework AudioUnit -framework AudioToolbox" | 3613 _ld_extra="$_ld_extra -framework CoreAudio -framework AudioUnit -framework AudioToolbox" |
3614 _coreaudio=yes | 3614 _coreaudio=yes |
3615 _def_coreaudio='#define CONFIG_COREAUDIO 1' | 3615 _def_coreaudio='#define CONFIG_COREAUDIO 1' |
3616 _aosrc="$_aosrc ao_macosx.c" | |
3617 _aomodules="macosx $_aomodules" | 3616 _aomodules="macosx $_aomodules" |
3618 else | 3617 else |
3619 _coreaudio=no | 3618 _coreaudio=no |
3620 _def_coreaudio='#undef CONFIG_COREAUDIO' | 3619 _def_coreaudio='#undef CONFIG_COREAUDIO' |
3621 _noaomodules="macosx $_noaomodules" | 3620 _noaomodules="macosx $_noaomodules" |
4922 _libs_mplayer="$_libs_mplayer `$_sdlconfig --libs`" | 4921 _libs_mplayer="$_libs_mplayer `$_sdlconfig --libs`" |
4923 _inc_extra="$_inc_extra `$_sdlconfig --cflags | sed s/-D_GNU_SOURCE=1//`" | 4922 _inc_extra="$_inc_extra `$_sdlconfig --cflags | sed s/-D_GNU_SOURCE=1//`" |
4924 fi | 4923 fi |
4925 _vosrc="$_vosrc vo_sdl.c" | 4924 _vosrc="$_vosrc vo_sdl.c" |
4926 _vomodules="sdl $_vomodules" | 4925 _vomodules="sdl $_vomodules" |
4927 _aosrc="$_aosrc ao_sdl.c" | |
4928 _aomodules="sdl $_aomodules" | 4926 _aomodules="sdl $_aomodules" |
4929 _res_comment="using $_sdlconfig" | 4927 _res_comment="using $_sdlconfig" |
4930 else | 4928 else |
4931 _def_sdl='#undef CONFIG_SDL' | 4929 _def_sdl='#undef CONFIG_SDL' |
4932 _novomodules="sdl $_novomodules" | 4930 _novomodules="sdl $_novomodules" |
4948 cc_check -lwinmm && _win32waveout=yes | 4946 cc_check -lwinmm && _win32waveout=yes |
4949 fi | 4947 fi |
4950 if test "$_win32waveout" = yes ; then | 4948 if test "$_win32waveout" = yes ; then |
4951 _def_win32waveout='#define CONFIG_WIN32WAVEOUT 1' | 4949 _def_win32waveout='#define CONFIG_WIN32WAVEOUT 1' |
4952 _libs_mplayer="$_libs_mplayer -lwinmm" | 4950 _libs_mplayer="$_libs_mplayer -lwinmm" |
4953 _aosrc="$_aosrc ao_win32.c" | |
4954 _aomodules="win32 $_aomodules" | 4951 _aomodules="win32 $_aomodules" |
4955 else | 4952 else |
4956 _def_win32waveout='#undef CONFIG_WIN32WAVEOUT' | 4953 _def_win32waveout='#undef CONFIG_WIN32WAVEOUT' |
4957 _noaomodules="win32 $_noaomodules" | 4954 _noaomodules="win32 $_noaomodules" |
4958 fi | 4955 fi |
4993 if test "$_directx" = yes ; then | 4990 if test "$_directx" = yes ; then |
4994 _def_directx='#define CONFIG_DIRECTX 1' | 4991 _def_directx='#define CONFIG_DIRECTX 1' |
4995 _libs_mplayer="$_libs_mplayer -lgdi32" | 4992 _libs_mplayer="$_libs_mplayer -lgdi32" |
4996 _vosrc="$_vosrc vo_directx.c" | 4993 _vosrc="$_vosrc vo_directx.c" |
4997 _vomodules="directx $_vomodules" | 4994 _vomodules="directx $_vomodules" |
4998 _aosrc="$_aosrc ao_dsound.c" | |
4999 _aomodules="dsound $_aomodules" | 4995 _aomodules="dsound $_aomodules" |
5000 else | 4996 else |
5001 _def_directx='#undef CONFIG_DIRECTX' | 4997 _def_directx='#undef CONFIG_DIRECTX' |
5002 _novomodules="directx $_novomodules" | 4998 _novomodules="directx $_novomodules" |
5003 _noaomodules="dsound $_noaomodules" | 4999 _noaomodules="dsound $_noaomodules" |
5017 cc_check $_ld_lm -laudio -lXt && _nas=yes | 5013 cc_check $_ld_lm -laudio -lXt && _nas=yes |
5018 fi | 5014 fi |
5019 if test "$_nas" = yes ; then | 5015 if test "$_nas" = yes ; then |
5020 _def_nas='#define CONFIG_NAS 1' | 5016 _def_nas='#define CONFIG_NAS 1' |
5021 _libs_mplayer="$_libs_mplayer -laudio -lXt" | 5017 _libs_mplayer="$_libs_mplayer -laudio -lXt" |
5022 _aosrc="$_aosrc ao_nas.c" | |
5023 _aomodules="nas $_aomodules" | 5018 _aomodules="nas $_aomodules" |
5024 else | 5019 else |
5025 _noaomodules="nas $_noaomodules" | 5020 _noaomodules="nas $_noaomodules" |
5026 _def_nas='#undef CONFIG_NAS' | 5021 _def_nas='#undef CONFIG_NAS' |
5027 fi | 5022 fi |
5040 done | 5035 done |
5041 fi | 5036 fi |
5042 if test "$_dxr2" = yes; then | 5037 if test "$_dxr2" = yes; then |
5043 _def_dxr2='#define CONFIG_DXR2 1' | 5038 _def_dxr2='#define CONFIG_DXR2 1' |
5044 _vosrc="$_vosrc vo_dxr2.c" | 5039 _vosrc="$_vosrc vo_dxr2.c" |
5045 _aosrc="$_aosrc ao_dxr2.c" | |
5046 _aomodules="dxr2 $_aomodules" | 5040 _aomodules="dxr2 $_aomodules" |
5047 _vomodules="dxr2 $_vomodules" | 5041 _vomodules="dxr2 $_vomodules" |
5048 else | 5042 else |
5049 _def_dxr2='#undef CONFIG_DXR2' | 5043 _def_dxr2='#undef CONFIG_DXR2' |
5050 _noaomodules="dxr2 $_noaomodules" | 5044 _noaomodules="dxr2 $_noaomodules" |
5093 fi | 5087 fi |
5094 if test "$_ivtv" = yes ; then | 5088 if test "$_ivtv" = yes ; then |
5095 _def_ivtv='#define CONFIG_IVTV 1' | 5089 _def_ivtv='#define CONFIG_IVTV 1' |
5096 _vosrc="$_vosrc vo_ivtv.c" | 5090 _vosrc="$_vosrc vo_ivtv.c" |
5097 _vomodules="ivtv $_vomodules" | 5091 _vomodules="ivtv $_vomodules" |
5098 _aosrc="$_aosrc ao_ivtv.c" | |
5099 _aomodules="ivtv $_aomodules" | 5092 _aomodules="ivtv $_aomodules" |
5100 else | 5093 else |
5101 _def_ivtv='#undef CONFIG_IVTV' | 5094 _def_ivtv='#undef CONFIG_IVTV' |
5102 _novomodules="ivtv $_novomodules" | 5095 _novomodules="ivtv $_novomodules" |
5103 _noaomodules="ivtv $_noaomodules" | 5096 _noaomodules="ivtv $_noaomodules" |
5128 fi | 5121 fi |
5129 if test "$_v4l2" = yes ; then | 5122 if test "$_v4l2" = yes ; then |
5130 _def_v4l2='#define CONFIG_V4L2_DECODER 1' | 5123 _def_v4l2='#define CONFIG_V4L2_DECODER 1' |
5131 _vosrc="$_vosrc vo_v4l2.c" | 5124 _vosrc="$_vosrc vo_v4l2.c" |
5132 _vomodules="v4l2 $_vomodules" | 5125 _vomodules="v4l2 $_vomodules" |
5133 _aosrc="$_aosrc ao_v4l2.c" | |
5134 _aomodules="v4l2 $_aomodules" | 5126 _aomodules="v4l2 $_aomodules" |
5135 else | 5127 else |
5136 _def_v4l2='#undef CONFIG_V4L2_DECODER' | 5128 _def_v4l2='#undef CONFIG_V4L2_DECODER' |
5137 _novomodules="v4l2 $_novomodules" | 5129 _novomodules="v4l2 $_novomodules" |
5138 _noaomodules="v4l2 $_noaomodules" | 5130 _noaomodules="v4l2 $_noaomodules" |
5156 _ossaudio=no | 5148 _ossaudio=no |
5157 cc_check && _ossaudio=yes | 5149 cc_check && _ossaudio=yes |
5158 fi | 5150 fi |
5159 if test "$_ossaudio" = yes ; then | 5151 if test "$_ossaudio" = yes ; then |
5160 _def_ossaudio='#define CONFIG_OSS_AUDIO 1' | 5152 _def_ossaudio='#define CONFIG_OSS_AUDIO 1' |
5161 _aosrc="$_aosrc ao_oss.c" | |
5162 _aomodules="oss $_aomodules" | 5153 _aomodules="oss $_aomodules" |
5163 if test "$_linux_devfs" = yes; then | 5154 if test "$_linux_devfs" = yes; then |
5164 _def_ossaudio_devdsp='#define PATH_DEV_DSP "/dev/sound/dsp"' | 5155 _def_ossaudio_devdsp='#define PATH_DEV_DSP "/dev/sound/dsp"' |
5165 _def_ossaudio_devmixer='#define PATH_DEV_MIXER "/dev/sound/mixer"' | 5156 _def_ossaudio_devmixer='#define PATH_DEV_MIXER "/dev/sound/mixer"' |
5166 else | 5157 else |
5208 fi | 5199 fi |
5209 fi | 5200 fi |
5210 | 5201 |
5211 if test "$_arts" = yes ; then | 5202 if test "$_arts" = yes ; then |
5212 _def_arts='#define CONFIG_ARTS 1' | 5203 _def_arts='#define CONFIG_ARTS 1' |
5213 _aosrc="$_aosrc ao_arts.c" | |
5214 _aomodules="arts $_aomodules" | 5204 _aomodules="arts $_aomodules" |
5215 _libs_mplayer="$_libs_mplayer `artsc-config --libs`" | 5205 _libs_mplayer="$_libs_mplayer `artsc-config --libs`" |
5216 _inc_extra="$_inc_extra `artsc-config --cflags`" | 5206 _inc_extra="$_inc_extra `artsc-config --cflags`" |
5217 else | 5207 else |
5218 _noaomodules="arts $_noaomodules" | 5208 _noaomodules="arts $_noaomodules" |
5235 fi | 5225 fi |
5236 echores "$_esd" | 5226 echores "$_esd" |
5237 | 5227 |
5238 if test "$_esd" = yes ; then | 5228 if test "$_esd" = yes ; then |
5239 _def_esd='#define CONFIG_ESD 1' | 5229 _def_esd='#define CONFIG_ESD 1' |
5240 _aosrc="$_aosrc ao_esd.c" | |
5241 _aomodules="esd $_aomodules" | 5230 _aomodules="esd $_aomodules" |
5242 _libs_mplayer="$_libs_mplayer `esd-config --libs`" | 5231 _libs_mplayer="$_libs_mplayer `esd-config --libs`" |
5243 _inc_extra="$_inc_extra `esd-config --cflags`" | 5232 _inc_extra="$_inc_extra `esd-config --cflags`" |
5244 | 5233 |
5245 echocheck "esd_get_latency()" | 5234 echocheck "esd_get_latency()" |
5270 fi | 5259 fi |
5271 echores "$_pulse" | 5260 echores "$_pulse" |
5272 | 5261 |
5273 if test "$_pulse" = yes ; then | 5262 if test "$_pulse" = yes ; then |
5274 _def_pulse='#define CONFIG_PULSE 1' | 5263 _def_pulse='#define CONFIG_PULSE 1' |
5275 _aosrc="$_aosrc ao_pulse.c" | |
5276 _aomodules="pulse $_aomodules" | 5264 _aomodules="pulse $_aomodules" |
5277 _libs_mplayer="$_libs_mplayer `$_pkg_config --libs libpulse`" | 5265 _libs_mplayer="$_libs_mplayer `$_pkg_config --libs libpulse`" |
5278 _inc_extra="$_inc_extra `$_pkg_config --cflags libpulse`" | 5266 _inc_extra="$_inc_extra `$_pkg_config --cflags libpulse`" |
5279 else | 5267 else |
5280 _def_pulse='#undef CONFIG_PULSE' | 5268 _def_pulse='#undef CONFIG_PULSE' |
5300 fi | 5288 fi |
5301 fi | 5289 fi |
5302 | 5290 |
5303 if test "$_jack" = yes ; then | 5291 if test "$_jack" = yes ; then |
5304 _def_jack='#define CONFIG_JACK 1' | 5292 _def_jack='#define CONFIG_JACK 1' |
5305 _aosrc="$_aosrc ao_jack.c" | |
5306 _aomodules="jack $_aomodules" | 5293 _aomodules="jack $_aomodules" |
5307 else | 5294 else |
5308 _noaomodules="jack $_noaomodules" | 5295 _noaomodules="jack $_noaomodules" |
5309 fi | 5296 fi |
5310 echores "$_jack" | 5297 echores "$_jack" |
5330 done | 5317 done |
5331 test "$_openal" = yes && _libs_mplayer="$_libs_mplayer $I" | 5318 test "$_openal" = yes && _libs_mplayer="$_libs_mplayer $I" |
5332 fi | 5319 fi |
5333 if test "$_openal" = yes ; then | 5320 if test "$_openal" = yes ; then |
5334 _def_openal='#define CONFIG_OPENAL 1' | 5321 _def_openal='#define CONFIG_OPENAL 1' |
5335 _aosrc="$_aosrc ao_openal.c" | |
5336 _aomodules="openal $_aomodules" | 5322 _aomodules="openal $_aomodules" |
5337 else | 5323 else |
5338 _noaomodules="openal $_noaomodules" | 5324 _noaomodules="openal $_noaomodules" |
5339 fi | 5325 fi |
5340 echores "$_openal" | 5326 echores "$_openal" |
5402 def_alsa_asoundlib_h='#undef HAVE_ALSA_ASOUNDLIB_H' | 5388 def_alsa_asoundlib_h='#undef HAVE_ALSA_ASOUNDLIB_H' |
5403 if test "$_alsaver" ; then | 5389 if test "$_alsaver" ; then |
5404 _alsa=yes | 5390 _alsa=yes |
5405 if test "$_alsaver" = '0.5.x' ; then | 5391 if test "$_alsaver" = '0.5.x' ; then |
5406 _alsa5=yes | 5392 _alsa5=yes |
5407 _aosrc="$_aosrc ao_alsa5.c" | |
5408 _aomodules="alsa5 $_aomodules" | 5393 _aomodules="alsa5 $_aomodules" |
5409 _def_alsa5='#define CONFIG_ALSA5 1' | 5394 _def_alsa5='#define CONFIG_ALSA5 1' |
5410 def_sys_asoundlib_h='#define HAVE_SYS_ASOUNDLIB_H 1' | 5395 def_sys_asoundlib_h='#define HAVE_SYS_ASOUNDLIB_H 1' |
5411 _res_comment="using alsa 0.5.x and sys/asoundlib.h" | 5396 _res_comment="using alsa 0.5.x and sys/asoundlib.h" |
5412 elif test "$_alsaver" = '0.9.x-sys' ; then | 5397 elif test "$_alsaver" = '0.9.x-sys' ; then |
5413 _alsa9=yes | 5398 _alsa9=yes |
5414 _aosrc="$_aosrc ao_alsa.c" | |
5415 _aomodules="alsa $_aomodules" | 5399 _aomodules="alsa $_aomodules" |
5416 _def_alsa='#define CONFIG_ALSA 1' | 5400 _def_alsa='#define CONFIG_ALSA 1' |
5417 _def_alsa9='#define CONFIG_ALSA9 1' | 5401 _def_alsa9='#define CONFIG_ALSA9 1' |
5418 def_sys_asoundlib_h='#define HAVE_SYS_ASOUNDLIB_H 1' | 5402 def_sys_asoundlib_h='#define HAVE_SYS_ASOUNDLIB_H 1' |
5419 _res_comment="using alsa 0.9.x and sys/asoundlib.h" | 5403 _res_comment="using alsa 0.9.x and sys/asoundlib.h" |
5420 elif test "$_alsaver" = '0.9.x-alsa' ; then | 5404 elif test "$_alsaver" = '0.9.x-alsa' ; then |
5421 _alsa9=yes | 5405 _alsa9=yes |
5422 _aosrc="$_aosrc ao_alsa.c" | |
5423 _aomodules="alsa $_aomodules" | 5406 _aomodules="alsa $_aomodules" |
5424 _def_alsa='#define CONFIG_ALSA 1' | 5407 _def_alsa='#define CONFIG_ALSA 1' |
5425 _def_alsa9='#define CONFIG_ALSA9 1' | 5408 _def_alsa9='#define CONFIG_ALSA9 1' |
5426 def_alsa_asoundlib_h='#define HAVE_ALSA_ASOUNDLIB_H 1' | 5409 def_alsa_asoundlib_h='#define HAVE_ALSA_ASOUNDLIB_H 1' |
5427 _res_comment="using alsa 0.9.x and alsa/asoundlib.h" | 5410 _res_comment="using alsa 0.9.x and alsa/asoundlib.h" |
5428 elif test "$_alsaver" = '1.0.x-sys' ; then | 5411 elif test "$_alsaver" = '1.0.x-sys' ; then |
5429 _alsa1x=yes | 5412 _alsa1x=yes |
5430 _aosrc="$_aosrc ao_alsa.c" | |
5431 _aomodules="alsa $_aomodules" | 5413 _aomodules="alsa $_aomodules" |
5432 _def_alsa='#define CONFIG_ALSA 1' | 5414 _def_alsa='#define CONFIG_ALSA 1' |
5433 _def_alsa1x="#define CONFIG_ALSA1X 1" | 5415 _def_alsa1x="#define CONFIG_ALSA1X 1" |
5434 def_alsa_asoundlib_h='#define HAVE_SYS_ASOUNDLIB_H 1' | 5416 def_alsa_asoundlib_h='#define HAVE_SYS_ASOUNDLIB_H 1' |
5435 _res_comment="using alsa 1.0.x and sys/asoundlib.h" | 5417 _res_comment="using alsa 1.0.x and sys/asoundlib.h" |
5436 elif test "$_alsaver" = '1.0.x-alsa' ; then | 5418 elif test "$_alsaver" = '1.0.x-alsa' ; then |
5437 _alsa1x=yes | 5419 _alsa1x=yes |
5438 _aosrc="$_aosrc ao_alsa.c" | |
5439 _aomodules="alsa $_aomodules" | 5420 _aomodules="alsa $_aomodules" |
5440 _def_alsa='#define CONFIG_ALSA 1' | 5421 _def_alsa='#define CONFIG_ALSA 1' |
5441 _def_alsa1x="#define CONFIG_ALSA1X 1" | 5422 _def_alsa1x="#define CONFIG_ALSA1X 1" |
5442 def_alsa_asoundlib_h='#define HAVE_ALSA_ASOUNDLIB_H 1' | 5423 def_alsa_asoundlib_h='#define HAVE_ALSA_ASOUNDLIB_H 1' |
5443 _res_comment="using alsa 1.0.x and alsa/asoundlib.h" | 5424 _res_comment="using alsa 1.0.x and alsa/asoundlib.h" |
5462 _sunaudio=no | 5443 _sunaudio=no |
5463 cc_check && _sunaudio=yes | 5444 cc_check && _sunaudio=yes |
5464 fi | 5445 fi |
5465 if test "$_sunaudio" = yes ; then | 5446 if test "$_sunaudio" = yes ; then |
5466 _def_sunaudio='#define CONFIG_SUN_AUDIO 1' | 5447 _def_sunaudio='#define CONFIG_SUN_AUDIO 1' |
5467 _aosrc="$_aosrc ao_sun.c" | |
5468 _aomodules="sun $_aomodules" | 5448 _aomodules="sun $_aomodules" |
5469 else | 5449 else |
5470 _def_sunaudio='#undef CONFIG_SUN_AUDIO' | 5450 _def_sunaudio='#undef CONFIG_SUN_AUDIO' |
5471 _noaomodules="sun $_noaomodules" | 5451 _noaomodules="sun $_noaomodules" |
5472 fi | 5452 fi |
5500 cc_check && _sgiaudio=yes | 5480 cc_check && _sgiaudio=yes |
5501 fi | 5481 fi |
5502 if test "$_sgiaudio" = "yes" ; then | 5482 if test "$_sgiaudio" = "yes" ; then |
5503 _def_sgiaudio='#define CONFIG_SGI_AUDIO 1' | 5483 _def_sgiaudio='#define CONFIG_SGI_AUDIO 1' |
5504 _libs_mplayer="$_libs_mplayer -laudio" | 5484 _libs_mplayer="$_libs_mplayer -laudio" |
5505 _aosrc="$_aosrc ao_sgi.c" | |
5506 _aomodules="sgi $_aomodules" | 5485 _aomodules="sgi $_aomodules" |
5507 else | 5486 else |
5508 _def_sgiaudio='#undef CONFIG_SGI_AUDIO' | 5487 _def_sgiaudio='#undef CONFIG_SGI_AUDIO' |
5509 _noaomodules="sgi $_noaomodules" | 5488 _noaomodules="sgi $_noaomodules" |
5510 fi | 5489 fi |
7964 | 7943 |
7965 GETCH = $_getch | 7944 GETCH = $_getch |
7966 HELP_FILE = $_mp_help | 7945 HELP_FILE = $_mp_help |
7967 TIMER = $_timer | 7946 TIMER = $_timer |
7968 | 7947 |
7969 AO_SRCS = $_aosrc | |
7970 VO_SRCS = $_vosrc | 7948 VO_SRCS = $_vosrc |
7971 | 7949 |
7972 EXESUF = $_exesuf | 7950 EXESUF = $_exesuf |
7973 | 7951 |
7974 $_target_arch | 7952 $_target_arch |
7988 NEED_VSSCANF = $_need_vsscanf | 7966 NEED_VSSCANF = $_need_vsscanf |
7989 | 7967 |
7990 # features | 7968 # features |
7991 ALSA1X = $_alsa1x | 7969 ALSA1X = $_alsa1x |
7992 ALSA9 = $_alsa9 | 7970 ALSA9 = $_alsa9 |
7971 ALSA5 = $_alsa5 | |
7993 APPLE_IR = $_apple_ir | 7972 APPLE_IR = $_apple_ir |
7994 APPLE_REMOTE = $_apple_remote | 7973 APPLE_REMOTE = $_apple_remote |
7974 ARTS = $_arts | |
7995 AUDIO_INPUT = $_audio_input | 7975 AUDIO_INPUT = $_audio_input |
7996 BITMAP_FONT = $_bitmap_font | 7976 BITMAP_FONT = $_bitmap_font |
7997 CDDA = $_cdda | 7977 CDDA = $_cdda |
7998 CDDB = $_cddb | 7978 CDDB = $_cddb |
7999 COREAUDIO = $_coreaudio | 7979 COREAUDIO = $_coreaudio |
8000 COREVIDEO = $_corevideo | 7980 COREVIDEO = $_corevideo |
7981 DIRECTX = $_directx | |
8001 DVBIN = $_dvbin | 7982 DVBIN = $_dvbin |
8002 DVDNAV = $_dvdnav | 7983 DVDNAV = $_dvdnav |
8003 DVDREAD = $_dvdread | 7984 DVDREAD = $_dvdread |
8004 DVDREAD_INTERNAL = $_dvdread_internal | 7985 DVDREAD_INTERNAL = $_dvdread_internal |
7986 DXR2 = $_dxr2 | |
7987 ESD = $_esd | |
8005 FAAC=$_faac | 7988 FAAC=$_faac |
8006 FAAD = $_faad | 7989 FAAD = $_faad |
8007 FAAD_INTERNAL = $_faad_internal | 7990 FAAD_INTERNAL = $_faad_internal |
8008 FREETYPE = $_freetype | 7991 FREETYPE = $_freetype |
8009 FTP = $_ftp | 7992 FTP = $_ftp |
8012 GUI_GTK = $_gui_gtk | 7995 GUI_GTK = $_gui_gtk |
8013 GUI_WIN32 = $_gui_win32 | 7996 GUI_WIN32 = $_gui_win32 |
8014 HAVE_POSIX_SELECT = $_posix_select | 7997 HAVE_POSIX_SELECT = $_posix_select |
8015 HAVE_SYS_MMAN_H = $_mman | 7998 HAVE_SYS_MMAN_H = $_mman |
8016 HAVE_XVMC = $_xvmc | 7999 HAVE_XVMC = $_xvmc |
8000 IVTV = $_ivtv | |
8001 JACK = $_jack | |
8017 JOYSTICK = $_joystick | 8002 JOYSTICK = $_joystick |
8018 JPEG = $_jpeg | 8003 JPEG = $_jpeg |
8019 LADSPA = $_ladspa | 8004 LADSPA = $_ladspa |
8020 LIBA52 = $_liba52 | 8005 LIBA52 = $_liba52 |
8021 LIBA52_INTERNAL = $_liba52_internal | 8006 LIBA52_INTERNAL = $_liba52_internal |
8039 MACOSX_FINDER = $_macosx_finder | 8024 MACOSX_FINDER = $_macosx_finder |
8040 MNG = $_mng | 8025 MNG = $_mng |
8041 MP3LAME = $_mp3lame | 8026 MP3LAME = $_mp3lame |
8042 MP3LIB = $_mp3lib | 8027 MP3LIB = $_mp3lib |
8043 MUSEPACK = $_musepack | 8028 MUSEPACK = $_musepack |
8029 NAS = $_nas | |
8044 NATIVE_RTSP = $_native_rtsp | 8030 NATIVE_RTSP = $_native_rtsp |
8045 NETWORK = $_network | 8031 NETWORK = $_network |
8032 OPENAL = $_openal | |
8046 OSS = $_ossaudio | 8033 OSS = $_ossaudio |
8047 PE_EXECUTABLE = $_pe_executable | 8034 PE_EXECUTABLE = $_pe_executable |
8048 PNG = $_png | 8035 PNG = $_png |
8036 PULSE = $_pulse | |
8049 PVR = $_pvr | 8037 PVR = $_pvr |
8050 QTX_CODECS = $_qtx | 8038 QTX_CODECS = $_qtx |
8051 QTX_CODECS_WIN32 = $_qtx_codecs_win32 | 8039 QTX_CODECS_WIN32 = $_qtx_codecs_win32 |
8052 QTX_EMULATION = $_qtx_emulation | 8040 QTX_EMULATION = $_qtx_emulation |
8053 QUARTZ = $_quartz | 8041 QUARTZ = $_quartz |
8054 RADIO=$_radio | 8042 RADIO=$_radio |
8055 RADIO_CAPTURE=$_radio_capture | 8043 RADIO_CAPTURE=$_radio_capture |
8056 REAL_CODECS = $_real | 8044 REAL_CODECS = $_real |
8045 SDL = $_sdl | |
8057 SPEEX = $_speex | 8046 SPEEX = $_speex |
8058 STREAM_CACHE = $_stream_cache | 8047 STREAM_CACHE = $_stream_cache |
8048 SGIAUDIO = $_sgiaudio | |
8049 SUNAUDIO = $_sunaudio | |
8059 TOOLAME=$_toolame | 8050 TOOLAME=$_toolame |
8060 TREMOR_INTERNAL = $_tremor_internal | 8051 TREMOR_INTERNAL = $_tremor_internal |
8061 TV = $_tv | 8052 TV = $_tv |
8062 TV_BSDBT848 = $_tv_bsdbt848 | 8053 TV_BSDBT848 = $_tv_bsdbt848 |
8063 TV_DSHOW = $_tv_dshow | 8054 TV_DSHOW = $_tv_dshow |
8065 TV_V4L = $_tv_v4l | 8056 TV_V4L = $_tv_v4l |
8066 TV_V4L1 = $_tv_v4l1 | 8057 TV_V4L1 = $_tv_v4l1 |
8067 TV_V4L2 = $_tv_v4l2 | 8058 TV_V4L2 = $_tv_v4l2 |
8068 TWOLAME=$_twolame | 8059 TWOLAME=$_twolame |
8069 UNRAR_EXEC = $_unrar_exec | 8060 UNRAR_EXEC = $_unrar_exec |
8061 V4L2 = $_v4l2 | |
8070 VCD = $_vcd | 8062 VCD = $_vcd |
8071 VIDIX = $_vidix | 8063 VIDIX = $_vidix |
8072 VIDIX_PCIDB = $_vidix_pcidb_val | 8064 VIDIX_PCIDB = $_vidix_pcidb_val |
8073 VIDIX_CYBERBLADE=$_vidix_drv_cyberblade | 8065 VIDIX_CYBERBLADE=$_vidix_drv_cyberblade |
8074 VIDIX_IVTV=$_vidix_drv_ivtv | 8066 VIDIX_IVTV=$_vidix_drv_ivtv |
8084 VIDIX_SH_VEU=$_vidix_drv_sh_veu | 8076 VIDIX_SH_VEU=$_vidix_drv_sh_veu |
8085 VIDIX_SIS=$_vidix_drv_sis | 8077 VIDIX_SIS=$_vidix_drv_sis |
8086 VIDIX_UNICHROME=$_vidix_drv_unichrome | 8078 VIDIX_UNICHROME=$_vidix_drv_unichrome |
8087 VSTREAM = $_vstream | 8079 VSTREAM = $_vstream |
8088 WIN32DLL = $_win32dll | 8080 WIN32DLL = $_win32dll |
8081 WIN32WAVEOUT = $_win32waveout | |
8089 WIN32_EMULATION = $_win32_emulation | 8082 WIN32_EMULATION = $_win32_emulation |
8090 X264 = $_x264 | 8083 X264 = $_x264 |
8091 XANIM_CODECS = $_xanim | 8084 XANIM_CODECS = $_xanim |
8092 XMMS_PLUGINS = $_xmms | 8085 XMMS_PLUGINS = $_xmms |
8093 XVID4 = $_xvid | 8086 XVID4 = $_xvid |