Mercurial > mplayer.hg
changeset 29347:e07f2855672a
The AltiVec optimizations of libswscale are no longer under GPL.
author | diego |
---|---|
date | Thu, 25 Jun 2009 11:27:36 +0000 |
parents | 6f1e9ed64b78 |
children | 1ee2b495f09b |
files | libswscale/swscale.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/swscale.c Thu Jun 25 10:14:05 2009 +0000 +++ b/libswscale/swscale.c Thu Jun 25 11:27:36 2009 +0000 @@ -1306,7 +1306,7 @@ #endif #if ARCH_PPC -#if (HAVE_ALTIVEC || CONFIG_RUNTIME_CPUDETECT) && CONFIG_GPL +#if HAVE_ALTIVEC || CONFIG_RUNTIME_CPUDETECT #define COMPILE_ALTIVEC #endif #endif //ARCH_PPC