diff options
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 |