video_td.h: add compat define for SCREENSHOT

This commit is contained in:
Stefan Seyfried
2013-01-13 18:46:26 +01:00
parent e6fefa10c1
commit 393f5452f4

View File

@@ -10,3 +10,7 @@
#else #else
#error neither HAVE_TRIPLEDRAGON nor HAVE_SPARK_HARDWARE defined #error neither HAVE_TRIPLEDRAGON nor HAVE_SPARK_HARDWARE defined
#endif #endif
#if STB_HAL_VIDEO_HAS_GETSCREENIMAGE
#define SCREENSHOT 1
#endif