Nathan Letwory
9960f697a6
doxygen: blender/avi tagged.
2011-02-27 20:43:42 +00:00
00c05c8404
Clean up headers a bit more.
2011-02-23 18:03:40 +00:00
Nathan Letwory
5b607701a7
doxygen: prevent GPL license block from being parsed as doxygen comment.
2011-02-23 10:52:22 +00:00
8268a4be71
most unused arg warnings corrected.
...
- removed deprecated bitmap arg from IMB_allocImBuf (plugins will need updating).
- mostly tagged UNUSED() since some of these functions look like they may need to have the arguments used later.
2010-10-16 14:32:17 +00:00
8f1500da00
remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now.
2010-04-18 10:28:37 +00:00
081c1205a3
correct fsf address
2010-02-12 13:34:04 +00:00
Chris Want
5d0a207ecb
Patch from GSR that a) fixes a whole bunch of GPL/BL license
...
blocks that were previously missed; and b) greatly increase my
ohloh stats!
2008-04-16 22:40:48 +00:00
4a6d75af27
added support for linux on pa-risc
2008-03-23 12:59:26 +00:00
Ken Hughes
ab662ae85c
More fixes for gcc warnings.
2008-02-03 18:50:03 +00:00
1cde5efa3d
Orange:
...
- Missing free in AVI writing
- time counter for animation render wasn't reset to zero on successive
renders.
2006-01-25 16:47:20 +00:00
3f2f1571e5
added the following to configure.ac
...
+case "$target" in
+ *sparc* )
+ AC_DEFINE(SUN_OGL_NO_VERTEX_MACROS,1,[Fix for Sun's GL])
+ ;;
+esac
+
Also added the include to the above .c files.
I'm going to add it to everything in source just haven't gotten that far yet.
Kent
2002-11-25 10:13:52 +00:00
d063311b08
Fixed defined __sparc to also check for __sparc__ (thanks to Ferris)
2002-10-29 21:55:52 +00:00
Hans Lambermont
12315f4d0e
Initial revision
2002-10-12 11:37:38 +00:00