--enable-shared-pp should directly enable pp and not depend on --enable-pp.

Originally committed as revision 4830 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-01-09 01:59:58 +00:00
parent 946c113046
commit 1f49fa5961
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -494,7 +494,7 @@ for opt do
;;
--enable-pp) pp="yes"
;;
--enable-shared-pp) shared_pp="yes"
--enable-shared-pp) pp="yes"; shared_pp="yes"
;;
--enable-libgsm) libgsm="yes"
extralibs="$extralibs -lgsm"