move code
This commit is contained in:
@@ -7,6 +7,11 @@
|
|||||||
#include "RageUtil.h"
|
#include "RageUtil.h"
|
||||||
#include "MovieTexture_FFMpeg.h" /* for AVCodecCreateCompatibleSurface */
|
#include "MovieTexture_FFMpeg.h" /* for AVCodecCreateCompatibleSurface */
|
||||||
|
|
||||||
|
namespace avcodec
|
||||||
|
{
|
||||||
|
#include <ffmpeg/avcodec.h> /* for avcodec::img_convert */
|
||||||
|
};
|
||||||
|
|
||||||
#include <theora/theora.h>
|
#include <theora/theora.h>
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
@@ -14,11 +19,6 @@
|
|||||||
#pragma comment(lib, OGG_LIB_DIR "theora_static.lib")
|
#pragma comment(lib, OGG_LIB_DIR "theora_static.lib")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace avcodec
|
|
||||||
{
|
|
||||||
#include <ffmpeg/avcodec.h> /* for avcodec::img_convert */
|
|
||||||
};
|
|
||||||
|
|
||||||
class MovieDecoder_Theora: public MovieDecoder
|
class MovieDecoder_Theora: public MovieDecoder
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user