comparison configure @ 27709:8b6bc2bcc240

cosmetics: Group codec-, network- and gui-related options together in config.h.
author diego
date Fri, 10 Oct 2008 05:34:49 +0000
parents 32b1202fbd72
children b04b6b6d68ca
comparison
equal deleted inserted replaced
27708:32b1202fbd72 27709:8b6bc2bcc240
8271 #define DEFAULT_CDROM_DEVICE "/dev/cdrom" 8271 #define DEFAULT_CDROM_DEVICE "/dev/cdrom"
8272 #define DEFAULT_DVD_DEVICE "/dev/dvd" 8272 #define DEFAULT_DVD_DEVICE "/dev/dvd"
8273 #endif 8273 #endif
8274 8274
8275 8275
8276 /* Define if you are using Xvid library */
8277 $_def_xvid
8278
8279 /* Define if you are using the X.264 library */
8280 $_def_x264
8281
8282 /* Define if you are using libnut */
8283 $_def_libnut
8284
8285 /* Define to include support for libdv-0.9.5 */
8286 $_def_libdv
8287
8288 /* Indicates if libmp3lame is available
8289 Note: for mencoder */
8290 $_def_mp3lame
8291 $_def_mp3lame_preset
8292 $_def_mp3lame_preset_medium
8293
8294 /* define this to use iconv(3) function to codepage conversions */ 8276 /* define this to use iconv(3) function to codepage conversions */
8295 $_def_iconv 8277 $_def_iconv
8296 8278
8297 /* define this to use RTC (/dev/rtc) for video timers */ 8279 /* define this to use RTC (/dev/rtc) for video timers */
8298 $_def_rtc 8280 $_def_rtc
8348 $_def_libmpeg2 8330 $_def_libmpeg2
8349 8331
8350 /* maximum alignment used by libmpeg2 */ 8332 /* maximum alignment used by libmpeg2 */
8351 #define ATTRIBUTE_ALIGNED_MAX 16 8333 #define ATTRIBUTE_ALIGNED_MAX 16
8352 8334
8335 /* enable FAAD (AAC) support */
8336 $_def_faad
8337 $_def_faad_internal
8338
8339 /* enable FAAC (AAC encoder) support */
8340 $_def_faac
8341
8342 /* Define if you are using the Xvid library */
8343 $_def_xvid
8344
8345 /* Define if you are using the X.264 library */
8346 $_def_x264
8347
8348 /* Define to include support for libdv-0.9.5 */
8349 $_def_libdv
8350
8351 /* Indicates if libmp3lame is available
8352 Note: for mencoder */
8353 $_def_mp3lame
8354 $_def_mp3lame_preset
8355 $_def_mp3lame_preset_medium
8356
8353 /* liblzo support */ 8357 /* liblzo support */
8354 $_def_liblzo 8358 $_def_liblzo
8355 8359
8356 /* libmad support */ 8360 /* libmad support */
8357 $_def_mad 8361 $_def_mad
8366 /* enable musepack support */ 8370 /* enable musepack support */
8367 $_def_musepack 8371 $_def_musepack
8368 8372
8369 /* enable OggTheora support */ 8373 /* enable OggTheora support */
8370 $_def_theora 8374 $_def_theora
8371
8372 /* enable FAAD (AAC) support */
8373 $_def_faad
8374 $_def_faad_internal
8375
8376 /* enable FAAC (AAC encoder) support */
8377 $_def_faac
8378 8375
8379 /* enable libdca support */ 8376 /* enable libdca support */
8380 $_def_libdca 8377 $_def_libdca
8381 8378
8382 /* Win32 DLL support */ 8379 /* Win32 DLL support */
8398 8395
8399 /* enables / disables QTX codecs */ 8396 /* enables / disables QTX codecs */
8400 $_def_qtx 8397 $_def_qtx
8401 $_def_qtx_win32 8398 $_def_qtx_win32
8402 8399
8403 /* LIVE555 Streaming Media library support */ 8400 /* Define if you are using libnut */
8404 $_def_live 8401 $_def_libnut
8405 8402
8406 /* libnemesi Streaming Media library support */ 8403 /* XMMS input plugin support */
8407 $_def_nemesi 8404 $_def_xmms
8405 #define XMMS_INPUT_PLUGIN_DIR "$_xmmsplugindir"
8408 8406
8409 /* Use UnRAR executable for Vobsubs */ 8407 /* Use UnRAR executable for Vobsubs */
8410 $_def_unrar_exec 8408 $_def_unrar_exec
8411 8409
8412 /* gui support */ 8410 /* gui support */
8413 $_def_gui 8411 $_def_gui
8414 $_def_gtk2 8412 $_def_gtk2
8413
8414 /* used by GUI: */
8415 $_def_xshape
8415 8416
8416 /* Audio output drivers */ 8417 /* Audio output drivers */
8417 $_def_ossaudio 8418 $_def_ossaudio
8418 $_def_ossaudio_devdsp 8419 $_def_ossaudio_devdsp
8419 $_def_ossaudio_devmixer 8420 $_def_ossaudio_devmixer
8479 $_def_pvr 8480 $_def_pvr
8480 8481
8481 /* Define this for Cygwin build for win32 */ 8482 /* Define this for Cygwin build for win32 */
8482 $_def_confwin32 8483 $_def_confwin32
8483 8484
8484 /* SMB support */
8485 $_def_smb
8486
8487 /* termcap flag for getch2.c */ 8485 /* termcap flag for getch2.c */
8488 $_def_termcap 8486 $_def_termcap
8489 8487
8490 /* termios flag for getch2.c */ 8488 /* termios flag for getch2.c */
8491 $_def_termios 8489 $_def_termios
8539 /* enable LADSPA plugin support */ 8537 /* enable LADSPA plugin support */
8540 $_def_ladspa 8538 $_def_ladspa
8541 8539
8542 /* enable network */ 8540 /* enable network */
8543 $_def_network 8541 $_def_network
8542
8543 /* LIVE555 Streaming Media library support */
8544 $_def_live
8545
8546 /* libnemesi Streaming Media library support */
8547 $_def_nemesi
8548
8549 /* SMB support */
8550 $_def_smb
8544 8551
8545 /* enable ftp support */ 8552 /* enable ftp support */
8546 $_def_ftp 8553 $_def_ftp
8547 8554
8548 /* enable vstream support */ 8555 /* enable vstream support */
8584 $_def_vidix_drv_unichrome 8591 $_def_vidix_drv_unichrome
8585 $_def_vidix_pfx 8592 $_def_vidix_pfx
8586 8593
8587 /* enables / disables new input joystick support */ 8594 /* enables / disables new input joystick support */
8588 $_def_joystick 8595 $_def_joystick
8589
8590 /* XMMS input plugin support */
8591 $_def_xmms
8592 #define XMMS_INPUT_PLUGIN_DIR "$_xmmsplugindir"
8593 8596
8594 /* libvo options */ 8597 /* libvo options */
8595 #define SCREEN_SIZE_X 1 8598 #define SCREEN_SIZE_X 1
8596 #define SCREEN_SIZE_Y 1 8599 #define SCREEN_SIZE_Y 1
8597 $_def_x11 8600 $_def_x11
8643 $_def_twolame 8646 $_def_twolame
8644 8647
8645 /* Define this if you have shm support */ 8648 /* Define this if you have shm support */
8646 $_def_shm 8649 $_def_shm
8647 8650
8648 /* used by GUI: */
8649 $_def_xshape
8650
8651 #if defined(CONFIG_GL) || defined(CONFIG_X11) || defined(CONFIG_XV) 8651 #if defined(CONFIG_GL) || defined(CONFIG_X11) || defined(CONFIG_XV)
8652 #define X11_FULLSCREEN 1 8652 #define X11_FULLSCREEN 1
8653 #endif 8653 #endif
8654 8654
8655 /* FFmpeg */ 8655 /* FFmpeg */