move code
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user