diff options
author | Timothy Pearson <[email protected]> | 2014-10-06 14:02:57 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-06 14:02:57 -0500 |
commit | effa31d902975a70f5856ee03b951f5b26054447 (patch) | |
tree | 8587eabd02e623878f63edae1d129fb7b7f1fb4d /config.h.in | |
parent | 18d94a8600bff14a21c3d47542f8febb1276591b (diff) | |
download | k9copy-effa31d902975a70f5856ee03b951f5b26054447.tar.gz k9copy-effa31d902975a70f5856ee03b951f5b26054447.zip |
Fix crash when img_convert unavailable
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
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 |