mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
libswscale is not LGPLed, sorry
Originally committed as revision 7358 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
19a6be3463
commit
0872a0a6d9
5
configure
vendored
5
configure
vendored
@ -1357,6 +1357,11 @@ if test $arch = "powerpc"; then
|
|||||||
add_cflags "-maltivec -mabi=altivec"
|
add_cflags "-maltivec -mabi=altivec"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test "$swscaler" != "no"; then
|
||||||
|
echo "The software scaler is under GPL and --enable-gpl is not specified."
|
||||||
|
fail="yes"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
check_header altivec.h
|
check_header altivec.h
|
||||||
|
Loading…
Reference in New Issue
Block a user