diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-01-09 01:59:58 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-01-09 01:59:58 +0000 |
commit | 1f49fa5961ccb704a4341f36620387897b026abd (patch) | |
tree | 66a7b3f3e25c8b93c70159a06f2177cd8c2d3463 | |
parent | 946c113046350dbf1c2c3757d9fba9a95ac733b2 (diff) | |
download | ffmpeg-1f49fa5961ccb704a4341f36620387897b026abd.tar.gz |
--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
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |