summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-06 14:02:57 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-06 14:02:57 -0500
commiteffa31d902975a70f5856ee03b951f5b26054447 (patch)
tree8587eabd02e623878f63edae1d129fb7b7f1fb4d /config.h.in
parent18d94a8600bff14a21c3d47542f8febb1276591b (diff)
downloadk9copy-effa31d902975a70f5856ee03b951f5b26054447.tar.gz
k9copy-effa31d902975a70f5856ee03b951f5b26054447.zip
Fix crash when img_convert unavailable
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 959d138..70e6595 100644
--- a/config.h.in
+++ b/config.h.in
@@ -93,6 +93,9 @@
/* Define if you have the strlcpy prototype */
#undef HAVE_STRLCPY_PROTO
+/* swscale support */
+#undef HAVE_SWSCALE
+
/* Define to 1 if you have the <sys/bitypes.h> header file. */
#undef HAVE_SYS_BITYPES_H
@@ -127,6 +130,9 @@
/* No openGL support */
#undef NO_OPENGL
+/* No swscale support */
+#undef NO_SWSCALE
+
/* old ffmpeg */
#undef OLD_FFMPEG