- Timestamp:
- 03/04/09 12:05:55 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp
r9827 r9854 10 10 #include <avcodec.h> 11 11 #include <avformat.h> 12 13 #ifdef USE_SWSCALE 14 #include <swscale.h> 15 #endif 16 12 17 } 13 18
