Blender Git Loki
Git Commits -> Revision 9202aaa
Revision 9202aaa by Diego Borghetti (master) August 21, 2009, 22:56 (GMT) |
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. |
Commit Details:
Full Hash: 9202aaa2dc4b4bf70621c06bc82a5d836a4afc14
SVN Revision: 22688
Parent Commit: d82935a
Lines Changed: +206, -12
2 Added Paths:
/intern/audaspace/OpenAL/Makefile (+39, -0)
/intern/audaspace/sndfile/Makefile (+40, -0)
/intern/audaspace/sndfile/Makefile (+40, -0)
7 Modified Paths:
/intern/audaspace/ffmpeg/Makefile (+1, -1) (Diff)
/intern/audaspace/intern/Makefile (+25, -0) (Diff)
/intern/audaspace/jack/Makefile (+4, -0) (Diff)
/intern/audaspace/Makefile (+46, -2) (Diff)
/intern/audaspace/SDL/Makefile (+1, -1) (Diff)
/source/Makefile (+30, -6) (Diff)
/source/nan_definitions.mk (+20, -2) (Diff)
/intern/audaspace/intern/Makefile (+25, -0) (Diff)
/intern/audaspace/jack/Makefile (+4, -0) (Diff)
/intern/audaspace/Makefile (+46, -2) (Diff)
/intern/audaspace/SDL/Makefile (+1, -1) (Diff)
/source/Makefile (+30, -6) (Diff)
/source/nan_definitions.mk (+20, -2) (Diff)