Imported Debian version 2.5.0~trusty1.1
[deb_ffmpeg.git] / ffmpeg / doc / print_options.c
index ec8d83993939d681544028beae3ec2d107af8340..9fd66ca3809f18239d785a8827da5766b3abbbf3 100644 (file)
 #include <string.h>
 #include <float.h>
 
+// print_options is build for the host, os_support.h isn't needed and is setup
+// for the target. without this build breaks on mingw
+#define AVFORMAT_OS_SUPPORT_H
+
 #include "libavformat/avformat.h"
 #include "libavformat/options_table.h"
 #include "libavcodec/avcodec.h"