Commit c724c82a authored by Michael Niedermayer's avatar Michael Niedermayer

doc/print_options: Fix build on mingw after 960aff37

A cleaner fix is very welcome
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 60420fa3
......@@ -26,6 +26,10 @@
#include <string.h>
#include <float.h>
// print_options is build for the host, os_support.h isnt 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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment