summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-25 21:30:16 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-25 21:30:16 +0000
commita8150374097de8187ebff49755cb7c08be40e340 (patch)
treec4c2c85c414bdae75a68af97fcfc3430bd43289a /configure
parent5ce265a1dea888c4a5f23ae6d7dfaedaf38c07ef (diff)
Classify mlib as a configurable option, not as a hardware feature.
Originally committed as revision 12589 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure
index eee87f7a08..b90984c825 100755
--- a/configure
+++ b/configure
@@ -658,6 +658,7 @@ CONFIG_LIST="
libx264
libxvid
memalign_hack
+ mlib
mpegaudio_hp
network
nonfree
@@ -748,7 +749,6 @@ HAVE_LIST="
malloc_h
memalign
mkstemp
- mlib
pld
ppc64
round
@@ -1027,8 +1027,6 @@ for opt do
;;
--cpu=*) cpu="$optval"
;;
- --enable-mlib) enable mlib
- ;;
--disable-devices) disable $INDEV_LIST $OUTDEV_LIST
;;
--enable-debug=*) debuglevel="$optval"