* fixed --enable-shared handling
Originally committed as revision 503 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9cfe269e70
commit
83286d2a75
4
configure
vendored
4
configure
vendored
@ -52,6 +52,7 @@ grab="yes"
|
|||||||
mp3lame="no"
|
mp3lame="no"
|
||||||
a52bin="no"
|
a52bin="no"
|
||||||
win32="no"
|
win32="no"
|
||||||
|
lshared="no"
|
||||||
extralibs="-lm"
|
extralibs="-lm"
|
||||||
simpleidct="yes"
|
simpleidct="yes"
|
||||||
|
|
||||||
@ -96,7 +97,6 @@ echo " --enable-shared build shared libraries [default=no]"
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
lshared=no
|
|
||||||
for opt do
|
for opt do
|
||||||
case "$opt" in
|
case "$opt" in
|
||||||
--prefix=*) prefix=`echo $opt | cut -d '=' -f 2`
|
--prefix=*) prefix=`echo $opt | cut -d '=' -f 2`
|
||||||
@ -119,7 +119,7 @@ for opt do
|
|||||||
;;
|
;;
|
||||||
--enable-win32) win32="yes"
|
--enable-win32) win32="yes"
|
||||||
;;
|
;;
|
||||||
--enable-shared=*) lshared=`echo $opt | cut -d '=' -f 2`
|
--enable-shared) lshared="yes"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user