root/OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp
@
10030
| Revision 10030, 393 bytes (checked in by robert, 4 years ago) |
|---|
| Rev | Line | |
|---|---|---|
| [9816] | 1 | |
| 2 | #ifndef HEADER_GUARD_FFMPEG_HEADERS_H | |
| 3 | #define HEADER_GUARD_FFMPEG_HEADERS_H | |
| 4 | ||
| [9827] | 5 | |
| [9816] | 6 | extern "C" |
| 7 | { | |
| 8 | #define __STDC_CONSTANT_MACROS | |
| [10030] | 9 | #ifdef WIN32 |
| 10 | #include <errno.h> // for error codes defined in avformat.h | |
| 11 | #endif | |
| [9827] | 12 | #include <stdint.h> |
| [9816] | 13 | #include <avcodec.h> |
| 14 | #include <avformat.h> | |
| [9865] | 15 | #include <avdevice.h> |
| [9854] | 16 | |
| 17 | #ifdef USE_SWSCALE | |
| 18 | #include <swscale.h> | |
| 19 | #endif | |
| 20 | ||
| [9816] | 21 | } |
| 22 | ||
| 23 | ||
| 24 | ||
| 25 | #endif // HEADER_GUARD_FFMPEG_HEADERS_H |
Note: See TracBrowser
for help on using the browser.
