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:
19a6be3
)
libswscale is not LGPLed, sorry
author
Luca Abeni
<lucabe72@email.it>
Fri, 22 Dec 2006 15:02:39 +0000
(15:02 +0000)
committer
Luca Abeni
<lucabe72@email.it>
Fri, 22 Dec 2006 15:02:39 +0000
(15:02 +0000)
Originally committed as revision 7358 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
731d896
..
21151ea
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1357,6
+1357,11
@@
if test $arch = "powerpc"; then
add_cflags "-maltivec -mabi=altivec"
fi
fi
+
+ if test "$swscaler" != "no"; then
+ echo "The software scaler is under GPL and --enable-gpl is not specified."
+ fail="yes"
+ fi
fi
check_header altivec.h