Commit 1f49fa59 authored by Diego Biurrun's avatar Diego Biurrun

--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
parent 946c1130
...@@ -494,7 +494,7 @@ for opt do ...@@ -494,7 +494,7 @@ for opt do
;; ;;
--enable-pp) pp="yes" --enable-pp) pp="yes"
;; ;;
--enable-shared-pp) shared_pp="yes" --enable-shared-pp) pp="yes"; shared_pp="yes"
;; ;;
--enable-libgsm) libgsm="yes" --enable-libgsm) libgsm="yes"
extralibs="$extralibs -lgsm" extralibs="$extralibs -lgsm"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment