summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-03-03 06:28:00 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-03-03 06:28:23 +0100
commita4a23a811fa340a8257a1f78f41904e58eea2dd4 (patch)
treed187de74550ce992d77932b8444af97b31b6f8a1 /config.h.cmake
parentdcee199c44384da39518bc1a00db62d2162f528f (diff)
downloadmplayerthumbs-a4a23a81.tar.gz
mplayerthumbs-a4a23a81.zip
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
new file mode 100644
index 0000000..99134d1
--- /dev/null
+++ b/config.h.cmake
@@ -0,0 +1,11 @@
+#define VERSION "@VERSION@"
+
+// Defined if you have fvisibility and fvisibility-inlines-hidden support.
+#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1
+
+/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
+ significant byte first (like Motorola and SPARC, unlike Intel). */
+#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@
+
+// Use strips over thumbnails
+#cmakedefine STRIPS_SUPPORT @STRIPS_SUPPORT@