Index: OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp
===================================================================
--- OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp (revision 9827)
+++ OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp (revision 9854)
@@ -10,4 +10,9 @@
 #include <avcodec.h>
 #include <avformat.h>
+
+#ifdef USE_SWSCALE    
+    #include <swscale.h>
+#endif
+
 }
 
