Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Müller <nexyon@gmail.com>2018-06-09 00:10:52 +0300
committerJörg Müller <nexyon@gmail.com>2018-06-09 00:11:16 +0300
commitdd2e1873446e2019a3020e9d62c6efc29b43d930 (patch)
treeb80355531f37ab9f30967b7d73df2974206cceb7 /extern/audaspace/plugins/ffmpeg/FFMPEG.cpp
parent528dc6440bb41e6cbfeea62756ba5ae5debcd27f (diff)
Audaspace: add support for latest ffmpeg.
Diffstat (limited to 'extern/audaspace/plugins/ffmpeg/FFMPEG.cpp')
-rw-r--r--extern/audaspace/plugins/ffmpeg/FFMPEG.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/extern/audaspace/plugins/ffmpeg/FFMPEG.cpp b/extern/audaspace/plugins/ffmpeg/FFMPEG.cpp
index 7f9b762f816..3ffe963b2b9 100644
--- a/extern/audaspace/plugins/ffmpeg/FFMPEG.cpp
+++ b/extern/audaspace/plugins/ffmpeg/FFMPEG.cpp
@@ -23,7 +23,9 @@ AUD_NAMESPACE_BEGIN
FFMPEG::FFMPEG()
{
+#if LIBAVCODEC_VERSION_MAJOR < 58
av_register_all();
+#endif
}
void FFMPEG::registerPlugin()