--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
pull/126/head
Diego Biurrun 19 years ago
parent 946c113046
commit 1f49fa5961
  1. 2
      configure

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…
Cancel
Save