Commit 9c0ebb52 authored by lucabe's avatar lucabe

libswscale is not LGPLed, sorry


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7358 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9d61e4c5
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment