summaryrefslogtreecommitdiffstats
path: root/src/imports/nativemedia/SurfaceTexture.h
blob: efc49c8c1aa7771afa6713fe6343d30adb1bf52f (plain)
1
2
3
4
5
#if Q_ANDROID_VERSION_MAJOR > 4 || (Q_ANDROID_VERSION_MAJOR == 4 && Q_ANDROID_VERSION_MINOR >= 1)
#include "SurfaceTexture_4_1.h"
#else
#include "SurfaceTexture_4_0.h"
#endif