[Bf-blender-cvs] CVS commit: blender/source/blender/src buttons_scene.c

Chris Burt desoto at blender.spaceisbig.com
Fri Mar 25 04:47:19 CET 2005


desoto (Chris Burt) 2005/03/25 04:47:19 CET

  Modified files:
    blender/source/blender/src buttons_scene.c 
  
  Log:
  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
  
  Revision  Changes    Path
  1.78      +2 -2      blender/source/blender/src/buttons_scene.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/buttons_scene.c.diff?r1=1.77&r2=1.78&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list