Blender Git Loki
Git Commits -> Revision b9da612
Revision b9da612 by Chris Burt (master) March 25, 2005, 03:47 (GMT) |
Since Cygwin isn't compatible with all of this fancy AVI codec business we need to do a check to be sure that we're not attempting to compile AVI codec related features on Cygwin. Prior to Rob's commit today, this setting wasn't exposed to Cygwin by default because it was hidden by a WITH_QUICKTIME ifdef but when Rob cleaned up today he removed that and the WIN32 ifdef inspired Cygwin and the free tools to try and compile these pieces. This resulted in an undefined reference to get_avicodec_settings. Rob: Please review this change to be sure its compatible with the rest of your integration of the avicodec and quicktime. It seems to go flawlessly here but without your OK I'm not comfortable making this permenant. I based this modifcation on other instances of this check for FREE_WINDOWS so it should be just fine. As always if it breaks something blame Ton. :P |
Commit Details:
Full Hash: b9da61202bebd0e8e85df3acc2ddf04f0d9d7130
SVN Revision: 4041
Parent Commit: ea15126
Lines Changed: +2, -2
1 Modified Path:
/source/blender/src/buttons_scene.c (+2, -2) (Diff)