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:
authorJoerg Mueller <nexyon@gmail.com>2010-04-24 20:35:16 +0400
committerJoerg Mueller <nexyon@gmail.com>2010-04-24 20:35:16 +0400
commit5b4e62a977ba1cbe0f2b66a28c5a228da3b9faa6 (patch)
treedbf282ecadd80c101196afe66a6c35dd7c399f85 /source/blender/blenkernel/BKE_sound.h
parent87d30fdd247a205ccb76cee1f7cf6547df46a606 (diff)
Fix for #22135, loading ffmpeg now before .B25.blend is loaded.
Diffstat (limited to 'source/blender/blenkernel/BKE_sound.h')
-rw-r--r--source/blender/blenkernel/BKE_sound.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_sound.h b/source/blender/blenkernel/BKE_sound.h
index b89767d2586..50c86e80b08 100644
--- a/source/blender/blenkernel/BKE_sound.h
+++ b/source/blender/blenkernel/BKE_sound.h
@@ -38,6 +38,8 @@ struct ListBase;
struct Main;
struct Sequence;
+void sound_init_once();
+
void sound_init(struct Main *main);
void sound_exit();