diff options
Diffstat (limited to 'macosx/HBQTKitPlayer.m')
-rw-r--r-- | macosx/HBQTKitPlayer.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macosx/HBQTKitPlayer.m b/macosx/HBQTKitPlayer.m index e44413f55..6c464426b 100644 --- a/macosx/HBQTKitPlayer.m +++ b/macosx/HBQTKitPlayer.m @@ -5,6 +5,9 @@ It may be used under the terms of the GNU General Public License. */ #import "HBQTKitPlayer.h" + +#if __HB_QTKIT_PLAYER_AVAILABLE + #import <QTKit/QTKit.h> @import HandBrakeKit; @@ -395,3 +398,5 @@ typedef void (^HBPlayableObverser)(void); } @end + +#endif |