diff postproc/swscale_internal.h @ 14625:e85e3894520f

makes funnyCode pages executable (for CPU with NX bit)
author aurel
date Mon, 31 Jan 2005 15:57:27 +0000
parents 992960f68af0
children 43e55b3d1af0
line wrap: on
line diff
--- a/postproc/swscale_internal.h	Mon Jan 31 11:46:01 2005 +0000
+++ b/postproc/swscale_internal.h	Mon Jan 31 15:57:27 2005 +0000
@@ -82,8 +82,8 @@
 	int vLumBufSize;
 	int vChrBufSize;
 
-	uint8_t __attribute__((aligned(32))) funnyYCode[10000];
-	uint8_t __attribute__((aligned(32))) funnyUVCode[10000];
+	uint8_t *funnyYCode;
+	uint8_t *funnyUVCode;
 	int32_t *lumMmx2FilterPos;
 	int32_t *chrMmx2FilterPos;
 	int16_t *lumMmx2Filter;