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:
authorNathan Letwory <nathan@letworyinteractive.com>2007-12-29 23:47:39 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2007-12-29 23:47:39 +0300
commit47f9c1fa5f14d0a1b39d90fe4a11f752f8dfe463 (patch)
tree822359757e2948f56268c1d32ce88b27e0e11840 /source
parentdc98efaaa04cf38d777838fce18948ab64f6fbd5 (diff)
* some additions and a removal in stubs.c (by elubie)
* mingw config update to link properly with ffmpeg
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/screen/stubs.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/source/blender/editors/screen/stubs.c b/source/blender/editors/screen/stubs.c
index ca592e6812e..b48d342f4c5 100644
--- a/source/blender/editors/screen/stubs.c
+++ b/source/blender/editors/screen/stubs.c
@@ -34,8 +34,10 @@ void error() {}
void set_timecursor() {}
void waitcursor() {}
void pupmenu() {}
-void load_vfont() {}
void mainqenter() {}
+void saveover() {}
+
+char texstr[20][12];
/* global vars */
void *editNurb;
@@ -90,4 +92,7 @@ void BIF_filelist_freelib() {}
void audiostream_play() {}
void audiostream_fill() {}
-
+struct RenderData;
+void start_avi_codec(struct RenderData *rd,int rectx, int recty ){}
+void append_avi_codec(int frame,int *pixels,int rectx, int recty){};
+void end_avi_codec(void){};