comparison configure @ 23706:088fa7bde511

Add ENABLE_THREADS and ENABLE_SMALL defines
author reimar
date Fri, 06 Jul 2007 19:38:54 +0000
parents 9fb716ab06a3
children 7f4973dc13c8
comparison
equal deleted inserted replaced
23705:7c04f822ae6e 23706:088fa7bde511
7871 /* Define this if your system has pthreads */ 7871 /* Define this if your system has pthreads */
7872 $_def_pthreads 7872 $_def_pthreads
7873 7873
7874 /* Define this if you enabled thread support for libavcodec */ 7874 /* Define this if you enabled thread support for libavcodec */
7875 $_def_threads 7875 $_def_threads
7876 #ifdef HAVE_THREADS
7877 #define ENABLE_THREADS 1
7878 #else
7879 #define ENABLE_THREADS 0
7880 #endif
7876 7881
7877 /* LIRC (remote control, see www.lirc.org) support: */ 7882 /* LIRC (remote control, see www.lirc.org) support: */
7878 $_def_lirc 7883 $_def_lirc
7879 7884
7880 /* Support for maemo (http://www.maemo.org) */ 7885 /* Support for maemo (http://www.maemo.org) */
7939 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */ 7944 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */
7940 #define HAVE_EBX_AVAILABLE 1 7945 #define HAVE_EBX_AVAILABLE 1
7941 #define HAVE_EBP_AVAILABLE 1 7946 #define HAVE_EBP_AVAILABLE 1
7942 7947
7943 #define CONFIG_GPL 1 7948 #define CONFIG_GPL 1
7949 #define ENABLE_SMALL 0
7944 7950
7945 /* Use AMR codecs from libavcodec. */ 7951 /* Use AMR codecs from libavcodec. */
7946 $_def_libamr 7952 $_def_libamr
7947 $_def_libamr_nb 7953 $_def_libamr_nb
7948 $_def_libamr_wb 7954 $_def_libamr_wb