summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure b/configure
index e030ee53f6..d83183e187 100755
--- a/configure
+++ b/configure
@@ -4760,6 +4760,16 @@ $_def_libavcodecso
/* Use libavcodec's encoders */
#define CONFIG_ENCODERS 1
+/* Use codec libs included in mplayer CVS / source dist: */
+#define USE_MP3LIB
+#define USE_LIBA52
+#define USE_LIBMPEG2
+
+/* Use the SVQ1 decoder in libmpcodecs - we don't want/need it with libavcodec */
+#ifndef USE_LIBAVCODEC
+#define USE_SVQ1
+#endif
+
/* Use libfame encoder filter */
$_def_fame