root/OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp
@
9816
| Revision 9816, 210 bytes (checked in by robert, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | |
| 2 | #ifndef HEADER_GUARD_FFMPEG_HEADERS_H |
| 3 | #define HEADER_GUARD_FFMPEG_HEADERS_H |
| 4 | |
| 5 | extern "C" |
| 6 | { |
| 7 | #define __STDC_CONSTANT_MACROS |
| 8 | #include <avcodec.h> |
| 9 | #include <avformat.h> |
| 10 | } |
| 11 | |
| 12 | |
| 13 | |
| 14 | #endif // HEADER_GUARD_FFMPEG_HEADERS_H |
Note: See TracBrowser
for help on using the browser.
