Skip to content

Commit

Permalink
Merge pull request BradLarson#1199 from andyinabox/master
Browse files Browse the repository at this point in the history
Fix build errors
  • Loading branch information
BradLarson committed Sep 18, 2013
2 parents c80666c + 05bafd2 commit 6b42f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Source/Mac/GPUImageContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#define GPUImageRotationSwapsWidthAndHeight(rotation) (((rotation) == kGPUImageRotateLeft) || ((rotation) == kGPUImageRotateRight) || ((rotation) == kGPUImageRotateRightFlipVertical) )

typedef enum { kGPUImageNoRotation, kGPUImageRotateLeft, kGPUImageRotateRight, kGPUImageFlipVertical, kGPUImageFlipHorizonal, kGPUImageRotateRightFlipVertical, kGPUImageRotate180 } GPUImageRotationMode;
typedef enum { kGPUImageNoRotation, kGPUImageRotateLeft, kGPUImageRotateRight, kGPUImageFlipVertical, kGPUImageFlipHorizonal, kGPUImageRotateRightFlipVertical, kGPUImageRotateRightFlipHorizontal, kGPUImageRotate180 } GPUImageRotationMode;

@interface GPUImageContext : NSObject

Expand Down

0 comments on commit 6b42f14

Please sign in to comment.