Browse Source

doc/print_options: Fix build on mingw after 960aff379d

A cleaner fix is very welcome

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.5
Michael Niedermayer 11 years ago
parent
commit
c724c82a78
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      doc/print_options.c

+ 4
- 0
doc/print_options.c View File

@@ -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…
Cancel
Save