- Timestamp:
- 02/27/09 21:16:08 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp
r9816 r9827 3 3 #define HEADER_GUARD_FFMPEG_HEADERS_H 4 4 5 5 6 extern "C" 6 7 { 7 8 #define __STDC_CONSTANT_MACROS 9 #include <stdint.h> 8 10 #include <avcodec.h> 9 11 #include <avformat.h>
