blender/intern/audaspace/SDL
Diego Borghetti 9202aaa2dc Update Makefiles for audaspace.
This add support for: sdl, ffmpeg, openal, jack and sndfile.
We have new options:
	WITH_OPENAL, default false
	WITH_JACK, default false
	WITH_SNDFILE, default false

and with this:
	NAN_OPENAL, default /usr

	NAN_JACK, default /usr
	NAN_JACKCFLAGS, default -I$(NAN_JACK)/include/jack
	NAN_JACKLIBS, default $(NAN_JACK)/lib/libjack.a

	NAN_SNDFILE, default /usr
	NAN_SNDFILECFLAGS, default -I$(NAN_SNDFILE)/include
	NAN_SNDFILELIBS, default $(NAN_SNDFILE)/lib/libsndfile.

Also add two new option on source/Makefile for jack and sndfile libs,
but only for linux, so let me know for other OS.
2009-08-21 22:56:26 +00:00
..
AUD_SDLDevice.cpp Added jack audio support, building with cmake only currently, feel free to add scons and maybe cmake. 2009-08-16 14:53:11 +00:00
AUD_SDLDevice.h Added jack audio support, building with cmake only currently, feel free to add scons and maybe cmake. 2009-08-16 14:53:11 +00:00
AUD_SDLMixer.cpp 2.5: Sound branch merge! 2009-08-09 21:16:39 +00:00
AUD_SDLMixer.h 2.5: Sound branch merge! 2009-08-09 21:16:39 +00:00
AUD_SDLMixerFactory.cpp 2.5 audio cleanup: 2009-08-10 15:39:11 +00:00
AUD_SDLMixerFactory.h 2.5: Sound branch merge! 2009-08-09 21:16:39 +00:00
AUD_SDLMixerReader.cpp 2.5 audio cleanup: 2009-08-10 15:39:11 +00:00
AUD_SDLMixerReader.h 2.5: Sound branch merge! 2009-08-09 21:16:39 +00:00
Makefile Update Makefiles for audaspace. 2009-08-21 22:56:26 +00:00