summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-06 19:38:54 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-06 19:38:54 +0000
commitfe1f9712f31d661d7f09df0bce287231c7551a29 (patch)
tree465162bc86acd9e47545d81bcb970ac5909fb35f /configure
parent51ed747dd64a1d89047664112b9083098b560e00 (diff)
downloadmpv-fe1f9712f31d661d7f09df0bce287231c7551a29.tar.bz2
mpv-fe1f9712f31d661d7f09df0bce287231c7551a29.tar.xz
Add ENABLE_THREADS and ENABLE_SMALL defines
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23726 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 9ac124967c..cdae93293a 100755
--- a/configure
+++ b/configure
@@ -7873,6 +7873,11 @@ $_def_pthreads
/* 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 @@ $_def_muxers
#define HAVE_EBP_AVAILABLE 1
#define CONFIG_GPL 1
+#define ENABLE_SMALL 0
/* Use AMR codecs from libavcodec. */
$_def_libamr