projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec5527c
)
Use disabled() to check for GPL.
author
Diego Biurrun
<diego@biurrun.de>
Sun, 28 Jan 2007 16:28:03 +0000
(16:28 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 28 Jan 2007 16:28:03 +0000
(16:28 +0000)
Originally committed as revision 7744 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index
b4c0d82
..
1b6bed0
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1227,7
+1227,7
@@
if enabled libvorbis && disabled libogg; then
die "libogg must be enabled to enable libvorbis."
fi
-if
test "$gpl" != "yes"
; then
+if
disabled gpl
; then
if enabled pp; then
die "The Postprocessing code is under GPL and --enable-gpl is not specified."
fi