diff options
author | James Almer <jamrial@gmail.com> | 2018-05-05 19:20:29 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-05-05 19:20:38 -0300 |
commit | 08032331ac4ca7a3de7d0e0428bd35f0d2e954be (patch) | |
tree | c792a656772a703545c0d55a1b6f7ae9e593ea64 /libavfilter | |
parent | a26367493c13058c5021ddef318da726b57ff4a2 (diff) | |
download | ffmpeg-08032331ac4ca7a3de7d0e0428bd35f0d2e954be.tar.gz |
fate: update fate-sws-pixdesc-query reference file
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/vf_srcnn.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libavfilter/vf_srcnn.c b/libavfilter/vf_srcnn.c index d9b4891f7f..dace2b99b5 100644 --- a/libavfilter/vf_srcnn.c +++ b/libavfilter/vf_srcnn.c @@ -28,7 +28,9 @@ #include "formats.h" #include "internal.h" #include "libavutil/opt.h" -#include "unistd.h" +#if HAVE_UNISTD_H +#include <unistd.h> +#endif #include "vf_srcnn.h" #include "libavformat/avio.h" |