[MPlayer-users] MPlayer 1.0rc2 does not compile on Mac

David Wagner dhwagnertx at mac.com
Wed Dec 5 03:50:24 CET 2007


On Dec 4, 2007, at 5:56 PM, Ulion wrote:
>
> http://lists.mplayerhq.hu/pipermail/mplayer-users/2007-October/ 
> 069486.html
>

I tried that (with the tarball source), and got the same error in the  
final compilation of mplayer. I will try the svn source next.
David Wagner

cc -o mplayer mplayer.o m_property.o mp_fifo.o mp_msg.o mixer.o  
parser-mpcmd.o subopt-helper.o command.o asxparser.o codec-cfg.o  
cpudetect.o edl.o find_sub.o get_path.o m_config.o m_option.o  
m_struct.o mpcommon.o parser-cfg.o playtree.o playtreeparser.o  
spudec.o sub_cc.o subreader.o vobsub.o unrarlib.o libvo/libvo.a  
libao2/libao2.a input/libinput.a libmenu/libmenu.a libmpcodecs/ 
libmpcodecs.a libaf/libaf.a libmpdemux/libmpdemux.a stream/stream.a  
libswscale/libswscale.a libvo/libosd.a libavformat/libavformat.a  
libavcodec/libavcodec.a libavutil/libavutil.a libpostproc/ 
libpostproc.a loader/libloader.a mp3lib/libmp3.a liba52/liba52.a  
libmpeg2/libmpeg2.a libfaad2/libfaad2.a tremor/libvorbisidec.a  
dvdread/libdvdread.a libdvdcss/libdvdcss.a osdep/libosdep.a -ldl - 
lartsc -lpthread -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl - 
liconv -lesd -laudiofile -lm -framework OpenAL -L/sw/lib -L/sw/lib -L/ 
sw/lib  -L/usr/local/lib  -liconv -lncurses -framework Carbon - 
framework QuickTime -framework CoreAudio -framework AudioUnit - 
framework AudioToolbox -framework Cocoa -framework QuartzCore - 
framework OpenGL -framework IOKit -lpng -lz -framework IOKit -L/usr/ 
X11R6/lib -lfreetype -lfontconfig  -lz -lmad     -lm
/usr/bin/ld: warning multiple definitions of symbol _LoadResource
loader/libloader.a(resource.o) definition of _LoadResource in section  
(__TEXT,__text)
/System/Library/Frameworks/CoreServices.framework/Versions/A/ 
Frameworks/CarbonCore.framework/Versions/A/CarbonCore 
(ProjectBuilderMasterObjectFile.o) definition of _LoadResource

config.h:
/* -------- This file has been automatically generated by configure  
---------
    Note: Any changes in it will be lost when you run configure  
again. */

/* Protect against multiple inclusion */
#ifndef MPLAYER_CONFIG_H
#define MPLAYER_CONFIG_H 1

#define CONFIGURATION "--disable-gui --disable-mencoder --disable- 
xinerama --disable-xv --disable-x11 --enable-largefiles --enable- 
macosx-finder-support --enable-menu --with-freetype-config=/usr/X11R6/ 
bin/freetype-config"

/* make sure we never get lavformat's poll() emulation, the results are
    horrible if the X libs try to actually use it, see MPlayer-users
    Message-ID: <45D49541.8060101 at infernix.net>
    Date: Thu, 15 Feb 2007 18:15:45 +0100
    Subject: [MPlayer-users] Crash with backtrace when playing back  
demuxed...
*/
#define HAVE_SYS_POLL_H 1

/* yes, we have inttypes.h */
#define HAVE_INTTYPES_H 1

/* int_fastXY_t emulation */


/* libdvdcss */
#define HAVE_ERRNO_H 1

/* libdvdcss + libdvdread */
#define HAVE_LIMITS_H 1

/* libdvdcss + libfaad2 */
#define HAVE_UNISTD_H 1

/* libfaad2 + libdvdread */
#define STDC_HEADERS 1

/* libfaad2 */
#define HAVE_MEMCPY 1
#define HAVE_STRCHR 1

/* libdvdread */
#define HAVE_UINTPTR_T 1

/* name of messages charset */
#define MSG_CHARSET "UTF-8"

/* Runtime CPU detection */
#undef RUNTIME_CPUDETECT

/* Dynamic a/v plugins */
#undef DYNAMIC_PLUGINS

/* "restrict" keyword */
#define restrict __restrict

/* __builtin_expect branch prediction hint */
#define HAVE_BUILTIN_EXPECT 1
#ifdef HAVE_BUILTIN_EXPECT
#define likely(x) __builtin_expect ((x) != 0, 1)
#define unlikely(x) __builtin_expect ((x) != 0, 0)
#else
#define likely(x) (x)
#define unlikely(x) (x)
#endif

/* attribute(used) as needed by some compilers */
#if (__GNUC__ * 100 + __GNUC_MINOR__ >= 300)
# define attribute_used __attribute__((used))
#else
# define attribute_used
#endif

/* compiler support for named assembler arguments */
#define NAMED_ASM_ARGS 1

/* enable/disable SIGHANDLER */
#define ENABLE_SIGHANDLER 1

/* enable/disable automatic gdb attach on crash, requires SIGHANDLER */
#undef CRASH_DEBUG

/* Toggles debugging informations */
#undef MP_DEBUG

/* Toggles color console output */
#undef MSG_USE_COLORS

/* Indicates that libcdio is available for VCD and CD-DA playback */
#undef HAVE_LIBCDIO

/* Indicates that Ogle's libdvdread is available for DVD playback */
#define USE_DVDREAD 1

/* Indicates that dvdread is internal */
#define USE_DVDREAD_INTERNAL 1

/* Additional options for libdvdread/libdvdcss */
#undef DVD_STRUCT_IN_DVD_H
#undef DVD_STRUCT_IN_LINUX_CDROM_H
#undef DVD_STRUCT_IN_SYS_CDIO_H
#undef DVD_STRUCT_IN_SYS_DVDIO_H




#define DARWIN_DVD_IOCTL



/* Common data directory (for fonts, etc) */
#define MPLAYER_DATADIR "/usr/local/share/mplayer"
#define MPLAYER_CONFDIR "/usr/local/etc/mplayer"
#define MPLAYER_LIBDIR "/usr/local/lib"

/* Define this to compile stream-caching support, it can be enabled via
    -cache <kilobytes> */
#define USE_STREAM_CACHE 1

/* Define if you are using XviD library */
#undef HAVE_XVID4

/* Define if you are using the X.264 library */
#undef HAVE_X264

/* Define if you are using libnut */
#undef HAVE_LIBNUT

/* Define to include support for libdv-0.9.5 */
#undef HAVE_LIBDV095

/* If build mencoder */
#undef HAVE_MENCODER

/* Indicates if libmp3lame is available
    Note: for mencoder */




/* Undefine this if you do not want to select mono audio (left or right)
    with a stereo MPEG layer 2/3 audio stream. The command line option
    -stereo has three possible values (0 for stereo, 1 for left-only,  
2 for
    right-only), with 0 being the default.
    */
#define USE_FAKE_MONO 1

/* Undefine this if your sound card driver has no working select().
    If you have kernel Oops, player hangups, or just no audio, you  
should
    try to recompile MPlayer with this option disabled! */
#define HAVE_AUDIO_SELECT 1

/* define this to use iconv(3) function to codepage conversions */
#define USE_ICONV 1

/* define this to use nl_langinfo function */
#define USE_LANGINFO 1

/* define this to use RTC (/dev/rtc) for video timers */
#undef HAVE_RTC

/* set up max. outburst. use 65536 for ALSA 0.5, for others 16384 is  
enough */
#define MAX_OUTBURST 65536

/* set up audio OUTBURST. Do not change this! */
#define OUTBURST 512

/* Define this if your system has the header file for the OSS sound  
interface */
#undef HAVE_SYS_SOUNDCARD_H

/* Define this if your system has the header file for the OSS sound  
interface
  * in /usr/include */
#undef HAVE_SOUNDCARD_H

/* Define this if your system has the sysinfo header */
#undef HAVE_SYS_SYSINFO_H

/* Define this if your system has the "malloc.h" header file */
#undef HAVE_MALLOC_H

/* memalign is mapped to malloc if unsupported */
#undef HAVE_MEMALIGN
#define memalign(a,b) malloc(b)


/* assembler handling of .align */
#define ASMALIGN(ZEROBITS) ".align " #ZEROBITS "\n\t"

/* Define this if your system has the "alloca.h" header file */
#define HAVE_ALLOCA_H 1

/* Define this if your system has the "sys/mman.h" header file */
#define HAVE_SYS_MMAN_H 1


/* Define this if you have the elf dynamic linker -ldl library */
#define HAVE_LIBDL 1

/* Define this if you have the kstat kernel statistics library */
#undef HAVE_LIBKSTAT

/* Define this if you have zlib */
#define HAVE_ZLIB 1
#ifdef HAVE_ZLIB
#define CONFIG_ZLIB 1
#endif

/* Define this if you have shm support */
#define HAVE_SHM 1

/* Define this if your system has strsep */
#define HAVE_STRSEP 1

/* Define this if your system has vsscanf */
#define HAVE_VSSCANF 1

/* Define this if your system has swab */
#define HAVE_SWAB 1

/* Define this if your system has posix select */
#define HAVE_POSIX_SELECT 1

/* Define this if your system has gettimeofday */
#define HAVE_GETTIMEOFDAY 1

/* Define this if your system has glob */
#define HAVE_GLOB 1

/* Define this if your system has setenv */
#define HAVE_SETENV 1
#ifndef HAVE_SETENV
int setenv(const char *name, const char *val, int overwrite);
#endif

/* Define this if your system has sysi86 */



/* Define this if your system has pthreads */
#define HAVE_PTHREADS 1

/* Define this if you enabled thread support for libavcodec */
#define HAVE_THREADS 1
#ifdef HAVE_THREADS
#define ENABLE_THREADS 1
#else
#define ENABLE_THREADS 0
#endif

/* LIRC (remote control, see www.lirc.org) support: */
#undef HAVE_LIRC

/* Apple Remote (remote control, see http://docs.info.apple.com/ 
article.html?artnum=302504) support: */
#define HAVE_APPLE_REMOTE 1

/* Support for maemo (http://www.maemo.org) */


/*
  * LIRCCD (LIRC client daemon)
  * See http://www.dolda2000.cjb.net/~fredrik/lirccd/
  */
#undef HAVE_LIRCC

/* DVD navigation support using libdvdnav */
#undef USE_DVDNAV


/* Define this to enable MPEG 1/2 image postprocessing (requires a  
FAST CPU!) */
#define MPEG12_POSTPROC 1

/* Define this to enable image postprocessing in libavcodec (requires  
a FAST CPU!) */
#define USE_LIBPOSTPROC 1
#define USE_LIBPOSTPROC_A 1
#undef USE_LIBPOSTPROC_SO

/* Win32 DLL support */
#define USE_WIN32DLL 1
#define WIN32_PATH "/usr/local/lib/codecs"

/* Mac OS X specific features */
#define MACOSX 1
#define MACOSX_FINDER_SUPPORT 1
#define MACOSX_BUNDLE 1
#define MACOSX_COREVIDEO 1

/* Build our Win32-loader */
#define WIN32_LOADER 1

/* ffmpeg's libavcodec support (requires libavcodec source) */
#define USE_LIBAVCODEC 1
#define USE_LIBAVCODEC_A 1
#undef USE_LIBAVCODEC_SO
#define CONFIG_MPEGAUDIO_HP 1

/* ffmpeg's libavformat support (requires libavformat source) */
#define USE_LIBAVFORMAT 1
#define USE_LIBAVFORMAT_A 1
#undef USE_LIBAVFORMAT_SO

#define USE_LIBAVUTIL 1
#define USE_LIBAVUTIL_A 1
#undef USE_LIBAVUTIL_SO

/* Use libavcodec's decoders */
#define CONFIG_DECODERS 1
/* Use libavcodec's encoders */
#define CONFIG_ENCODERS 1

/* Use libavformat's demuxers */
#define CONFIG_DEMUXERS 1
/* Use libavformat's muxers */


/* Use these registers in FFmpeg x86 inline asm. No proper detection  
yet. */
#define HAVE_EBX_AVAILABLE 1
#ifndef MP_DEBUG
#define HAVE_EBP_AVAILABLE 1
#endif

#define CONFIG_GPL 1
#define ENABLE_SMALL 0

/* Support for grayscale encoding/decoding in FFmpeg (makes color  
slower) */
#define ENABLE_GRAY 1

/* Use AMR codecs from libavcodec. */

#undef CONFIG_LIBAMR_NB
#undef CONFIG_LIBAMR_WB

/* Use specific parts from FFmpeg. */
#define CONFIG_AASC_DECODER 1
#define ENABLE_AASC_DECODER 1
#define CONFIG_AMV_DECODER 1
#define ENABLE_AMV_DECODER 1
#define CONFIG_ASV1_DECODER 1
#define ENABLE_ASV1_DECODER 1
#define CONFIG_ASV2_DECODER 1
#define ENABLE_ASV2_DECODER 1
#define CONFIG_AVS_DECODER 1
#define ENABLE_AVS_DECODER 1
#define CONFIG_BETHSOFTVID_DECODER 1
#define ENABLE_BETHSOFTVID_DECODER 1
#define CONFIG_BMP_DECODER 1
#define ENABLE_BMP_DECODER 1
#define CONFIG_C93_DECODER 1
#define ENABLE_C93_DECODER 1
#define CONFIG_CAVS_DECODER 1
#define ENABLE_CAVS_DECODER 1
#define CONFIG_CINEPAK_DECODER 1
#define ENABLE_CINEPAK_DECODER 1
#define CONFIG_CLJR_DECODER 1
#define ENABLE_CLJR_DECODER 1
#define CONFIG_CSCD_DECODER 1
#define ENABLE_CSCD_DECODER 1
#define CONFIG_CYUV_DECODER 1
#define ENABLE_CYUV_DECODER 1
#define CONFIG_DNXHD_DECODER 1
#define ENABLE_DNXHD_DECODER 1
#define CONFIG_DSICINVIDEO_DECODER 1
#define ENABLE_DSICINVIDEO_DECODER 1
#define CONFIG_DVVIDEO_DECODER 1
#define ENABLE_DVVIDEO_DECODER 1
#define CONFIG_DXA_DECODER 1
#define ENABLE_DXA_DECODER 1
#define CONFIG_EIGHTBPS_DECODER 1
#define ENABLE_EIGHTBPS_DECODER 1
#define CONFIG_FFV1_DECODER 1
#define ENABLE_FFV1_DECODER 1
#define CONFIG_FFVHUFF_DECODER 1
#define ENABLE_FFVHUFF_DECODER 1
#define CONFIG_FLASHSV_DECODER 1
#define ENABLE_FLASHSV_DECODER 1
#define CONFIG_FLIC_DECODER 1
#define ENABLE_FLIC_DECODER 1
#define CONFIG_FLV_DECODER 1
#define ENABLE_FLV_DECODER 1
#define CONFIG_FOURXM_DECODER 1
#define ENABLE_FOURXM_DECODER 1
#define CONFIG_FRAPS_DECODER 1
#define ENABLE_FRAPS_DECODER 1
#define CONFIG_GIF_DECODER 1
#define ENABLE_GIF_DECODER 1
#define CONFIG_H261_DECODER 1
#define ENABLE_H261_DECODER 1
#define CONFIG_H263_DECODER 1
#define ENABLE_H263_DECODER 1
#define CONFIG_H263I_DECODER 1
#define ENABLE_H263I_DECODER 1
#define CONFIG_H264_DECODER 1
#define ENABLE_H264_DECODER 1
#define CONFIG_HUFFYUV_DECODER 1
#define ENABLE_HUFFYUV_DECODER 1
#define CONFIG_IDCIN_DECODER 1
#define ENABLE_IDCIN_DECODER 1
#define CONFIG_INDEO2_DECODER 1
#define ENABLE_INDEO2_DECODER 1
#define CONFIG_INDEO3_DECODER 1
#define ENABLE_INDEO3_DECODER 1
#define CONFIG_INTERPLAY_VIDEO_DECODER 1
#define ENABLE_INTERPLAY_VIDEO_DECODER 1
#define CONFIG_JPEGLS_DECODER 1
#define ENABLE_JPEGLS_DECODER 1
#define CONFIG_KMVC_DECODER 1
#define ENABLE_KMVC_DECODER 1
#define CONFIG_LOCO_DECODER 1
#define ENABLE_LOCO_DECODER 1
#define CONFIG_MDEC_DECODER 1
#define ENABLE_MDEC_DECODER 1
#define CONFIG_MJPEG_DECODER 1
#define ENABLE_MJPEG_DECODER 1
#define CONFIG_MJPEGB_DECODER 1
#define ENABLE_MJPEGB_DECODER 1
#define CONFIG_MMVIDEO_DECODER 1
#define ENABLE_MMVIDEO_DECODER 1
#define ENABLE_MPEG_XVMC_DECODER 0
#define CONFIG_MPEG1VIDEO_DECODER 1
#define ENABLE_MPEG1VIDEO_DECODER 1
#define CONFIG_MPEG2VIDEO_DECODER 1
#define ENABLE_MPEG2VIDEO_DECODER 1
#define CONFIG_MPEG4_DECODER 1
#define ENABLE_MPEG4_DECODER 1
#define CONFIG_MPEGVIDEO_DECODER 1
#define ENABLE_MPEGVIDEO_DECODER 1
#define CONFIG_MSMPEG4V1_DECODER 1
#define ENABLE_MSMPEG4V1_DECODER 1
#define CONFIG_MSMPEG4V2_DECODER 1
#define ENABLE_MSMPEG4V2_DECODER 1
#define CONFIG_MSMPEG4V3_DECODER 1
#define ENABLE_MSMPEG4V3_DECODER 1
#define CONFIG_MSRLE_DECODER 1
#define ENABLE_MSRLE_DECODER 1
#define CONFIG_MSVIDEO1_DECODER 1
#define ENABLE_MSVIDEO1_DECODER 1
#define CONFIG_MSZH_DECODER 1
#define ENABLE_MSZH_DECODER 1
#define CONFIG_NUV_DECODER 1
#define ENABLE_NUV_DECODER 1
#define CONFIG_PNG_DECODER 1
#define ENABLE_PNG_DECODER 1
#define CONFIG_PTX_DECODER 1
#define ENABLE_PTX_DECODER 1
#define CONFIG_QDRAW_DECODER 1
#define ENABLE_QDRAW_DECODER 1
#define CONFIG_QPEG_DECODER 1
#define ENABLE_QPEG_DECODER 1
#define CONFIG_QTRLE_DECODER 1
#define ENABLE_QTRLE_DECODER 1
#define CONFIG_RAWVIDEO_DECODER 1
#define ENABLE_RAWVIDEO_DECODER 1
#define CONFIG_ROQ_DECODER 1
#define ENABLE_ROQ_DECODER 1
#define CONFIG_RPZA_DECODER 1
#define ENABLE_RPZA_DECODER 1
#define CONFIG_RV10_DECODER 1
#define ENABLE_RV10_DECODER 1
#define CONFIG_RV20_DECODER 1
#define ENABLE_RV20_DECODER 1
#define CONFIG_SGI_DECODER 1
#define ENABLE_SGI_DECODER 1
#define CONFIG_SMACKER_DECODER 1
#define ENABLE_SMACKER_DECODER 1
#define CONFIG_SMC_DECODER 1
#define ENABLE_SMC_DECODER 1
#define CONFIG_SNOW_DECODER 1
#define ENABLE_SNOW_DECODER 1
#define CONFIG_SP5X_DECODER 1
#define ENABLE_SP5X_DECODER 1
#define CONFIG_SVQ1_DECODER 1
#define ENABLE_SVQ1_DECODER 1
#define CONFIG_SVQ3_DECODER 1
#define ENABLE_SVQ3_DECODER 1
#define CONFIG_TARGA_DECODER 1
#define ENABLE_TARGA_DECODER 1
#define CONFIG_THEORA_DECODER 1
#define ENABLE_THEORA_DECODER 1
#define CONFIG_THP_DECODER 1
#define ENABLE_THP_DECODER 1
#define CONFIG_TIERTEXSEQVIDEO_DECODER 1
#define ENABLE_TIERTEXSEQVIDEO_DECODER 1
#define CONFIG_TIFF_DECODER 1
#define ENABLE_TIFF_DECODER 1
#define CONFIG_TRUEMOTION1_DECODER 1
#define ENABLE_TRUEMOTION1_DECODER 1
#define CONFIG_TRUEMOTION2_DECODER 1
#define ENABLE_TRUEMOTION2_DECODER 1
#define CONFIG_TSCC_DECODER 1
#define ENABLE_TSCC_DECODER 1
#define CONFIG_TXD_DECODER 1
#define ENABLE_TXD_DECODER 1
#define CONFIG_ULTI_DECODER 1
#define ENABLE_ULTI_DECODER 1
#define CONFIG_VC1_DECODER 1
#define ENABLE_VC1_DECODER 1
#define CONFIG_VCR1_DECODER 1
#define ENABLE_VCR1_DECODER 1
#define CONFIG_VMDVIDEO_DECODER 1
#define ENABLE_VMDVIDEO_DECODER 1
#define CONFIG_VMNC_DECODER 1
#define ENABLE_VMNC_DECODER 1
#define CONFIG_VP3_DECODER 1
#define ENABLE_VP3_DECODER 1
#define CONFIG_VP5_DECODER 1
#define ENABLE_VP5_DECODER 1
#define CONFIG_VP6_DECODER 1
#define ENABLE_VP6_DECODER 1
#define CONFIG_VP6A_DECODER 1
#define ENABLE_VP6A_DECODER 1
#define CONFIG_VP6F_DECODER 1
#define ENABLE_VP6F_DECODER 1
#define CONFIG_VQA_DECODER 1
#define ENABLE_VQA_DECODER 1
#define CONFIG_WMV1_DECODER 1
#define ENABLE_WMV1_DECODER 1
#define CONFIG_WMV2_DECODER 1
#define ENABLE_WMV2_DECODER 1
#define CONFIG_WMV3_DECODER 1
#define ENABLE_WMV3_DECODER 1
#define CONFIG_WNV1_DECODER 1
#define ENABLE_WNV1_DECODER 1
#define CONFIG_XAN_WC3_DECODER 1
#define ENABLE_XAN_WC3_DECODER 1
#define CONFIG_XL_DECODER 1
#define ENABLE_XL_DECODER 1
#define CONFIG_XSUB_DECODER 1
#define ENABLE_XSUB_DECODER 1
#define CONFIG_ZLIB_DECODER 1
#define ENABLE_ZLIB_DECODER 1
#define CONFIG_ZMBV_DECODER 1
#define ENABLE_ZMBV_DECODER 1
#define ENABLE_MPEG4AAC_DECODER 0
#define CONFIG_AC3_DECODER 1
#define ENABLE_AC3_DECODER 1
#define CONFIG_ALAC_DECODER 1
#define ENABLE_ALAC_DECODER 1
#define CONFIG_APE_DECODER 1
#define ENABLE_APE_DECODER 1
#define CONFIG_ATRAC3_DECODER 1
#define ENABLE_ATRAC3_DECODER 1
#define CONFIG_COOK_DECODER 1
#define ENABLE_COOK_DECODER 1
#define CONFIG_DCA_DECODER 1
#define ENABLE_DCA_DECODER 1
#define CONFIG_DSICINAUDIO_DECODER 1
#define ENABLE_DSICINAUDIO_DECODER 1
#define CONFIG_FLAC_DECODER 1
#define ENABLE_FLAC_DECODER 1
#define CONFIG_IMC_DECODER 1
#define ENABLE_IMC_DECODER 1
#define ENABLE_LIBAMR_NB_DECODER 0
#define ENABLE_LIBAMR_WB_DECODER 0
#define ENABLE_LIBA52_DECODER 0
#define ENABLE_LIBFAAD_DECODER 0
#define ENABLE_LIBGSM_DECODER 0
#define ENABLE_LIBGSM_MS_DECODER 0
#define ENABLE_LIBVORBIS_DECODER 0
#define CONFIG_MACE3_DECODER 1
#define ENABLE_MACE3_DECODER 1
#define CONFIG_MACE6_DECODER 1
#define ENABLE_MACE6_DECODER 1
#define CONFIG_MP2_DECODER 1
#define ENABLE_MP2_DECODER 1
#define CONFIG_MP3_DECODER 1
#define ENABLE_MP3_DECODER 1
#define CONFIG_MP3ADU_DECODER 1
#define ENABLE_MP3ADU_DECODER 1
#define CONFIG_MP3ON4_DECODER 1
#define ENABLE_MP3ON4_DECODER 1
#define CONFIG_MPC7_DECODER 1
#define ENABLE_MPC7_DECODER 1
#define CONFIG_QDM2_DECODER 1
#define ENABLE_QDM2_DECODER 1
#define CONFIG_RA_144_DECODER 1
#define ENABLE_RA_144_DECODER 1
#define CONFIG_RA_288_DECODER 1
#define ENABLE_RA_288_DECODER 1
#define CONFIG_SHORTEN_DECODER 1
#define ENABLE_SHORTEN_DECODER 1
#define CONFIG_SMACKAUD_DECODER 1
#define ENABLE_SMACKAUD_DECODER 1
#define CONFIG_SONIC_DECODER 1
#define ENABLE_SONIC_DECODER 1
#define CONFIG_TRUESPEECH_DECODER 1
#define ENABLE_TRUESPEECH_DECODER 1
#define CONFIG_TTA_DECODER 1
#define ENABLE_TTA_DECODER 1
#define CONFIG_VMDAUDIO_DECODER 1
#define ENABLE_VMDAUDIO_DECODER 1
#define CONFIG_VORBIS_DECODER 1
#define ENABLE_VORBIS_DECODER 1
#define CONFIG_WAVPACK_DECODER 1
#define ENABLE_WAVPACK_DECODER 1
#define CONFIG_WMAV1_DECODER 1
#define ENABLE_WMAV1_DECODER 1
#define CONFIG_WMAV2_DECODER 1
#define ENABLE_WMAV2_DECODER 1
#define CONFIG_WS_SND1_DECODER 1
#define ENABLE_WS_SND1_DECODER 1
#define CONFIG_PCM_ALAW_DECODER 1
#define ENABLE_PCM_ALAW_DECODER 1
#define CONFIG_PCM_MULAW_DECODER 1
#define ENABLE_PCM_MULAW_DECODER 1
#define CONFIG_PCM_S8_DECODER 1
#define ENABLE_PCM_S8_DECODER 1
#define CONFIG_PCM_S16BE_DECODER 1
#define ENABLE_PCM_S16BE_DECODER 1
#define CONFIG_PCM_S16LE_DECODER 1
#define ENABLE_PCM_S16LE_DECODER 1
#define CONFIG_PCM_S24BE_DECODER 1
#define ENABLE_PCM_S24BE_DECODER 1
#define CONFIG_PCM_S24DAUD_DECODER 1
#define ENABLE_PCM_S24DAUD_DECODER 1
#define CONFIG_PCM_S24LE_DECODER 1
#define ENABLE_PCM_S24LE_DECODER 1
#define CONFIG_PCM_S32BE_DECODER 1
#define ENABLE_PCM_S32BE_DECODER 1
#define CONFIG_PCM_S32LE_DECODER 1
#define ENABLE_PCM_S32LE_DECODER 1
#define CONFIG_PCM_U8_DECODER 1
#define ENABLE_PCM_U8_DECODER 1
#define CONFIG_PCM_U16BE_DECODER 1
#define ENABLE_PCM_U16BE_DECODER 1
#define CONFIG_PCM_U16LE_DECODER 1
#define ENABLE_PCM_U16LE_DECODER 1
#define CONFIG_PCM_U24BE_DECODER 1
#define ENABLE_PCM_U24BE_DECODER 1
#define CONFIG_PCM_U24LE_DECODER 1
#define ENABLE_PCM_U24LE_DECODER 1
#define CONFIG_PCM_U32BE_DECODER 1
#define ENABLE_PCM_U32BE_DECODER 1
#define CONFIG_PCM_U32LE_DECODER 1
#define ENABLE_PCM_U32LE_DECODER 1
#define CONFIG_PCM_ZORK_DECODER 1
#define ENABLE_PCM_ZORK_DECODER 1
#define CONFIG_INTERPLAY_DPCM_DECODER 1
#define ENABLE_INTERPLAY_DPCM_DECODER 1
#define CONFIG_ROQ_DPCM_DECODER 1
#define ENABLE_ROQ_DPCM_DECODER 1
#define CONFIG_SOL_DPCM_DECODER 1
#define ENABLE_SOL_DPCM_DECODER 1
#define CONFIG_XAN_DPCM_DECODER 1
#define ENABLE_XAN_DPCM_DECODER 1
#define CONFIG_ADPCM_4XM_DECODER 1
#define ENABLE_ADPCM_4XM_DECODER 1
#define CONFIG_ADPCM_ADX_DECODER 1
#define ENABLE_ADPCM_ADX_DECODER 1
#define CONFIG_ADPCM_CT_DECODER 1
#define ENABLE_ADPCM_CT_DECODER 1
#define CONFIG_ADPCM_EA_DECODER 1
#define ENABLE_ADPCM_EA_DECODER 1
#define CONFIG_ADPCM_G726_DECODER 1
#define ENABLE_ADPCM_G726_DECODER 1
#define CONFIG_ADPCM_IMA_AMV_DECODER 1
#define ENABLE_ADPCM_IMA_AMV_DECODER 1
#define CONFIG_ADPCM_IMA_DK3_DECODER 1
#define ENABLE_ADPCM_IMA_DK3_DECODER 1
#define CONFIG_ADPCM_IMA_DK4_DECODER 1
#define ENABLE_ADPCM_IMA_DK4_DECODER 1
#define CONFIG_ADPCM_IMA_QT_DECODER 1
#define ENABLE_ADPCM_IMA_QT_DECODER 1
#define CONFIG_ADPCM_IMA_SMJPEG_DECODER 1
#define ENABLE_ADPCM_IMA_SMJPEG_DECODER 1
#define CONFIG_ADPCM_IMA_WAV_DECODER 1
#define ENABLE_ADPCM_IMA_WAV_DECODER 1
#define CONFIG_ADPCM_IMA_WS_DECODER 1
#define ENABLE_ADPCM_IMA_WS_DECODER 1
#define CONFIG_ADPCM_MS_DECODER 1
#define ENABLE_ADPCM_MS_DECODER 1
#define CONFIG_ADPCM_SBPRO_2_DECODER 1
#define ENABLE_ADPCM_SBPRO_2_DECODER 1
#define CONFIG_ADPCM_SBPRO_3_DECODER 1
#define ENABLE_ADPCM_SBPRO_3_DECODER 1
#define CONFIG_ADPCM_SBPRO_4_DECODER 1
#define ENABLE_ADPCM_SBPRO_4_DECODER 1
#define CONFIG_ADPCM_SWF_DECODER 1
#define ENABLE_ADPCM_SWF_DECODER 1
#define CONFIG_ADPCM_THP_DECODER 1
#define ENABLE_ADPCM_THP_DECODER 1
#define CONFIG_ADPCM_XA_DECODER 1
#define ENABLE_ADPCM_XA_DECODER 1
#define CONFIG_ADPCM_YAMAHA_DECODER 1
#define ENABLE_ADPCM_YAMAHA_DECODER 1
#define CONFIG_DVBSUB_DECODER 1
#define ENABLE_DVBSUB_DECODER 1
#define CONFIG_DVDSUB_DECODER 1
#define ENABLE_DVDSUB_DECODER 1
#define ENABLE_ASV1_ENCODER 0
#define ENABLE_ASV2_ENCODER 0
#define ENABLE_BMP_ENCODER 0
#define ENABLE_DVVIDEO_ENCODER 0
#define ENABLE_FFV1_ENCODER 0
#define ENABLE_FFVHUFF_ENCODER 0
#define ENABLE_FLASHSV_ENCODER 0
#define ENABLE_FLV_ENCODER 0
#define ENABLE_GIF_ENCODER 0
#define ENABLE_H261_ENCODER 0
#define ENABLE_H263_ENCODER 0
#define ENABLE_H263P_ENCODER 0
#define ENABLE_HUFFYUV_ENCODER 0
#define ENABLE_JPEGLS_ENCODER 0
#define ENABLE_LIBX264_ENCODER 0
#define ENABLE_LIBXVID_ENCODER 0
#define ENABLE_LJPEG_ENCODER 0
#define ENABLE_MJPEG_ENCODER 0
#define CONFIG_MPEG1VIDEO_ENCODER 1
#define ENABLE_MPEG1VIDEO_ENCODER 1
#define ENABLE_MPEG2VIDEO_ENCODER 0
#define ENABLE_MPEG4_ENCODER 0
#define ENABLE_MSMPEG4V1_ENCODER 0
#define ENABLE_MSMPEG4V2_ENCODER 0
#define ENABLE_MSMPEG4V3_ENCODER 0
#define ENABLE_PAM_ENCODER 0
#define ENABLE_PBM_ENCODER 0
#define ENABLE_PGM_ENCODER 0
#define ENABLE_PGMYUV_ENCODER 0
#define ENABLE_PNG_ENCODER 0
#define ENABLE_PPM_ENCODER 0
#define ENABLE_QTRLE_ENCODER 0
#define ENABLE_RAWVIDEO_ENCODER 0
#define ENABLE_ROQ_ENCODER 0
#define ENABLE_RV10_ENCODER 0
#define ENABLE_RV20_ENCODER 0
#define ENABLE_SGI_ENCODER 0
#define CONFIG_SNOW_ENCODER 1
#define ENABLE_SNOW_ENCODER 1
#define ENABLE_SVQ1_ENCODER 0
#define ENABLE_TARGA_ENCODER 0
#define ENABLE_TIFF_ENCODER 0
#define ENABLE_WMV1_ENCODER 0
#define ENABLE_WMV2_ENCODER 0
#define ENABLE_ZLIB_ENCODER 0
#define ENABLE_ZMBV_ENCODER 0
#define ENABLE_AC3_ENCODER 0
#define ENABLE_FLAC_ENCODER 0
#define ENABLE_LIBAMR_NB_ENCODER 0
#define ENABLE_LIBAMR_WB_ENCODER 0
#define ENABLE_LIBFAAC_ENCODER 0
#define ENABLE_LIBGSM_ENCODER 0
#define ENABLE_LIBGSM_MS_ENCODER 0
#define ENABLE_LIBMP3LAME_ENCODER 0
#define ENABLE_LIBTHEORA_ENCODER 0
#define ENABLE_LIBVORBIS_ENCODER 0
#define ENABLE_MP2_ENCODER 0
#define ENABLE_SONIC_ENCODER 0
#define ENABLE_SONIC_LS_ENCODER 0
#define ENABLE_VORBIS_ENCODER 0
#define ENABLE_WMAV1_ENCODER 0
#define ENABLE_WMAV2_ENCODER 0
#define ENABLE_PCM_ALAW_ENCODER 0
#define ENABLE_PCM_MULAW_ENCODER 0
#define ENABLE_PCM_S8_ENCODER 0
#define ENABLE_PCM_S16BE_ENCODER 0
#define ENABLE_PCM_S16LE_ENCODER 0
#define ENABLE_PCM_S24BE_ENCODER 0
#define ENABLE_PCM_S24DAUD_ENCODER 0
#define ENABLE_PCM_S24LE_ENCODER 0
#define ENABLE_PCM_S32BE_ENCODER 0
#define ENABLE_PCM_S32LE_ENCODER 0
#define ENABLE_PCM_U8_ENCODER 0
#define ENABLE_PCM_U16BE_ENCODER 0
#define ENABLE_PCM_U16LE_ENCODER 0
#define ENABLE_PCM_U24BE_ENCODER 0
#define ENABLE_PCM_U24LE_ENCODER 0
#define ENABLE_PCM_U32BE_ENCODER 0
#define ENABLE_PCM_U32LE_ENCODER 0
#define ENABLE_PCM_ZORK_ENCODER 0
#define ENABLE_ROQ_DPCM_ENCODER 0
#define ENABLE_ADPCM_4XM_ENCODER 0
#define ENABLE_ADPCM_ADX_ENCODER 0
#define ENABLE_ADPCM_CT_ENCODER 0
#define ENABLE_ADPCM_EA_ENCODER 0
#define ENABLE_ADPCM_G726_ENCODER 0
#define ENABLE_ADPCM_IMA_DK3_ENCODER 0
#define ENABLE_ADPCM_IMA_DK4_ENCODER 0
#define ENABLE_ADPCM_IMA_QT_ENCODER 0
#define ENABLE_ADPCM_IMA_SMJPEG_ENCODER 0
#define ENABLE_ADPCM_IMA_WAV_ENCODER 0
#define ENABLE_ADPCM_IMA_WS_ENCODER 0
#define ENABLE_ADPCM_MS_ENCODER 0
#define ENABLE_ADPCM_SBPRO_2_ENCODER 0
#define ENABLE_ADPCM_SBPRO_3_ENCODER 0
#define ENABLE_ADPCM_SBPRO_4_ENCODER 0
#define ENABLE_ADPCM_SWF_ENCODER 0
#define ENABLE_ADPCM_XA_ENCODER 0
#define ENABLE_ADPCM_YAMAHA_ENCODER 0
#define ENABLE_DVBSUB_ENCODER 0
#define ENABLE_DVDSUB_ENCODER 0
#define CONFIG_AAC_PARSER 1
#define ENABLE_AAC_PARSER 1
#define CONFIG_AC3_PARSER 1
#define ENABLE_AC3_PARSER 1
#define CONFIG_CAVSVIDEO_PARSER 1
#define ENABLE_CAVSVIDEO_PARSER 1
#define CONFIG_DCA_PARSER 1
#define ENABLE_DCA_PARSER 1
#define CONFIG_DVBSUB_PARSER 1
#define ENABLE_DVBSUB_PARSER 1
#define CONFIG_DVDSUB_PARSER 1
#define ENABLE_DVDSUB_PARSER 1
#define CONFIG_H261_PARSER 1
#define ENABLE_H261_PARSER 1
#define CONFIG_H263_PARSER 1
#define ENABLE_H263_PARSER 1
#define CONFIG_H264_PARSER 1
#define ENABLE_H264_PARSER 1
#define CONFIG_MJPEG_PARSER 1
#define ENABLE_MJPEG_PARSER 1
#define CONFIG_MPEG4VIDEO_PARSER 1
#define ENABLE_MPEG4VIDEO_PARSER 1
#define CONFIG_MPEGAUDIO_PARSER 1
#define ENABLE_MPEGAUDIO_PARSER 1
#define CONFIG_MPEGVIDEO_PARSER 1
#define ENABLE_MPEGVIDEO_PARSER 1
#define CONFIG_PNM_PARSER 1
#define ENABLE_PNM_PARSER 1
#define CONFIG_VC1_PARSER 1
#define ENABLE_VC1_PARSER 1
#define CONFIG_AAC_DEMUXER 1
#define ENABLE_AAC_DEMUXER 1
#define CONFIG_AC3_DEMUXER 1
#define ENABLE_AC3_DEMUXER 1
#define CONFIG_AIFF_DEMUXER 1
#define ENABLE_AIFF_DEMUXER 1
#define CONFIG_AMR_DEMUXER 1
#define ENABLE_AMR_DEMUXER 1
#define CONFIG_APC_DEMUXER 1
#define ENABLE_APC_DEMUXER 1
#define CONFIG_APE_DEMUXER 1
#define ENABLE_APE_DEMUXER 1
#define CONFIG_ASF_DEMUXER 1
#define ENABLE_ASF_DEMUXER 1
#define CONFIG_AU_DEMUXER 1
#define ENABLE_AU_DEMUXER 1
#define ENABLE_AUDIO_BEOS_DEMUXER 0
#define CONFIG_AVI_DEMUXER 1
#define ENABLE_AVI_DEMUXER 1
#define ENABLE_AVISYNTH_DEMUXER 0
#define CONFIG_AVS_DEMUXER 1
#define ENABLE_AVS_DEMUXER 1
#define CONFIG_BETHSOFTVID_DEMUXER 1
#define ENABLE_BETHSOFTVID_DEMUXER 1
#define ENABLE_BKTR_DEMUXER 0
#define CONFIG_C93_DEMUXER 1
#define ENABLE_C93_DEMUXER 1
#define CONFIG_DAUD_DEMUXER 1
#define ENABLE_DAUD_DEMUXER 1
#define CONFIG_DSICIN_DEMUXER 1
#define ENABLE_DSICIN_DEMUXER 1
#define CONFIG_DTS_DEMUXER 1
#define ENABLE_DTS_DEMUXER 1
#define CONFIG_DV_DEMUXER 1
#define ENABLE_DV_DEMUXER 1
#define ENABLE_DV1394_DEMUXER 0
#define CONFIG_DXA_DEMUXER 1
#define ENABLE_DXA_DEMUXER 1
#define CONFIG_EA_DEMUXER 1
#define ENABLE_EA_DEMUXER 1
#define CONFIG_FFM_DEMUXER 1
#define ENABLE_FFM_DEMUXER 1
#define CONFIG_FLAC_DEMUXER 1
#define ENABLE_FLAC_DEMUXER 1
#define CONFIG_FLIC_DEMUXER 1
#define ENABLE_FLIC_DEMUXER 1
#define CONFIG_FLV_DEMUXER 1
#define ENABLE_FLV_DEMUXER 1
#define CONFIG_FOURXM_DEMUXER 1
#define ENABLE_FOURXM_DEMUXER 1
#define CONFIG_GIF_DEMUXER 1
#define ENABLE_GIF_DEMUXER 1
#define CONFIG_GXF_DEMUXER 1
#define ENABLE_GXF_DEMUXER 1
#define CONFIG_H261_DEMUXER 1
#define ENABLE_H261_DEMUXER 1
#define CONFIG_H263_DEMUXER 1
#define ENABLE_H263_DEMUXER 1
#define CONFIG_H264_DEMUXER 1
#define ENABLE_H264_DEMUXER 1
#define CONFIG_IDCIN_DEMUXER 1
#define ENABLE_IDCIN_DEMUXER 1
#define CONFIG_IMAGE2_DEMUXER 1
#define ENABLE_IMAGE2_DEMUXER 1
#define CONFIG_IMAGE2PIPE_DEMUXER 1
#define ENABLE_IMAGE2PIPE_DEMUXER 1
#define CONFIG_INGENIENT_DEMUXER 1
#define ENABLE_INGENIENT_DEMUXER 1
#define CONFIG_IPMOVIE_DEMUXER 1
#define ENABLE_IPMOVIE_DEMUXER 1
#define ENABLE_LIBDC1394_DEMUXER 0
#define ENABLE_LIBNUT_DEMUXER 0
#define CONFIG_M4V_DEMUXER 1
#define ENABLE_M4V_DEMUXER 1
#define CONFIG_MATROSKA_DEMUXER 1
#define ENABLE_MATROSKA_DEMUXER 1
#define CONFIG_MJPEG_DEMUXER 1
#define ENABLE_MJPEG_DEMUXER 1
#define CONFIG_MM_DEMUXER 1
#define ENABLE_MM_DEMUXER 1
#define CONFIG_MMF_DEMUXER 1
#define ENABLE_MMF_DEMUXER 1
#define CONFIG_MOV_DEMUXER 1
#define ENABLE_MOV_DEMUXER 1
#define CONFIG_MP3_DEMUXER 1
#define ENABLE_MP3_DEMUXER 1
#define CONFIG_MPC_DEMUXER 1
#define ENABLE_MPC_DEMUXER 1
#define CONFIG_MPEGPS_DEMUXER 1
#define ENABLE_MPEGPS_DEMUXER 1
#define CONFIG_MPEGTS_DEMUXER 1
#define ENABLE_MPEGTS_DEMUXER 1
#define CONFIG_MPEGTSRAW_DEMUXER 1
#define ENABLE_MPEGTSRAW_DEMUXER 1
#define CONFIG_MPEGVIDEO_DEMUXER 1
#define ENABLE_MPEGVIDEO_DEMUXER 1
#define CONFIG_MTV_DEMUXER 1
#define ENABLE_MTV_DEMUXER 1
#define CONFIG_MXF_DEMUXER 1
#define ENABLE_MXF_DEMUXER 1
#define CONFIG_NSV_DEMUXER 1
#define ENABLE_NSV_DEMUXER 1
#define CONFIG_NUT_DEMUXER 1
#define ENABLE_NUT_DEMUXER 1
#define CONFIG_NUV_DEMUXER 1
#define ENABLE_NUV_DEMUXER 1
#define CONFIG_OGG_DEMUXER 1
#define ENABLE_OGG_DEMUXER 1
#define ENABLE_OSS_DEMUXER 0
#define CONFIG_PCM_ALAW_DEMUXER 1
#define ENABLE_PCM_ALAW_DEMUXER 1
#define CONFIG_PCM_MULAW_DEMUXER 1
#define ENABLE_PCM_MULAW_DEMUXER 1
#define CONFIG_PCM_S16BE_DEMUXER 1
#define ENABLE_PCM_S16BE_DEMUXER 1
#define CONFIG_PCM_S16LE_DEMUXER 1
#define ENABLE_PCM_S16LE_DEMUXER 1
#define CONFIG_PCM_S8_DEMUXER 1
#define ENABLE_PCM_S8_DEMUXER 1
#define CONFIG_PCM_U16BE_DEMUXER 1
#define ENABLE_PCM_U16BE_DEMUXER 1
#define CONFIG_PCM_U16LE_DEMUXER 1
#define ENABLE_PCM_U16LE_DEMUXER 1
#define CONFIG_PCM_U8_DEMUXER 1
#define ENABLE_PCM_U8_DEMUXER 1
#define CONFIG_RAWVIDEO_DEMUXER 1
#define ENABLE_RAWVIDEO_DEMUXER 1
#define CONFIG_RM_DEMUXER 1
#define ENABLE_RM_DEMUXER 1
#define CONFIG_ROQ_DEMUXER 1
#define ENABLE_ROQ_DEMUXER 1
#define ENABLE_REDIR_DEMUXER 0
#define ENABLE_RTSP_DEMUXER 0
#define ENABLE_SDP_DEMUXER 0
#define CONFIG_SEGAFILM_DEMUXER 1
#define ENABLE_SEGAFILM_DEMUXER 1
#define CONFIG_SHORTEN_DEMUXER 1
#define ENABLE_SHORTEN_DEMUXER 1
#define CONFIG_SMACKER_DEMUXER 1
#define ENABLE_SMACKER_DEMUXER 1
#define CONFIG_SOL_DEMUXER 1
#define ENABLE_SOL_DEMUXER 1
#define CONFIG_STR_DEMUXER 1
#define ENABLE_STR_DEMUXER 1
#define CONFIG_SWF_DEMUXER 1
#define ENABLE_SWF_DEMUXER 1
#define CONFIG_THP_DEMUXER 1
#define ENABLE_THP_DEMUXER 1
#define CONFIG_TIERTEXSEQ_DEMUXER 1
#define ENABLE_TIERTEXSEQ_DEMUXER 1
#define CONFIG_TTA_DEMUXER 1
#define ENABLE_TTA_DEMUXER 1
#define CONFIG_TXD_DEMUXER 1
#define ENABLE_TXD_DEMUXER 1
#define ENABLE_V4L2_DEMUXER 0
#define ENABLE_V4L_DEMUXER 0
#define CONFIG_VC1_DEMUXER 1
#define ENABLE_VC1_DEMUXER 1
#define CONFIG_VMD_DEMUXER 1
#define ENABLE_VMD_DEMUXER 1
#define CONFIG_VOC_DEMUXER 1
#define ENABLE_VOC_DEMUXER 1
#define CONFIG_WAV_DEMUXER 1
#define ENABLE_WAV_DEMUXER 1
#define CONFIG_WC3_DEMUXER 1
#define ENABLE_WC3_DEMUXER 1
#define CONFIG_WSAUD_DEMUXER 1
#define ENABLE_WSAUD_DEMUXER 1
#define CONFIG_WSVQA_DEMUXER 1
#define ENABLE_WSVQA_DEMUXER 1
#define CONFIG_WV_DEMUXER 1
#define ENABLE_WV_DEMUXER 1
#define ENABLE_X11_GRAB_DEVICE_DEMUXER 0
#define CONFIG_YUV4MPEGPIPE_DEMUXER 1
#define ENABLE_YUV4MPEGPIPE_DEMUXER 1
#define ENABLE_AC3_MUXER 0
#define ENABLE_ADTS_MUXER 0
#define ENABLE_AIFF_MUXER 0
#define ENABLE_AMR_MUXER 0
#define ENABLE_ASF_MUXER 0
#define ENABLE_ASF_STREAM_MUXER 0
#define ENABLE_AU_MUXER 0
#define ENABLE_AUDIO_BEOS_MUXER 0
#define ENABLE_AVI_MUXER 0
#define ENABLE_CRC_MUXER 0
#define ENABLE_DV_MUXER 0
#define ENABLE_FFM_MUXER 0
#define ENABLE_FLAC_MUXER 0
#define ENABLE_FLV_MUXER 0
#define ENABLE_FRAMECRC_MUXER 0
#define ENABLE_GIF_MUXER 0
#define ENABLE_GXF_MUXER 0
#define ENABLE_H261_MUXER 0
#define ENABLE_H263_MUXER 0
#define ENABLE_H264_MUXER 0
#define ENABLE_IMAGE2_MUXER 0
#define ENABLE_IMAGE2PIPE_MUXER 0
#define ENABLE_LIBNUT_MUXER 0
#define ENABLE_M4V_MUXER 0
#define ENABLE_MATROSKA_MUXER 0
#define ENABLE_MATROSKA_AUDIO_MUXER 0
#define ENABLE_MJPEG_MUXER 0
#define ENABLE_MMF_MUXER 0
#define ENABLE_MOV_MUXER 0
#define ENABLE_MP2_MUXER 0
#define ENABLE_MP3_MUXER 0
#define ENABLE_MP4_MUXER 0
#define ENABLE_MPEG1SYSTEM_MUXER 0
#define ENABLE_MPEG1VCD_MUXER 0
#define ENABLE_MPEG1VIDEO_MUXER 0
#define ENABLE_MPEG2DVD_MUXER 0
#define ENABLE_MPEG2SVCD_MUXER 0
#define ENABLE_MPEG2VIDEO_MUXER 0
#define ENABLE_MPEG2VOB_MUXER 0
#define ENABLE_MPEGTS_MUXER 0
#define ENABLE_MPJPEG_MUXER 0
#define ENABLE_NULL_MUXER 0
#define ENABLE_NUT_MUXER 0
#define ENABLE_OGG_MUXER 0
#define ENABLE_OSS_MUXER 0
#define ENABLE_PCM_ALAW_MUXER 0
#define ENABLE_PCM_MULAW_MUXER 0
#define ENABLE_PCM_S16BE_MUXER 0
#define ENABLE_PCM_S16LE_MUXER 0
#define ENABLE_PCM_S8_MUXER 0
#define ENABLE_PCM_U16BE_MUXER 0
#define ENABLE_PCM_U16LE_MUXER 0
#define ENABLE_PCM_U8_MUXER 0
#define ENABLE_PSP_MUXER 0
#define ENABLE_RAWVIDEO_MUXER 0
#define ENABLE_RM_MUXER 0
#define ENABLE_ROQ_MUXER 0
#define ENABLE_RTP_MUXER 0
#define ENABLE_SWF_MUXER 0
#define ENABLE_TG2_MUXER 0
#define ENABLE_TGP_MUXER 0
#define ENABLE_VOC_MUXER 0
#define ENABLE_WAV_MUXER 0
#define ENABLE_YUV4MPEGPIPE_MUXER 0
#define ENABLE_FILE_PROTOCOL 0
#define ENABLE_HTTP_PROTOCOL 0
#define ENABLE_PIPE_PROTOCOL 0
#define ENABLE_RTP_PROTOCOL 0
#define ENABLE_TCP_PROTOCOL 0
#define ENABLE_UDP_PROTOCOL 0
#define CONFIG_DUMP_EXTRADATA_BSF 1
#define ENABLE_DUMP_EXTRADATA_BSF 1
#define CONFIG_H264_MP4TOANNEXB_BSF 1
#define ENABLE_H264_MP4TOANNEXB_BSF 1
#define CONFIG_IMX_DUMP_HEADER_BSF 1
#define ENABLE_IMX_DUMP_HEADER_BSF 1
#define CONFIG_MJPEGA_DUMP_HEADER_BSF 1
#define ENABLE_MJPEGA_DUMP_HEADER_BSF 1
#define CONFIG_MP3_HEADER_COMPRESS_BSF 1
#define ENABLE_MP3_HEADER_COMPRESS_BSF 1
#define CONFIG_MP3_HEADER_DECOMPRESS_BSF 1
#define ENABLE_MP3_HEADER_DECOMPRESS_BSF 1
#define CONFIG_NOISE_BSF 1
#define ENABLE_NOISE_BSF 1
#define CONFIG_REMOVE_EXTRADATA_BSF 1
#define ENABLE_REMOVE_EXTRADATA_BSF 1




#undef CONFIG_LIBX264

/* Use codec libs included in mplayer CVS / source dist: */
#define USE_MP3LIB 1
#define USE_LIBA52 1
#undef USE_LIBDCA
#define USE_LIBMPEG2 1

/* XAnim DLL support */
#define USE_XANIM 1
/* Default search path */
#define XACODEC_PATH "/usr/local/lib/codecs"

/* RealPlayer DLL support */
#define USE_REALCODECS 1
/* Default search path */
#define REALCODEC_PATH "/usr/local/lib/codecs"

/* LIVE555 Streaming Media library support */
#undef STREAMING_LIVE555

/* libnemesi Streaming Media library support */
#undef LIBNEMESI

/* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy...  
signal 4]*/
#define USE_FASTMEMCPY 1

/* Use unrarlib for Vobsubs */
#define USE_UNRARLIB 1

/* gui support, please do not edit this option */
#undef HAVE_NEW_GUI
#undef HAVE_GTK2_GUI

/* Audio output drivers */
#undef USE_OSS_AUDIO
#define PATH_DEV_DSP ""
#define PATH_DEV_MIXER ""
#undef HAVE_ALSA5
#undef HAVE_ALSA9
#undef HAVE_ALSA1X
#define USE_ARTS 1
#define USE_ESD 1
#define HAVE_ESD_LATENCY
#undef USE_POLYP

#define USE_OPENAL 1
#define OPENAL_AL_H 1
#undef HAVE_SYS_ASOUNDLIB_H
#undef HAVE_ALSA_ASOUNDLIB_H
#undef USE_SUN_AUDIO


#undef HAVE_NAS

/* Enable fast OSD/SUB renderer (looks ugly, but uses less CPU power) */
#undef FAST_OSD
#undef FAST_OSD_TABLE

/* Enable TV Interface support */
#define USE_TV 1

/* Enable Video 4 Linux TV interface support */
#undef HAVE_TV_V4L

/* Enable Video 4 Linux 1 TV interface support */


/* Enable Video 4 Linux 2 TV interface support */
#undef HAVE_TV_V4L2

/* *BSD BrookTree headers */



/* Enable *BSD BrookTree TV interface support */


/* Enable TV Teletext Interface support */
#undef HAVE_TV_TELETEXT

/* Enable Radio Interface support */
#undef USE_RADIO

/* Enable Capture for Radio Interface support */
#undef USE_RADIO_CAPTURE

/* Enable Video 4 Linux Radio interface support */
#undef HAVE_RADIO_V4L

/* Enable Video 4 Linux 2 Radio interface support */
#undef HAVE_RADIO_V4L2

/* Enable *BSD BrookTree Radio interface support */
#undef HAVE_RADIO_BSDBT848

/* Enable Video 4 Linux 2 MPEG PVR support */
#undef HAVE_PVR

/* Define if your processor stores words with the most significant
    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
#undef WORDS_BIGENDIAN

/* Define if your processor can access unaligned data in a fast way */
#define HAVE_FAST_UNALIGNED 1

#define ARCH_X86 1
#define ENABLE_X86 1
#define ARCH_X86_32 1
#define ENABLE_X86_32 1
#define ENABLE_X86_64 0
#define ENABLE_IA64 0
#define ENABLE_SPARC 0
#define ENABLE_ARM 0
#define ENABLE_ARMV4L 0
#define ENABLE_SH3 0
#define ENABLE_POWERPC 0
#define ENABLE_PPC 0
#define ENABLE_ALPHA 0
#define ENABLE_SGI_MIPS 0
#define ENABLE_PA_RISC 0
#define ENABLE_S390 0
#define ENABLE_S390X 0
#define ENABLE_VAX 0
#define ENABLE_BFIN 0
#define ENABLE_GENERIC 0

/* For the PPC.  G5 has the dcbzl when in 64bit mode but G4s and  
earlier do not
    have the instruction. */


/* only gcc3 can compile mvi instructions (libmpeg2) */


/* Define this for Cygwin build for win32 */


/* Define this to any prefered value from 386 up to infinity with  
step 100 */
#define __CPU__ 686

#define MP_WORDSIZE 32

#undef TARGET_LINUX

#define HAVE_VCD 1

#ifdef sun
#define	DEFAULT_CDROM_DEVICE	"/vol/dev/aliases/cdrom0"
#define DEFAULT_DVD_DEVICE	DEFAULT_CDROM_DEVICE
#elif defined(HPUX)
#define DEFAULT_CDROM_DEVICE    "/dev/cdrom"
#define DEFAULT_DVD_DEVICE     "/dev/dvd"
#elif defined(WIN32)
#define DEFAULT_CDROM_DEVICE    "D:"
#define DEFAULT_DVD_DEVICE	"D:"
#elif defined(SYS_DARWIN)
#define DEFAULT_CDROM_DEVICE    "/dev/disk1"
#define DEFAULT_DVD_DEVICE	"/dev/rdiskN"
#elif defined(__OpenBSD__)
#define DEFAULT_CDROM_DEVICE	"/dev/rcd0a"
#define DEFAULT_DVD_DEVICE	DEFAULT_CDROM_DEVICE
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
#define DEFAULT_CDROM_DEVICE	"/dev/acd0"
#define DEFAULT_DVD_DEVICE	DEFAULT_CDROM_DEVICE
#elif defined(SYS_AMIGAOS4)
#define DEFAULT_CDROM_DEVICE    "a1ide.device:2"
#define DEFAULT_DVD_DEVICE	DEFAULT_CDROM_DEVICE
#else
#define DEFAULT_CDROM_DEVICE    "/dev/cdrom"
#define DEFAULT_DVD_DEVICE	"/dev/dvd"
#endif


/ 
*----------------------------------------------------------------------- 
-----
**
** NOTE: Instead of modifying these definitions here, use the
**       --enable/--disable options of the ./configure script!
**       See ./configure --help for details.
**
*----------------------------------------------------------------------- 
----*/

/* C99 lrintf function available */
#define HAVE_LRINTF 1

/* mkstemp support */
#define HAVE_MKSTEMP 1

/* nanosleep support */
#define HAVE_NANOSLEEP 1

/* SMB support */
#undef LIBSMBCLIENT

/* termcap flag for getch2.c */
#define USE_TERMCAP 1

/* termios flag for getch2.c */
#define HAVE_TERMIOS 1
#undef HAVE_TERMIOS_H
#define HAVE_SYS_TERMIOS_H 1

/* enable PNG support */
#define HAVE_PNG 1

/* enable JPEG support */
#undef HAVE_JPEG

/* enable PNM support */
#define HAVE_PNM

/* enable md5sum support */
#define HAVE_MD5SUM

/* enable GIF support */
#undef HAVE_GIF
#undef HAVE_GIF_4


/* enable bitmap font support */
#define HAVE_BITMAP_FONT 1

/* enable FreeType support */
#define HAVE_FREETYPE

/* enable Fontconfig support */
#define HAVE_FONTCONFIG

/* enable SSA/ASS support */
#undef USE_ASS

/* enable FriBiDi usage */
#undef USE_FRIBIDI

/* enable ENCA usage */
#undef HAVE_ENCA

/* liblzo support */
#undef USE_LIBLZO
#ifdef USE_LIBLZO
#define CONFIG_LZO 1
#endif

/* libmad support */
#define USE_LIBMAD 1

/* enable OggVorbis support */
#define HAVE_OGGVORBIS 1
#define TREMOR 1

/* enable Speex support */
#undef HAVE_SPEEX

/* enable musepack support */
#undef HAVE_MUSEPACK

/* enable OggTheora support */
#undef HAVE_OGGTHEORA

/* enable FAAD (AAC) support */
#define HAVE_FAAD 1
#define USE_FAAD_INTERNAL 1

/* enable FAAC (AAC encoder) support */
#undef HAVE_FAAC

/* enable LADSPA plugin support */
#undef HAVE_LADSPA

/* enable network */
#define MPLAYER_NETWORK 1

/* enable ftp support */
#define HAVE_FTP 1

/* enable vstream support */
#undef HAVE_VSTREAM

/* enable winsock2 instead of Unix functions*/
#undef HAVE_WINSOCK2

/* define this to use inet_aton() instead of inet_pton() */
#undef USE_ATON

/* enables / disables cdparanoia support */
#undef HAVE_CDDA
#undef HAVE_CDDB

/* enables / disables VIDIX usage */
#undef CONFIG_VIDIX
#undef CONFIG_VIDIX_DRV_CYBERBLADE
#undef CONFIG_VIDIX_DRV_IVTV
#undef CONFIG_VIDIX_DRV_MACH64
#undef CONFIG_VIDIX_DRV_MGA
#undef CONFIG_VIDIX_DRV_MGA_CRTC2
#undef CONFIG_VIDIX_DRV_NVIDIA
#undef CONFIG_VIDIX_DRV_PM3
#undef CONFIG_VIDIX_DRV_RADEON
#undef CONFIG_VIDIX_DRV_RAGE128
#undef CONFIG_VIDIX_DRV_SAVAGE
#undef CONFIG_VIDIX_DRV_SIS
#undef CONFIG_VIDIX_DRV_UNICHROME


/* enables / disables new input joystick support */
#undef HAVE_JOYSTICK

/* enables / disables QTX codecs */
#define USE_QTX_CODECS 1

/* enables / disables osd menu */
#define HAVE_MENU 1

/* enables / disables subtitles sorting */
#define USE_SORTSUB 1

/* XMMS input plugin support */
#undef HAVE_XMMS
#define XMMS_INPUT_PLUGIN_DIR ""

/* enables inet6 support */
#define HAVE_AF_INET6 1

/* do we have gethostbyname2? */
#define HAVE_GETHOSTBYNAME2 1

/* Extension defines */
#define ENABLE_ALTIVEC 0
#define HAVE_MMX 1
#define ENABLE_MMX 1
#define HAVE_MMX2 1
#define ENABLE_MMX2 1
#define ENABLE_3DNOW 0
#define ENABLE_3DNOWEX 0
#define HAVE_SSE 1
#define ENABLE_SSE 1
#define HAVE_SSE2 1
#define ENABLE_SSE2 1
#define ENABLE_SSSE3 0
#define HAVE_FAST_CMOV 1
#define ENABLE_FAST_CMOV 1
#define HAVE_CMOV 1
#define ENABLE_CMOV 1
#define ENABLE_ARMV5TE 0
#define ENABLE_ARMV6 0
#define ENABLE_IWMMXT 0
#define ENABLE_MLIB 0
#define ENABLE_MMI 0
#define ENABLE_SH4 0
#define ENABLE_VIS 0
#define ENABLE_MVI 0

	// enables usage of altivec.h

/* libmpeg2 uses a different feature test macro for mediaLib */
#ifdef HAVE_MLIB
#define LIBMPEG2_MLIB 1
#endif

/* libvo options */
#define SCREEN_SIZE_X 1
#define SCREEN_SIZE_Y 1
#undef HAVE_X11
#undef HAVE_XV
#undef HAVE_XVMC
#undef HAVE_XF86VM
#undef HAVE_XF86XK
#undef HAVE_XINERAMA
#undef HAVE_GL
#undef GL_WIN32
#undef HAVE_DGA
#undef HAVE_DGA1
#undef HAVE_DGA2
#undef HAVE_SDL
/* defined for SDLlib with keyrepeat bugs (before 1.2.1) */


#undef HAVE_GGI
#undef HAVE_GGIWMH
#undef HAVE_3DFX
#undef HAVE_S3FB
#undef HAVE_TDFXFB
#undef HAVE_XVR100

#undef HAVE_DIRECTFB


#undef HAVE_ZR
#undef HAVE_BL
#undef HAVE_MGA
#undef HAVE_XMGA
#undef HAVE_FBDEV
#undef HAVE_DXR2
#undef HAVE_DXR3
#undef HAVE_IVTV
#undef HAVE_V4L2_DECODER
#undef HAVE_DVB
#undef HAS_DVBIN_SUPPORT
#undef HAVE_SVGALIB
#undef HAVE_VESA
#undef HAVE_XDPMS
#undef HAVE_AA
#undef HAVE_CACA
#define HAVE_TGA 1
#undef HAVE_TOOLAME
#undef HAVE_TWOLAME

/* used by GUI: */


#if defined(HAVE_GL) || defined(HAVE_X11) || defined(HAVE_XV)
#define X11_FULLSCREEN 1
#endif

#endif /* MPLAYER_CONFIG_H */




config.mak:
# -------- Generated by configure -----------

LANG = C
MAN_LANG = en
TARGET_OS = Darwin
DESTDIR =
prefix = $(DESTDIR)/usr/local
BINDIR = $(DESTDIR)/usr/local/bin
DATADIR = $(DESTDIR)/usr/local/share/mplayer
MANDIR = $(DESTDIR)/usr/local/share/man
CONFDIR = $(DESTDIR)/usr/local/etc/mplayer
LIBDIR = $(DESTDIR)/usr/local/lib
# FFmpeg uses libdir instead of LIBDIR
libdir = $(LIBDIR)
AR = ar
CC = cc
CXX = cc
HOST_CC = cc
RANLIB = ranlib
LDCONFIG = ldconfig
INSTALL = install
EXTRA_INC =  -I/usr/local/include -I/usr/X11R6/include -I/sw/include/ 
artsc -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include  
-I/usr/X11R6/include -I/usr/X11R6/include/freetype2
EXTRAXX_INC =  -I/usr/local/include -I/usr/X11R6/include -I/sw/ 
include/artsc -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/ 
include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2
OPTFLAGS = -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration- 
after-statement -I. -I.. -I../libavutil -Wall -Wno-switch -Wpointer- 
arith -Wredundant-decls -O4 -march=pentium-m -mtune=pentium-m -pipe - 
ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 - 
DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  
-D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H $(EXTRA_INC)
CXXFLAGS =  -I. -I.. -I../libavutil -Wall -Wno-switch -Wpointer-arith  
-Wredundant-decls -O4 -march=pentium-m -mtune=pentium-m -pipe -ffast- 
math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 - 
DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  
-D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -D__STDC_LIMIT_MACROS $ 
(EXTRAXX_INC)
CFLAG_STACKREALIGN = -mstackrealign -fno-unit-at-a-time
INSTALLSTRIP = -s
CHARSET =
HELP_FILE = help/help_mp-en.h

EXESUF =

MPLAYER_NETWORK = yes
FTP = yes
STREAMING_LIVE555 = no
LIBNEMESI = no
NATIVE_RTSP = yes
VSTREAM = no
STREAM_CACHE = yes
DVBIN = no
VIDIX = no
VIDIX_INTERNAL = no
VIDIX_EXTERNAL = no
CONFIG_PP = yes
MP3LAME =
LIBMENU = yes

MP3LIB = yes
LIBA52 = yes
LIBMPEG2 = yes
TREMOR_INTERNAL = yes
TREMOR_LOW = no
FAAD = yes

SPEEX = no
MUSEPACK = no

UNRARLIB = yes
PNG = yes
JPEG = no
GIF = no

EXTRALIBS =
EXTRA_LIB = -L/sw/lib -L/sw/lib -L/sw/lib  -L/usr/local/lib  -liconv - 
lncurses -framework Carbon -framework QuickTime -framework CoreAudio - 
framework AudioUnit -framework AudioToolbox -framework Cocoa - 
framework QuartzCore -framework OpenGL -framework IOKit -lpng -lz - 
framework IOKit -L/usr/X11R6/lib -lfreetype -lfontconfig  -lz - 
lmad     -lm
EXTRALIBS_MPLAYER =  -ldl -lartsc -lpthread -lgmodule-2.0 - 
lgthread-2.0 -lglib-2.0 -lintl -liconv -lesd -laudiofile -lm - 
framework OpenAL
EXTRALIBS_MENCODER =

HAVE_MLIB = no
HAVE_PTHREADS = yes
HAVE_W32THREADS = no

HAVE_XVMC_ACCEL = no

HAVE_SYS_MMAN_H = yes
HAVE_POSIX_SELECT = yes

NEED_GETTIMEOFDAY    = no
NEED_GLOB    = no
NEED_SETENV  = no
NEED_SHMEM   = yes
NEED_STRSEP  = no
NEED_SWAB    = no
NEED_VSSCANF = no

# for FFmpeg
SRC_PATH=..
BUILD_ROOT=..
LIBPREF=lib
LIBSUF=.a
LIB=$(LIBPREF)$(NAME)$(LIBSUF)

# audio output
OSS = no
ALSA = no
ALSA5 =
ALSA9 =
ALSA1X =

# input/demuxer/codecs
JOYSTICK = no
LIRC = no
APPLE_REMOTE = yes
TV = yes
TV_V4L  =
TV_V4L1 = no
TV_V4L2 = no
TV_BSDBT848 = auto
TV_TELETEXT = no
AUDIO_INPUT =
PVR = no
VCD = yes
DVDREAD = yes
DVDREAD_INTERNAL = yes
DVDCSS_INTERNAL = yes
DVDNAV = no
WIN32DLL = yes
QTX_CODECS = yes
REAL_CODECS = yes
XANIM_CODECS = yes
LIBAVUTIL = yes
LIBAVUTIL_A = yes
LIBAVUTIL_SO = auto
LIBAVCODEC = yes
LIBAVCODEC_A = yes
LIBAVCODEC_SO = auto
LIBAVFORMAT = yes
LIBAVFORMAT_A = yes
LIBAVFORMAT_SO = auto
LIBPOSTPROC = yes
LIBPOSTPROC_A = yes
LIBPOSTPROC_SO = auto
ZORAN = no
LIBLZO = no
LIBDV = no
XVID4 = no
X264 = no
LIBNUT = no
LIBDCA = no
MPLAYER = yes
MENCODER = no
CDDA =
CDDB = no
BITMAP_FONT = yes
FREETYPE = yes
ASS = no
LIBMAD = yes
LIBVORBIS = yes
LIBTHEORA = no
FAAD_INTERNAL = yes
FAAD_FIXED = no
LIBSMBCLIENT = no
XMMS_PLUGINS = no
MACOSX = yes
MACOSX_FINDER_SUPPORT = yes
MACOSX_BUNDLE = yes
MACOSX_COREVIDEO = yes
TOOLAME=no
TWOLAME=no
FAAC=no
CONFIG_LIBAMR=
CONFIG_LIBAMR_NB=no
CONFIG_LIBAMR_WB=no
CONFIG_AASC_DECODER=yes
CONFIG_AMV_DECODER=yes
CONFIG_ASV1_DECODER=yes
CONFIG_ASV2_DECODER=yes
CONFIG_AVS_DECODER=yes
CONFIG_BETHSOFTVID_DECODER=yes
CONFIG_BMP_DECODER=yes
CONFIG_C93_DECODER=yes
CONFIG_CAVS_DECODER=yes
CONFIG_CINEPAK_DECODER=yes
CONFIG_CLJR_DECODER=yes
CONFIG_CSCD_DECODER=yes
CONFIG_CYUV_DECODER=yes
CONFIG_DNXHD_DECODER=yes
CONFIG_DSICINVIDEO_DECODER=yes
CONFIG_DVVIDEO_DECODER=yes
CONFIG_DXA_DECODER=yes
CONFIG_EIGHTBPS_DECODER=yes
CONFIG_FFV1_DECODER=yes
CONFIG_FFVHUFF_DECODER=yes
CONFIG_FLASHSV_DECODER=yes
CONFIG_FLIC_DECODER=yes
CONFIG_FLV_DECODER=yes
CONFIG_FOURXM_DECODER=yes
CONFIG_FRAPS_DECODER=yes
CONFIG_GIF_DECODER=yes
CONFIG_H261_DECODER=yes
CONFIG_H263_DECODER=yes
CONFIG_H263I_DECODER=yes
CONFIG_H264_DECODER=yes
CONFIG_HUFFYUV_DECODER=yes
CONFIG_IDCIN_DECODER=yes
CONFIG_INDEO2_DECODER=yes
CONFIG_INDEO3_DECODER=yes
CONFIG_INTERPLAY_VIDEO_DECODER=yes
CONFIG_JPEGLS_DECODER=yes
CONFIG_KMVC_DECODER=yes
CONFIG_LOCO_DECODER=yes
CONFIG_MDEC_DECODER=yes
CONFIG_MJPEG_DECODER=yes
CONFIG_MJPEGB_DECODER=yes
CONFIG_MMVIDEO_DECODER=yes
CONFIG_MPEG1VIDEO_DECODER=yes
CONFIG_MPEG2VIDEO_DECODER=yes
CONFIG_MPEG4_DECODER=yes
CONFIG_MPEGVIDEO_DECODER=yes
CONFIG_MSMPEG4V1_DECODER=yes
CONFIG_MSMPEG4V2_DECODER=yes
CONFIG_MSMPEG4V3_DECODER=yes
CONFIG_MSRLE_DECODER=yes
CONFIG_MSVIDEO1_DECODER=yes
CONFIG_MSZH_DECODER=yes
CONFIG_NUV_DECODER=yes
CONFIG_PNG_DECODER=yes
CONFIG_PTX_DECODER=yes
CONFIG_QDRAW_DECODER=yes
CONFIG_QPEG_DECODER=yes
CONFIG_QTRLE_DECODER=yes
CONFIG_RAWVIDEO_DECODER=yes
CONFIG_ROQ_DECODER=yes
CONFIG_RPZA_DECODER=yes
CONFIG_RV10_DECODER=yes
CONFIG_RV20_DECODER=yes
CONFIG_SGI_DECODER=yes
CONFIG_SMACKER_DECODER=yes
CONFIG_SMC_DECODER=yes
CONFIG_SNOW_DECODER=yes
CONFIG_SP5X_DECODER=yes
CONFIG_SVQ1_DECODER=yes
CONFIG_SVQ3_DECODER=yes
CONFIG_TARGA_DECODER=yes
CONFIG_THEORA_DECODER=yes
CONFIG_THP_DECODER=yes
CONFIG_TIERTEXSEQVIDEO_DECODER=yes
CONFIG_TIFF_DECODER=yes
CONFIG_TRUEMOTION1_DECODER=yes
CONFIG_TRUEMOTION2_DECODER=yes
CONFIG_TSCC_DECODER=yes
CONFIG_TXD_DECODER=yes
CONFIG_ULTI_DECODER=yes
CONFIG_VC1_DECODER=yes
CONFIG_VCR1_DECODER=yes
CONFIG_VMDVIDEO_DECODER=yes
CONFIG_VMNC_DECODER=yes
CONFIG_VP3_DECODER=yes
CONFIG_VP5_DECODER=yes
CONFIG_VP6_DECODER=yes
CONFIG_VP6A_DECODER=yes
CONFIG_VP6F_DECODER=yes
CONFIG_VQA_DECODER=yes
CONFIG_WMV1_DECODER=yes
CONFIG_WMV2_DECODER=yes
CONFIG_WMV3_DECODER=yes
CONFIG_WNV1_DECODER=yes
CONFIG_XAN_WC3_DECODER=yes
CONFIG_XL_DECODER=yes
CONFIG_XSUB_DECODER=yes
CONFIG_ZLIB_DECODER=yes
CONFIG_ZMBV_DECODER=yes
CONFIG_AC3_DECODER=yes
CONFIG_ALAC_DECODER=yes
CONFIG_APE_DECODER=yes
CONFIG_ATRAC3_DECODER=yes
CONFIG_COOK_DECODER=yes
CONFIG_DCA_DECODER=yes
CONFIG_DSICINAUDIO_DECODER=yes
CONFIG_FLAC_DECODER=yes
CONFIG_IMC_DECODER=yes
CONFIG_MACE3_DECODER=yes
CONFIG_MACE6_DECODER=yes
CONFIG_MP2_DECODER=yes
CONFIG_MP3_DECODER=yes
CONFIG_MP3ADU_DECODER=yes
CONFIG_MP3ON4_DECODER=yes
CONFIG_MPC7_DECODER=yes
CONFIG_QDM2_DECODER=yes
CONFIG_RA_144_DECODER=yes
CONFIG_RA_288_DECODER=yes
CONFIG_SHORTEN_DECODER=yes
CONFIG_SMACKAUD_DECODER=yes
CONFIG_SONIC_DECODER=yes
CONFIG_TRUESPEECH_DECODER=yes
CONFIG_TTA_DECODER=yes
CONFIG_VMDAUDIO_DECODER=yes
CONFIG_VORBIS_DECODER=yes
CONFIG_WAVPACK_DECODER=yes
CONFIG_WMAV1_DECODER=yes
CONFIG_WMAV2_DECODER=yes
CONFIG_WS_SND1_DECODER=yes
CONFIG_PCM_ALAW_DECODER=yes
CONFIG_PCM_MULAW_DECODER=yes
CONFIG_PCM_S8_DECODER=yes
CONFIG_PCM_S16BE_DECODER=yes
CONFIG_PCM_S16LE_DECODER=yes
CONFIG_PCM_S24BE_DECODER=yes
CONFIG_PCM_S24DAUD_DECODER=yes
CONFIG_PCM_S24LE_DECODER=yes
CONFIG_PCM_S32BE_DECODER=yes
CONFIG_PCM_S32LE_DECODER=yes
CONFIG_PCM_U8_DECODER=yes
CONFIG_PCM_U16BE_DECODER=yes
CONFIG_PCM_U16LE_DECODER=yes
CONFIG_PCM_U24BE_DECODER=yes
CONFIG_PCM_U24LE_DECODER=yes
CONFIG_PCM_U32BE_DECODER=yes
CONFIG_PCM_U32LE_DECODER=yes
CONFIG_PCM_ZORK_DECODER=yes
CONFIG_INTERPLAY_DPCM_DECODER=yes
CONFIG_ROQ_DPCM_DECODER=yes
CONFIG_SOL_DPCM_DECODER=yes
CONFIG_XAN_DPCM_DECODER=yes
CONFIG_ADPCM_4XM_DECODER=yes
CONFIG_ADPCM_ADX_DECODER=yes
CONFIG_ADPCM_CT_DECODER=yes
CONFIG_ADPCM_EA_DECODER=yes
CONFIG_ADPCM_G726_DECODER=yes
CONFIG_ADPCM_IMA_AMV_DECODER=yes
CONFIG_ADPCM_IMA_DK3_DECODER=yes
CONFIG_ADPCM_IMA_DK4_DECODER=yes
CONFIG_ADPCM_IMA_QT_DECODER=yes
CONFIG_ADPCM_IMA_SMJPEG_DECODER=yes
CONFIG_ADPCM_IMA_WAV_DECODER=yes
CONFIG_ADPCM_IMA_WS_DECODER=yes
CONFIG_ADPCM_MS_DECODER=yes
CONFIG_ADPCM_SBPRO_2_DECODER=yes
CONFIG_ADPCM_SBPRO_3_DECODER=yes
CONFIG_ADPCM_SBPRO_4_DECODER=yes
CONFIG_ADPCM_SWF_DECODER=yes
CONFIG_ADPCM_THP_DECODER=yes
CONFIG_ADPCM_XA_DECODER=yes
CONFIG_ADPCM_YAMAHA_DECODER=yes
CONFIG_DVBSUB_DECODER=yes
CONFIG_DVDSUB_DECODER=yes
CONFIG_MPEG1VIDEO_ENCODER=yes
CONFIG_SNOW_ENCODER=yes
CONFIG_AAC_PARSER=yes
CONFIG_AC3_PARSER=yes
CONFIG_CAVSVIDEO_PARSER=yes
CONFIG_DCA_PARSER=yes
CONFIG_DVBSUB_PARSER=yes
CONFIG_DVDSUB_PARSER=yes
CONFIG_H261_PARSER=yes
CONFIG_H263_PARSER=yes
CONFIG_H264_PARSER=yes
CONFIG_MJPEG_PARSER=yes
CONFIG_MPEG4VIDEO_PARSER=yes
CONFIG_MPEGAUDIO_PARSER=yes
CONFIG_MPEGVIDEO_PARSER=yes
CONFIG_PNM_PARSER=yes
CONFIG_VC1_PARSER=yes
CONFIG_AAC_DEMUXER=yes
CONFIG_AC3_DEMUXER=yes
CONFIG_AIFF_DEMUXER=yes
CONFIG_AMR_DEMUXER=yes
CONFIG_APC_DEMUXER=yes
CONFIG_APE_DEMUXER=yes
CONFIG_ASF_DEMUXER=yes
CONFIG_AU_DEMUXER=yes
CONFIG_AVI_DEMUXER=yes
CONFIG_AVS_DEMUXER=yes
CONFIG_BETHSOFTVID_DEMUXER=yes
CONFIG_C93_DEMUXER=yes
CONFIG_DAUD_DEMUXER=yes
CONFIG_DSICIN_DEMUXER=yes
CONFIG_DTS_DEMUXER=yes
CONFIG_DV_DEMUXER=yes
CONFIG_DXA_DEMUXER=yes
CONFIG_EA_DEMUXER=yes
CONFIG_FFM_DEMUXER=yes
CONFIG_FLAC_DEMUXER=yes
CONFIG_FLIC_DEMUXER=yes
CONFIG_FLV_DEMUXER=yes
CONFIG_FOURXM_DEMUXER=yes
CONFIG_GIF_DEMUXER=yes
CONFIG_GXF_DEMUXER=yes
CONFIG_H261_DEMUXER=yes
CONFIG_H263_DEMUXER=yes
CONFIG_H264_DEMUXER=yes
CONFIG_IDCIN_DEMUXER=yes
CONFIG_IMAGE2_DEMUXER=yes
CONFIG_IMAGE2PIPE_DEMUXER=yes
CONFIG_INGENIENT_DEMUXER=yes
CONFIG_IPMOVIE_DEMUXER=yes
CONFIG_LIB=yes
CONFIG_M4V_DEMUXER=yes
CONFIG_MATROSKA_DEMUXER=yes
CONFIG_MJPEG_DEMUXER=yes
CONFIG_MM_DEMUXER=yes
CONFIG_MMF_DEMUXER=yes
CONFIG_MOV_DEMUXER=yes
CONFIG_MP3_DEMUXER=yes
CONFIG_MPC_DEMUXER=yes
CONFIG_MPEGPS_DEMUXER=yes
CONFIG_MPEGTS_DEMUXER=yes
CONFIG_MPEGTSRAW_DEMUXER=yes
CONFIG_MPEGVIDEO_DEMUXER=yes
CONFIG_MTV_DEMUXER=yes
CONFIG_MXF_DEMUXER=yes
CONFIG_NSV_DEMUXER=yes
CONFIG_NUT_DEMUXER=yes
CONFIG_NUV_DEMUXER=yes
CONFIG_OGG_DEMUXER=yes
CONFIG_PCM_ALAW_DEMUXER=yes
CONFIG_PCM_MULAW_DEMUXER=yes
CONFIG_PCM_S16BE_DEMUXER=yes
CONFIG_PCM_S16LE_DEMUXER=yes
CONFIG_PCM_S8_DEMUXER=yes
CONFIG_PCM_U16BE_DEMUXER=yes
CONFIG_PCM_U16LE_DEMUXER=yes
CONFIG_PCM_U8_DEMUXER=yes
CONFIG_RAWVIDEO_DEMUXER=yes
CONFIG_RM_DEMUXER=yes
CONFIG_ROQ_DEMUXER=yes
CONFIG_SEGAFILM_DEMUXER=yes
CONFIG_SHORTEN_DEMUXER=yes
CONFIG_SMACKER_DEMUXER=yes
CONFIG_SOL_DEMUXER=yes
CONFIG_STR_DEMUXER=yes
CONFIG_SWF_DEMUXER=yes
CONFIG_THP_DEMUXER=yes
CONFIG_TIERTEXSEQ_DEMUXER=yes
CONFIG_TTA_DEMUXER=yes
CONFIG_TXD_DEMUXER=yes
CONFIG_VC1_DEMUXER=yes
CONFIG_VMD_DEMUXER=yes
CONFIG_VOC_DEMUXER=yes
CONFIG_WAV_DEMUXER=yes
CONFIG_WC3_DEMUXER=yes
CONFIG_WSAUD_DEMUXER=yes
CONFIG_WSVQA_DEMUXER=yes
CONFIG_WV_DEMUXER=yes
CONFIG_YUV4MPEGPIPE_DEMUXER=yes
CONFIG_=yes
CONFIG_DUMP_EXTRADATA_BSF=yes
CONFIG_H264_MP4TOANNEXB_BSF=yes
CONFIG_IMX_DUMP_HEADER_BSF=yes
CONFIG_MJPEGA_DUMP_HEADER_BSF=yes
CONFIG_MP3_HEADER_COMPRESS_BSF=yes
CONFIG_MP3_HEADER_DECOMPRESS_BSF=yes
CONFIG_NOISE_BSF=yes
CONFIG_REMOVE_EXTRADATA_BSF=yes
CONFIG_LIBFAAC=
CONFIG_LIBMP3LAME=
CONFIG_LIBXVID=
CONFIG_LIBX264=no
CONFIG_ZLIB=yes
CONFIG_GPL=yes
CONFIG_ENCODERS=no
CONFIG_MUXERS=no
RADIO=no
RADIO_CAPTURE=no
VIDIX_CYBERBLADE=no
VIDIX_IVTV=no
VIDIX_MACH64=no
VIDIX_MGA=no
VIDIX_MGA_CRTC2=no
VIDIX_NVIDIA=no
VIDIX_PM2=no
VIDIX_PM3=no
VIDIX_RADEON=no
VIDIX_RAGE128=no
VIDIX_SAVAGE=no
VIDIX_SIS=no
VIDIX_UNICHROME=no

# --- Some stuff for autoconfigure ----
ARCH_X86_32 = yes
ARCH_X86 = yes
TARGET_WIN32 = no
TARGET_CPU=686
HAVE_MMX   = yes
HAVE_MMX2   = yes
HAVE_3DNOW   = auto
HAVE_3DNOWEX   = auto
HAVE_SSE   = yes
HAVE_CMOV   = yes
HAVE_ALTIVEC   = auto
HAVE_ARMV5TE   = auto
HAVE_ARMV6   = auto
HAVE_IWMMXT   = auto
HAVE_VIS   =

# --- GUI stuff ---
GUI = no

# --- libvo stuff ---
VO_SRCS =  vo_quartz.c vo_macosx.m vo_tga.c vo_md5sum.c vo_png.c  
vo_pnm.c

# --- libao2 stuff ---
AO_SRCS =  ao_macosx.c ao_arts.c ao_esd.c ao_openal.c

# --- libaf stuff ---
AF_SRCS =





More information about the MPlayer-users mailing list