Blender Git Loki
Git Commits -> Revision a7a7932
Revision a7a7932 by Sergey Sharybin (master) May 14, 2012, 13:31 (GMT) |
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. |
Commit Details:
Full Hash: a7a79322bfacd5bbbf7f931143275557ea061c83
SVN Revision: 46627
Parent Commit: e0e97df
Lines Changed: +70, -14
1 Added Path:
/extern/bullet2/patches/make_id.patch (+42, -0) (View)