[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22539] branches/blender2.5/blender/intern /audaspace: Add jack subdir makefile and standarize audaspace sub-lib names .

gsr b3d gsr.b3d at infernal-iceberg.com
Mon Aug 17 00:48:30 CEST 2009


Revision: 22539
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22539
Author:   gsrb3d
Date:     2009-08-17 00:48:30 +0200 (Mon, 17 Aug 2009)

Log Message:
-----------
Add jack subdir makefile and standarize audaspace sub-lib names.
Jack support not enabled for now.

Modified Paths:
--------------
    branches/blender2.5/blender/intern/audaspace/SDL/Makefile
    branches/blender2.5/blender/intern/audaspace/ffmpeg/Makefile

Added Paths:
-----------
    branches/blender2.5/blender/intern/audaspace/jack/Makefile

Modified: branches/blender2.5/blender/intern/audaspace/SDL/Makefile
===================================================================
--- branches/blender2.5/blender/intern/audaspace/SDL/Makefile	2009-08-16 22:35:22 UTC (rev 22538)
+++ branches/blender2.5/blender/intern/audaspace/SDL/Makefile	2009-08-16 22:48:30 UTC (rev 22539)
@@ -28,7 +28,7 @@
 #
 #
 
-LIBNAME = SDLaudaspace
+LIBNAME = aud_sdl
 DIR = $(OCGDIR)/intern/$(LIBNAME)
 
 include nan_compile.mk

Modified: branches/blender2.5/blender/intern/audaspace/ffmpeg/Makefile
===================================================================
--- branches/blender2.5/blender/intern/audaspace/ffmpeg/Makefile	2009-08-16 22:35:22 UTC (rev 22538)
+++ branches/blender2.5/blender/intern/audaspace/ffmpeg/Makefile	2009-08-16 22:48:30 UTC (rev 22539)
@@ -28,7 +28,7 @@
 #
 #
 
-LIBNAME = ffmpegaudaspace
+LIBNAME = aud_ffmpeg
 DIR = $(OCGDIR)/intern/$(LIBNAME)
 
 include nan_compile.mk

Added: branches/blender2.5/blender/intern/audaspace/jack/Makefile
===================================================================
--- branches/blender2.5/blender/intern/audaspace/jack/Makefile	                        (rev 0)
+++ branches/blender2.5/blender/intern/audaspace/jack/Makefile	2009-08-16 22:48:30 UTC (rev 22539)
@@ -0,0 +1,40 @@
+#
+# $Id$
+#
+# ***** BEGIN GPL LICENSE BLOCK *****
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#
+# The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
+# All rights reserved.
+#
+# The Original Code is: all of this file.
+#
+# Contributor(s): GSR
+#
+# ***** END GPL LICENSE BLOCK *****
+#
+#
+
+LIBNAME = aud_jack
+DIR = $(OCGDIR)/intern/audaspace
+
+include nan_compile.mk
+
+CCFLAGS += $(LEVEL_1_CPP_WARNINGS)
+
+CPPFLAGS += -I../intern
+CPPFLAGS += -I..
+CPPFLAGS += -I.


Property changes on: branches/blender2.5/blender/intern/audaspace/jack/Makefile
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:eol-style
   + native





More information about the Bf-blender-cvs mailing list