mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
doc/print_options: Fix build on mingw after 960aff379da46dcaff61504a57714d4d4e758e41
A cleaner fix is very welcome Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
60420fa3dc
commit
c724c82a78
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user