blender/extern
Sergey Sharybin a7a79322bf Make blender compilable by gcc-4.7 and strict compilation flags:
- Remove strict flags from files, which are using FFmpeg stuff
  We're still using some symbols which are marked as deprecated.
  Ideally, we shall switch to new API, but it's a bit larger challenge
  because we don't want to break compatibility withotu actual need.
- Replace MAKE_ID with BT_MAKE_ID in bullet library.
  This is needed to prevent re-definition of MAKE_ID in bullet library.
  Seems it's only used to read blender files, so should be quite safe
  change.
2012-05-14 13:31:38 +00:00
..
binreloc update gpl header in cmake files 2012-02-11 04:05:00 +00:00
bullet2 Make blender compilable by gcc-4.7 and strict compilation flags: 2012-05-14 13:31:38 +00:00
carve Style cleanup: use 2 spaces for indentation in bundle scripts 2012-05-10 11:17:15 +00:00
colamd update gpl header in cmake files 2012-02-11 04:05:00 +00:00
Eigen3 Update Eigen3 library, would be needed for some further integraiton. 2012-05-09 08:33:05 +00:00
glew update gpl header in cmake files 2012-02-11 04:05:00 +00:00
libmv Style cleanup: use 2 spaces for indentation in bundle scripts 2012-05-10 11:17:15 +00:00
libopenjpeg update gpl header in cmake files 2012-02-11 04:05:00 +00:00
libredcode unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
lzma update gpl header in cmake files 2012-02-11 04:05:00 +00:00
lzo update gpl header in cmake files 2012-02-11 04:05:00 +00:00
recastnavigation style cleanup: + some warning fixes, also remove unused metaelem extern. 2012-03-10 22:00:55 +00:00
xdnd Drag-n-drop support on Linux 2012-02-17 16:58:09 +00:00
CMakeLists.txt XDND support now can be disabled using WITH_GHOST_XDND=OFF with CMake and WITH_GHOST_XDND=False with SCons 2012-02-17 20:51:39 +00:00
SConscript XDND support now can be disabled using WITH_GHOST_XDND=OFF with CMake and WITH_GHOST_XDND=False with SCons 2012-02-17 20:51:39 +00:00