[Freeswitch-svn] [commit] r11903 - freeswitch/trunk/libs/libresample

FreeSWITCH SVN shaneb at freeswitch.org
Wed Feb 11 16:42:01 PST 2009


Author: shaneb
Date: Wed Feb 11 18:42:01 2009
New Revision: 11903

Log:
Added CMAKE libresample

Added:
   freeswitch/trunk/libs/libresample/CMakeLists.txt

Added: freeswitch/trunk/libs/libresample/CMakeLists.txt
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/libresample/CMakeLists.txt	Wed Feb 11 18:42:01 2009
@@ -0,0 +1,13 @@
+cmake_minimum_required(VERSION 2.6)
+
+INCLUDE_DIRECTORIES(include/) 
+
+SET ( resample_SRCS src/resample.c src/filterkit.c src/resamplesubs.c include/libresample.h)
+ADD_LIBRARY(resample STATIC ${resample_SRCS})
+
+
+
+
+
+
+



More information about the Freeswitch-svn mailing list