forked from mirror/openmw-tes3mp
Add missing header to CMakeLists, remove stale comment
This commit is contained in:
parent
eb1c24ffe6
commit
9da1c49276
2 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,7 @@ set(OGRE_FFMPEG_VIDEOPLAYER_SOURCE_FILES
|
||||||
videodefs.hpp
|
videodefs.hpp
|
||||||
libavwrapper.cpp
|
libavwrapper.cpp
|
||||||
audiodecoder.cpp
|
audiodecoder.cpp
|
||||||
|
audiofactory.hpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,6 @@ namespace Video
|
||||||
class MovieAudioFactory
|
class MovieAudioFactory
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/// @note The ownership of the created decoder is passed to the caller.
|
|
||||||
virtual boost::shared_ptr<MovieAudioDecoder> createDecoder(VideoState* videoState) = 0;
|
virtual boost::shared_ptr<MovieAudioDecoder> createDecoder(VideoState* videoState) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue