[MPlayer-cvslog] r23726 - trunk/configure
reimar
subversion at mplayerhq.hu
Fri Jul 6 21:38:55 CEST 2007
Author: reimar
Date: Fri Jul 6 21:38:54 2007
New Revision: 23726
Log:
Add ENABLE_THREADS and ENABLE_SMALL defines
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Fri Jul 6 21:38:54 2007
@@ -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
More information about the MPlayer-cvslog
mailing list