From 1f49fa5961ccb704a4341f36620387897b026abd Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 9 Jan 2006 01:59:58 +0000 Subject: [PATCH] --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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"