X-Git-Url: https://git.piment-noir.org/?p=deb_ffmpeg.git;a=blobdiff_plain;f=ffmpeg%2Fdoc%2Fprint_options.c;fp=ffmpeg%2Fdoc%2Fprint_options.c;h=9fd66ca3809f18239d785a8827da5766b3abbbf3;hp=ec8d83993939d681544028beae3ec2d107af8340;hb=f6fa7814ccfe3e76514b36cf04f5cd3cb657c8cf;hpb=2ba45a602cbfa7b771effba9b11bb4245c21bc00 diff --git a/ffmpeg/doc/print_options.c b/ffmpeg/doc/print_options.c index ec8d839..9fd66ca 100644 --- a/ffmpeg/doc/print_options.c +++ b/ffmpeg/doc/print_options.c @@ -26,6 +26,10 @@ #include #include +// 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"