libswscale is not LGPLed, sorry

Originally committed as revision 7358 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Luca Abeni 18 years ago
parent 19a6be3463
commit 0872a0a6d9
  1. 5
      configure

5
configure vendored

@ -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

Loading…
Cancel
Save