diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-11 17:18:29 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-11 17:18:29 +0000 |
commit | 395417c0145ee0549cb2268feb4ba762ed1ebf43 (patch) | |
tree | 5fccad63049b63fdfe46c2dd9d9ce5f718b35b35 /src/video_out/macosx | |
parent | de085a0169d4a3701c67a74869ce0fb8ced6d6ae (diff) | |
parent | 4e63c284d8e45a33041806d201124985b8089e3e (diff) | |
download | xine-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.m | 2 |
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, |