aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ios7/ios7_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/ios7/ios7_video.h')
-rw-r--r--backends/platform/ios7/ios7_video.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/ios7/ios7_video.h b/backends/platform/ios7/ios7_video.h
index 799cd21a94..ab261a977b 100644
--- a/backends/platform/ios7/ios7_video.h
+++ b/backends/platform/ios7/ios7_video.h
@@ -88,12 +88,14 @@ typedef struct {
UITouch *_firstTouch;
UITouch *_secondTouch;
+#ifdef ENABLE_IOS7_SCALERS
uint8_t *_scalerMemorySrc;
uint8_t *_scalerMemoryDst;
size_t _scalerMemorySrcSize;
size_t _scalerMemoryDstSize;
int _scalerScale;
ScalerProc *_scaler;
+#endif
}
- (id)initWithFrame:(struct CGRect)frame;