comparison configure @ 27336:94d67a4f3032

cosmetics: Group FFmpeg definitions together in config.h.
author diego
date Wed, 30 Jul 2008 08:59:02 +0000
parents 8d7c1c97bfa8
children 0e7d22ac3adf
comparison
equal deleted inserted replaced
27335:5a9e735529da 27336:94d67a4f3032
8187 $_def_sysi86_iv 8187 $_def_sysi86_iv
8188 8188
8189 /* Define this if your system has pthreads */ 8189 /* Define this if your system has pthreads */
8190 $_def_pthreads 8190 $_def_pthreads
8191 8191
8192 /* LIRC (remote control, see www.lirc.org) support: */
8193 $_def_lirc
8194
8195 /* Apple Remote (remote control, see http://docs.info.apple.com/article.html?artnum=302504) support: */
8196 $_def_apple_remote
8197
8198 /* Apple IR Remote (Linux remote control driver) */
8199 $_def_apple_ir
8200
8201 /* Support for maemo (http://www.maemo.org) */
8202 $_def_maemo
8203
8204 /*
8205 * LIRCCD (LIRC client daemon)
8206 * See http://www.dolda2000.cjb.net/~fredrik/lirccd/
8207 */
8208 $_def_lircc
8209
8210 /* DVD navigation support using libdvdnav */
8211 $_def_dvdnav
8212
8213 /* Define this to enable MPEG 1/2 image postprocessing (requires a FAST CPU!) */
8214 #define MPEG12_POSTPROC 1
8215
8216 /* maximum alignment used by libmpeg2 */
8217 #define ATTRIBUTE_ALIGNED_MAX 16
8218
8219 /* Win32 DLL support */
8220 $_def_win32dll
8221 #define WIN32_PATH "$_win32codecsdir"
8222
8223 /* Mac OS X specific features */
8224 $_def_macosx_finder_support
8225 $_def_macosx_bundle
8226 $_def_coreaudio
8227 $_def_corevideo
8228 $_def_quartz
8229 $_def_quicktime
8230
8231 /* Build our Win32-loader */
8232 $_def_win32_loader
8233
8234 /* FFmpeg */
8235 #define HAVE_SOCKLEN_T 1
8236
8237 /* Define this to enable image postprocessing in libavcodec (requires a FAST CPU!) */
8238 $_def_libpostproc
8239 $_def_libpostproc_a
8240 $_def_libpostproc_so
8241
8192 /* Define this if you enabled thread support for libavcodec */ 8242 /* Define this if you enabled thread support for libavcodec */
8193 $_def_threads 8243 $_def_threads
8194 #ifdef HAVE_THREADS 8244 #ifdef HAVE_THREADS
8195 #define ENABLE_THREADS 1 8245 #define ENABLE_THREADS 1
8196 #else 8246 #else
8197 #define ENABLE_THREADS 0 8247 #define ENABLE_THREADS 0
8198 #endif 8248 #endif
8199 8249
8200 /* LIRC (remote control, see www.lirc.org) support: */
8201 $_def_lirc
8202
8203 /* Apple Remote (remote control, see http://docs.info.apple.com/article.html?artnum=302504) support: */
8204 $_def_apple_remote
8205
8206 /* Apple IR Remote (Linux remote control driver) */
8207 $_def_apple_ir
8208
8209 /* Support for maemo (http://www.maemo.org) */
8210 $_def_maemo
8211
8212 /*
8213 * LIRCCD (LIRC client daemon)
8214 * See http://www.dolda2000.cjb.net/~fredrik/lirccd/
8215 */
8216 $_def_lircc
8217
8218 /* DVD navigation support using libdvdnav */
8219 $_def_dvdnav
8220
8221 /* Define this to enable MPEG 1/2 image postprocessing (requires a FAST CPU!) */
8222 #define MPEG12_POSTPROC 1
8223
8224 /* maximum alignment used by libmpeg2 */
8225 #define ATTRIBUTE_ALIGNED_MAX 16
8226
8227 /* Define this to enable image postprocessing in libavcodec (requires a FAST CPU!) */
8228 $_def_libpostproc
8229 $_def_libpostproc_a
8230 $_def_libpostproc_so
8231
8232 /* Win32 DLL support */
8233 $_def_win32dll
8234 #define WIN32_PATH "$_win32codecsdir"
8235
8236 /* Mac OS X specific features */
8237 $_def_macosx_finder_support
8238 $_def_macosx_bundle
8239 $_def_coreaudio
8240 $_def_corevideo
8241 $_def_quartz
8242 $_def_quicktime
8243
8244 /* Build our Win32-loader */
8245 $_def_win32_loader
8246
8247 /* ffmpeg's libavcodec support (requires libavcodec source) */ 8250 /* ffmpeg's libavcodec support (requires libavcodec source) */
8248 $_def_libavcodec 8251 $_def_libavcodec
8249 $_def_libavcodec_a 8252 $_def_libavcodec_a
8250 $_def_libavcodec_so 8253 $_def_libavcodec_so
8251 $_def_libavcodec_mpegaudio_hp 8254 $_def_libavcodec_mpegaudio_hp
8275 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */ 8278 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */
8276 #define HAVE_EBX_AVAILABLE 1 8279 #define HAVE_EBX_AVAILABLE 1
8277 #ifndef MP_DEBUG 8280 #ifndef MP_DEBUG
8278 #define HAVE_EBP_AVAILABLE 1 8281 #define HAVE_EBP_AVAILABLE 1
8279 #endif 8282 #endif
8280
8281 #define HAVE_SOCKLEN_T 1
8282 8283
8283 #define CONFIG_GPL 1 8284 #define CONFIG_GPL 1
8284 #define ENABLE_SMALL 0 8285 #define ENABLE_SMALL 0
8285 #define ENABLE_GRAY 0 8286 #define ENABLE_GRAY 0
8286 8287