~bwy/+junk/gnash-temp

« back to all changes in this revision

Viewing changes to libcore/Video.cpp

  • Committer: Bastiaan Jacques
  • Date: 2010-03-11 01:47:08 UTC
  • Revision ID: bastiaan@bjacques.org-20100311014708-lova2fxknroqrpem
Another header shuffle:
- Add includes for libstdc++ types in files where they are actually used.
- Remove unused includes; move them to .cpp files where appropriate.
- Forward-declare some classes instead of including their headers. Add 
  these include directives to .cpp files as needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include "VideoDecoder.h" // for setting up embedded video decoder
34
34
#include "namedStrings.h"
35
35
#include "Global_as.h"
 
36
#include "Renderer.h"
36
37
 
37
38
// Define this to get debug logging during embedded video decoding
38
39
//#define DEBUG_EMBEDDED_VIDEO_DECODING