summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-01-09 01:59:58 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-09 01:59:58 +0000
commit1f49fa5961ccb704a4341f36620387897b026abd (patch)
tree66a7b3f3e25c8b93c70159a06f2177cd8c2d3463 /configure
parent946c113046350dbf1c2c3757d9fba9a95ac733b2 (diff)
--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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6ac5807892..3fe8d43fce 100755
--- a/configure
+++ b/configure
@@ -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"