--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:
parent
946c113046
commit
1f49fa5961
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue