summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-11 10:23:33 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-11 10:23:33 +0000
commit33763370c0f0db20d2533107d4ba2c6da1ac73e9 (patch)
treebaeccf1a624917d6fb7ad7661ba2d2445c543313 /configure
parentbba7a9743d67a37b36578912e12ec26ed479acc4 (diff)
downloadmpv-33763370c0f0db20d2533107d4ba2c6da1ac73e9.tar.bz2
mpv-33763370c0f0db20d2533107d4ba2c6da1ac73e9.tar.xz
Fix --extra-libs-mplayer and --extra-libs-mencoder.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21590 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index c783fa1497..856aaf6e77 100755
--- a/configure
+++ b/configure
@@ -1764,6 +1764,8 @@ for ac_option do
--with-extraincdir=*) ;;
--with-extralibdir=*) ;;
--extra-libs=*) ;;
+ --extra-libs-mplayer=*) ;;
+ --extra-libs-mencoder=*) ;;
--enable-runtime-cpudetection) ;;
--disable-runtime-cpudetection) ;;
--enable-cross-compile) ;;