Skip to content

Commit

Permalink
fix iphone videoplayer constant
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed Jul 21, 2011
1 parent 145fbc2 commit c6b4be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/openFrameworks/utils/ofConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ typedef TESSindex ofIndexType;

//------------------------------------------------ video player
// check if any video player system is already defined from the compiler
#if !defined(OF_VIDEO_PLAYER_GSTREAMER) && !defined(OF_VIDEO_CAPTURE_IPHONE) && !defined(OF_VIDEO_PLAYER_QUICKTIME)
#if !defined(OF_VIDEO_PLAYER_GSTREAMER) && !defined(OF_VIDEO_PLAYER_IPHONE) && !defined(OF_VIDEO_PLAYER_QUICKTIME)
#ifdef TARGET_LINUX
#define OF_VIDEO_PLAYER_GSTREAMER
#else
Expand Down

0 comments on commit c6b4be7

Please sign in to comment.