summaryrefslogtreecommitdiffstats
path: root/postproc/swscale_internal.h
diff options
context:
space:
mode:
authoraurel <aurel@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-31 15:57:27 +0000
committeraurel <aurel@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-31 15:57:27 +0000
commit16637df8c28d1ed3a941d46b0fc09615455e874d (patch)
tree523ae870272560e020c42a86d8cd11c7e5535a26 /postproc/swscale_internal.h
parentbf4b07cf12b689519b0a45263245980b6a7970ad (diff)
downloadmpv-16637df8c28d1ed3a941d46b0fc09615455e874d.tar.bz2
mpv-16637df8c28d1ed3a941d46b0fc09615455e874d.tar.xz
makes funnyCode pages executable (for CPU with NX bit)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14626 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc/swscale_internal.h')
-rw-r--r--postproc/swscale_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/postproc/swscale_internal.h b/postproc/swscale_internal.h
index a224446568..d1fae26669 100644
--- a/postproc/swscale_internal.h
+++ b/postproc/swscale_internal.h
@@ -82,8 +82,8 @@ typedef struct SwsContext{
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;