summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-01 16:39:39 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-01 16:39:39 +0000
commitd7f71bd743e0bfd01b15c0e2a1d638a6b72a5407 (patch)
tree7c8c8dd5341670d876ff6484be511f4e4b3ee69b /configure
parent7f12b7fd1bf6f89a7f0b13feabf3cb3fe2687af3 (diff)
downloadmpv-d7f71bd743e0bfd01b15c0e2a1d638a6b72a5407.tar.bz2
mpv-d7f71bd743e0bfd01b15c0e2a1d638a6b72a5407.tar.xz
put USE_ #defines for libmpeg2, liba52, mp3lib and svq1 codecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8026 b3059339-0415-0410-9bf9-f77b7e298cf2
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