Mercurial > mplayer.hg
diff 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 |
line wrap: on
line diff
--- a/configure Fri Jul 06 08:58:37 2007 +0000 +++ b/configure Fri Jul 06 19:38:54 2007 +0000 @@ -7873,6 +7873,11 @@ /* Define this if you enabled thread support for libavcodec */ $_def_threads +#ifdef HAVE_THREADS +#define ENABLE_THREADS 1 +#else +#define ENABLE_THREADS 0 +#endif /* LIRC (remote control, see www.lirc.org) support: */ $_def_lirc @@ -7941,6 +7946,7 @@ #define HAVE_EBP_AVAILABLE 1 #define CONFIG_GPL 1 +#define ENABLE_SMALL 0 /* Use AMR codecs from libavcodec. */ $_def_libamr