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:
authorPeter Schlaile <peter@schlaile.de>2006-03-07 23:28:05 +0300
committerPeter Schlaile <peter@schlaile.de>2006-03-07 23:28:05 +0300
commit48f6e94036cb6431d9dd466d4004a5ba56ddd24c (patch)
treeccae2d46275a4776a58f4a3dba1c60d68acb17b6 /source
parent327d413eb3c0c4cf07b71903eaa27e784be172c3 (diff)
Fixes a small warning, when compiling without ffmpeg
Diffstat (limited to 'source')
-rw-r--r--source/blender/imbuf/intern/anim.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/anim.c b/source/blender/imbuf/intern/anim.c
index cd238f5013e..d595154ce99 100644
--- a/source/blender/imbuf/intern/anim.c
+++ b/source/blender/imbuf/intern/anim.c
@@ -313,7 +313,9 @@ void IMB_free_anim_ibuf(struct anim * anim) {
anim->ibuf1 = anim->ibuf2 = NULL;
}
+#ifdef WITH_FFMPEG
static void free_anim_ffmpeg(struct anim * anim);
+#endif
void IMB_free_anim(struct anim * anim) {
if (anim == NULL) {