Changeset 67b654a45166f5ec078a0ac8dc6083ba50950814

Show
Ignore:
Timestamp:
06/12/08 19:51:18 (3 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1213293078 +0200
git-parent:

[6a5fc04ec3b5e2e52a28c43bfac4d3b8587422f2]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1213292831 +0200
Message:

opengllayer: Don't protect a module by #ifdef you'll end up in warnings. Disable it at configure time if needed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/video_output/opengllayer.m

    r3561b9b r67b654a  
    4545#import <OpenGL/OpenGL.h> 
    4646 
    47 #ifdef CALayer 
    48  
    4947/* On OS X, use GL_TEXTURE_RECTANGLE_EXT instead of GL_TEXTURE_2D. 
    5048   This allows sizes which are not powers of 2 */ 
     
    519517} 
    520518@end 
    521  
    522 #endif