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
path: root/source
diff options
context:
space:
mode:
authorMartin Poirier <theeth@yahoo.com>2007-12-29 21:35:24 +0300
committerMartin Poirier <theeth@yahoo.com>2007-12-29 21:35:24 +0300
commitd8700297482bb2e1e7d3be487bd3694c874883e4 (patch)
treeed2492d705007ce095a941b7d7a5aef0c962c69d /source
parent4c4abb062423b821067f84d5628449c2513c1e26 (diff)
Adding stubs for audiostream
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/screen/stubs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/screen/stubs.c b/source/blender/editors/screen/stubs.c
index 0fd1bc352d5..f0662bbe712 100644
--- a/source/blender/editors/screen/stubs.c
+++ b/source/blender/editors/screen/stubs.c
@@ -100,5 +100,9 @@ void fluidsimSettingsFree() {}
void BIF_filelist_freelib() {}
+/* audio */
+
+void audiostream_play() {}
+void audiostream_fill() {}