summaryrefslogtreecommitdiff
path: root/src/video_out/macosx
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-01-11 17:18:29 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-01-11 17:18:29 +0000
commit395417c0145ee0549cb2268feb4ba762ed1ebf43 (patch)
tree5fccad63049b63fdfe46c2dd9d9ce5f718b35b35 /src/video_out/macosx
parentde085a0169d4a3701c67a74869ce0fb8ced6d6ae (diff)
parent4e63c284d8e45a33041806d201124985b8089e3e (diff)
downloadxine-lib-395417c0145ee0549cb2268feb4ba762ed1ebf43.tar.gz
xine-lib-395417c0145ee0549cb2268feb4ba762ed1ebf43.tar.bz2
Merge from 1.1.
Diffstat (limited to 'src/video_out/macosx')
-rw-r--r--src/video_out/macosx/XineOpenGLView.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/macosx/XineOpenGLView.m b/src/video_out/macosx/XineOpenGLView.m
index 5ed515704..cad087551 100644
--- a/src/video_out/macosx/XineOpenGLView.m
+++ b/src/video_out/macosx/XineOpenGLView.m
@@ -336,7 +336,7 @@ NSColorToYUV(NSColor *color)
// http://developer.apple.com/samplecode/Sample_Code/Graphics_3D/TextureRange/MainOpenGLView.m.htm
glTexSubImage2D(GL_TEXTURE_RECTANGLE_EXT, 0, 0, 0,
videoSize.width, videoSize.height, GL_YCBCR_422_APPLE,
-#if WORDS_BIG_ENDIAN
+#if WORDS_BIGENDIAN
GL_UNSIGNED_SHORT_8_8_APPLE,
#else
GL_UNSIGNED_SHORT_8_8_REV_APPLE,