move code

This commit is contained in:
Glenn Maynard
2005-10-21 18:59:06 +00:00
parent 0bc413262d
commit 59fb0dbe41
@@ -7,6 +7,11 @@
#include "RageUtil.h"
#include "MovieTexture_FFMpeg.h" /* for AVCodecCreateCompatibleSurface */
namespace avcodec
{
#include <ffmpeg/avcodec.h> /* for avcodec::img_convert */
};
#include <theora/theora.h>
#if defined(_MSC_VER)
@@ -14,11 +19,6 @@
#pragma comment(lib, OGG_LIB_DIR "theora_static.lib")
#endif
namespace avcodec
{
#include <ffmpeg/avcodec.h> /* for avcodec::img_convert */
};
class MovieDecoder_Theora: public MovieDecoder
{
public: