[Bf-blender-cvs] CVS commit: blender Makefile.am configure.ac blender/intern Makefile.am blender/intern/SoundSystem Makefile.am blender/intern/SoundSystem/fmod SND_FmodDevice.cpp blender/intern/SoundSystem/intern SND_Scene.cpp blender/intern/SoundSystem/openal SND_OpenALDevice.cpp ...

Michel Selten michel.s at home.nl
Wed Jul 16 20:23:51 CEST 2003


michel (Michel Selten) 2003/07/16 20:23:51 CEST

  Modified files:
    .                    Makefile.am configure.ac 
    blender/intern       Makefile.am 
    blender/intern/SoundSystem Makefile.am 
    blender/intern/SoundSystem/fmod SND_FmodDevice.cpp 
    blender/intern/SoundSystem/intern SND_Scene.cpp 
    blender/intern/SoundSystem/openal SND_OpenALDevice.cpp 
    blender/source/blender/src Makefile.am 
    blender/source/gameengine Makefile.am 
  
  Log:
  * Updated the auto* build system to compile again.
    SoundSystem has been moved from source/gameengine to intern. This was needed
    because functionality from SoundSystem was needed by
    source/blender/src/editsound.c.
  * Removed the option for the openal check in configure.ac. It's needed now by
    SoundSystem
  * Removed the functionality for checking if 'noaudio' was provied on the
    commandline. Now audio is default on.
  
  Revision  Changes    Path
  1.16      +2 -1      blender/Makefile.am
  1.51      +11 -23    blender/configure.ac
  1.14      +2 -2      blender/intern/Makefile.am
  1.7       +9 -23     blender/intern/SoundSystem/Makefile.am
  1.5       +4 -10     blender/intern/SoundSystem/fmod/SND_FmodDevice.cpp
  1.5       +4 -6      blender/intern/SoundSystem/intern/SND_Scene.cpp
  1.9       +4 -11     blender/intern/SoundSystem/openal/SND_OpenALDevice.cpp
  1.16      +1 -1      blender/source/blender/src/Makefile.am
  1.8       +1 -2      blender/source/gameengine/Makefile.am



More information about the Bf-blender-cvs mailing list