projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
946c113
)
--enable-shared-pp should directly enable pp and not depend on --enable-pp.
author
Diego Biurrun
<diego@biurrun.de>
Mon, 9 Jan 2006 01:59:58 +0000
(
01:59
+0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 9 Jan 2006 01:59:58 +0000
(
01:59
+0000)
Originally committed as revision 4830 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 6ac580789259fedeffe9b36a6e5944fb8e99b693..3fe8d43fced110e252c072166aac25b2b01b950f 100755
(executable)
--- 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"