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:
authorCampbell Barton <ideasman42@gmail.com>2012-04-12 07:10:36 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-12 07:10:36 +0400
commita0c4efa3d26c63b813ac74b124726b83517e5f28 (patch)
tree17554903ce4f35e03eac11c4420b3776e5de24de /source/blender/imbuf/intern/IMB_anim.h
parentf8b7cfb6aefa42a8dc44b52c72bb94bdd33236f4 (diff)
code cleanup: remove duplicate define on windows.
Diffstat (limited to 'source/blender/imbuf/intern/IMB_anim.h')
-rw-r--r--source/blender/imbuf/intern/IMB_anim.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/blender/imbuf/intern/IMB_anim.h b/source/blender/imbuf/intern/IMB_anim.h
index b29d9d419e2..8724f3804d0 100644
--- a/source/blender/imbuf/intern/IMB_anim.h
+++ b/source/blender/imbuf/intern/IMB_anim.h
@@ -50,10 +50,7 @@
# undef AVIIF_KEYFRAME // redefined in AVI_avi.h
# undef AVIIF_LIST // redefined in AVI_avi.h
-
-# define FIXCC(fcc) if (fcc == 0) fcc = mmioFOURCC('N', 'o', 'n', 'e'); \
- if (fcc == BI_RLE8) fcc = mmioFOURCC('R', 'l', 'e', '8');
-#endif
+#endif /* _WIN32 */
#include <sys/types.h>
#include <ctype.h>