comparison configure @ 28431:24ea323322a1

cosmetics: Regroup some FFmpeg config.h options.
author diego
date Wed, 04 Feb 2009 19:08:44 +0000
parents 18059e510f56
children c0451a1878fd
comparison
equal deleted inserted replaced
28430:18059e510f56 28431:24ea323322a1
8567 8567
8568 8568
8569 /* FFmpeg */ 8569 /* FFmpeg */
8570 $_def_libavcodec 8570 $_def_libavcodec
8571 $_def_libavcodec_a 8571 $_def_libavcodec_a
8572 $_def_libavcodec_mpegaudio_hp
8573 $_def_libavcodec_so 8572 $_def_libavcodec_so
8574 $_def_libavformat 8573 $_def_libavformat
8575 $_def_libavformat_a 8574 $_def_libavformat_a
8576 $_def_libavformat_so 8575 $_def_libavformat_so
8577 $_def_libavutil 8576 $_def_libavutil
8582 $_def_libpostproc_so 8581 $_def_libpostproc_so
8583 $_def_libswscale 8582 $_def_libswscale
8584 $_def_libswscale_a 8583 $_def_libswscale_a
8585 $_def_libswscale_so 8584 $_def_libswscale_so
8586 8585
8586 #define CONFIG_DECODERS 1
8587 #define CONFIG_ENCODERS 1
8588 #define CONFIG_DEMUXERS 1
8589 $_def_muxers
8590
8587 $def_arpa_inet_h 8591 $def_arpa_inet_h
8588 $def_bswap 8592 $def_bswap
8589 $_def_dcbzl 8593 $_def_dcbzl
8590 $def_dos_paths 8594 $def_dos_paths
8591 $def_fast_64bit 8595 $def_fast_64bit
8592 $_def_fast_unaligned 8596 $_def_fast_unaligned
8597 $_def_libavcodec_mpegaudio_hp
8593 $_def_memalign_hack 8598 $_def_memalign_hack
8594 $def_mlib 8599 $def_mlib
8595 $_def_mkstemp 8600 $_def_mkstemp
8596 $_def_pthreads 8601 $_def_pthreads
8597 $_def_threads 8602 $_def_threads
8598 $_def_yasm 8603 $_def_yasm
8599 8604
8600 #define CONFIG_FASTDIV 0 8605 #define CONFIG_FASTDIV 0
8601 #define CONFIG_FFSERVER 0 8606 #define CONFIG_FFSERVER 0
8602 #define CONFIG_GPL 1 8607 #define CONFIG_GPL 1
8608 #define CONFIG_GRAY 0
8603 #define CONFIG_HARDCODED_TABLES 0 8609 #define CONFIG_HARDCODED_TABLES 0
8604 #define CONFIG_POSIX_MEMALIGN 0 8610 #define CONFIG_POSIX_MEMALIGN 0
8605 #define CONFIG_POWERPC_PERF 0 8611 #define CONFIG_POWERPC_PERF 0
8606 #define CONFIG_SMALL 0 8612 #define CONFIG_SMALL 0
8607 #define CONFIG_SWSCALE 1 8613 #define CONFIG_SWSCALE 1
8608 #define CONFIG_GRAY 0
8609 8614
8610 #define HAVE_POLL_H 1 8615 #define HAVE_POLL_H 1
8611 #define HAVE_PPC4XX 0 8616 #define HAVE_PPC4XX 0
8612 8617
8613 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */ 8618 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */
8620 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */ 8625 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */
8621 #define HAVE_EBX_AVAILABLE 1 8626 #define HAVE_EBX_AVAILABLE 1
8622 #ifndef MP_DEBUG 8627 #ifndef MP_DEBUG
8623 #define HAVE_EBP_AVAILABLE 1 8628 #define HAVE_EBP_AVAILABLE 1
8624 #endif 8629 #endif
8625
8626 #define CONFIG_DECODERS 1
8627 #define CONFIG_ENCODERS 1
8628 #define CONFIG_DEMUXERS 1
8629
8630 $_def_muxers
8631 8630
8632 /* External libraries used through libavcodec. */ 8631 /* External libraries used through libavcodec. */
8633 $_def_faac_lavc 8632 $_def_faac_lavc
8634 $_def_libamr 8633 $_def_libamr
8635 $_def_libamr_nb 8634 $_def_libamr_nb