mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-11 00:44:33 +00:00
Try the fix again.
This commit is contained in:
parent
69d0c7fd70
commit
ea67cf0ebe
@ -12,7 +12,6 @@ class MovieAudioFactory
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual boost::shared_ptr<MovieAudioDecoder> createDecoder(VideoState* videoState) = 0;
|
virtual boost::shared_ptr<MovieAudioDecoder> createDecoder(VideoState* videoState) = 0;
|
||||||
virtual ~MovieAudioFactory() {}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#include "videoplayer.hpp"
|
#include "videoplayer.hpp"
|
||||||
|
|
||||||
|
#include "audiofactory.hpp"
|
||||||
#include "videostate.hpp"
|
#include "videostate.hpp"
|
||||||
|
|
||||||
namespace Video
|
namespace Video
|
||||||
|
Loading…
x
Reference in New Issue
Block a user