root/OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp
@
10053
| Revision 10053, 373 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 | #include <errno.h> // for error codes defined in avformat.h |
| [9827] | 10 | #include <stdint.h> |
| [9816] | 11 | #include <avcodec.h> |
| 12 | #include <avformat.h> | |
| [9865] | 13 | #include <avdevice.h> |
| [9854] | 14 | |
| 15 | #ifdef USE_SWSCALE | |
| 16 | #include <swscale.h> | |
| 17 | #endif | |
| 18 | ||
| [9816] | 19 | } |
| 20 | ||
| 21 | ||
| 22 | ||
| 23 | #endif // HEADER_GUARD_FFMPEG_HEADERS_H |
Note: See TracBrowser
for help on using the browser.
