Commit graph

261 commits

Author SHA1 Message Date
Michael Jerris
9b8392bc16 move lua to automake
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16334 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-17 06:57:35 +00:00
Michael Jerris
0c1ae13da1 move mod_spidermoney build to automake, fix spidermoneky dependencies (I think this really fixes -j builds), move mod_spidermonkey sub modules all under the same source directory and bundle their build together as one
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16333 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-17 05:48:36 +00:00
Michael Jerris
31b743d6eb rename ADD_ AM conditionals to HAVE_
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16332 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-17 03:11:56 +00:00
Michael Jerris
74fd6fb6f8 cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16293 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 22:26:00 +00:00
Michael Jerris
452b0bdeaa typo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16291 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 21:16:36 +00:00
Anthony Minessale
d314f25424 update timer calibration
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16290 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 21:07:39 +00:00
Michael Jerris
8912b80e13 (FSCORE-524)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16277 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 17:01:36 +00:00
Michael Jerris
ea5c0c2111 attempt to properly check if we can use CPU_SET with sched_setaffinity because some older libc had gnu extensions in the definitions of CPU_SET which we do not allow (FSBUILD-226)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16263 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-12 18:31:13 +00:00
Michael Jerris
68b584063f add pkgconfig file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16256 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-12 04:43:39 +00:00
Michael Jerris
8b3f71cc48 Makefile.am cleanup (mostly from stkn, THANKS\!)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16248 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-11 20:26:14 +00:00
Michael Jerris
40ff9a41af comment for now until we better control what is passed through
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16245 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-11 18:53:05 +00:00
Michael Jerris
d1c60899de add soundsdir configure var and sounds_dir global freeswitch var
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16241 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-11 16:32:35 +00:00
Michael Jerris
89ae5f4741 add configure vars for htdocs and grammar dirs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16239 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-11 15:47:36 +00:00
Michael Jerris
5ccac21dc3 wip move towards adding directory layout control to configure
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16238 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-11 14:36:29 +00:00
Michael Jerris
c064a2a586 add recordings_dir
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16233 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-11 03:20:42 +00:00
Brian West
a19b1e7cbf doh one more
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16089 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-30 01:55:08 +00:00
Anthony Minessale
f80a9bd02a trade some max call count for more accurate timing in full media situations, hint: use 30ms ptime for drastic reduction in resources
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16081 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-29 23:21:20 +00:00
Michael Jerris
00b2409164 build integration for libuuid
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16022 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-22 19:13:48 +00:00
Michael Jerris
d2cf7f862a fix --srcdir builds for modules that download libraries mod_flite mod_pocketsphinx mod_celt mod_radius_cdr mod_soundtouch mod_memcache mod_curl mod_xml_ldap mod_shout mod_ldap (FSBUILD-211)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15917 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 21:20:02 +00:00
Michael Jerris
c4d1333185 fix portaudio build with jack
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15911 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 18:12:55 +00:00
Michael Jerris
1911a2626d fix m4/bash hell
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15901 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 04:05:27 +00:00
Michael Jerris
ae67ecceac fix mod_portaudio linux build with alsa (MODAPP-377)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15899 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 03:20:06 +00:00
Michael Jerris
283a01b272 fix make clean on --srcdir builds
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15885 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 22:31:13 +00:00
Michael Jerris
7803a752c9 add --enable-64 support for os x 10.4 and 10.5
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15874 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 19:58:16 +00:00
Michael Jerris
49d2fecc48 a slightly more annoying yet more sane way to fix snow cat
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15868 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 04:19:49 +00:00
Michael Jerris
8f9ab61318 compile by default on osx 10.6 and add --enable-64 support (with previous patch) for osx 10.6
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15862 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 00:32:02 +00:00
Michael Jerris
5e7986bf9b work in progress osx 10.6 build cleanups
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15861 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-09 21:35:01 +00:00
Michael Jerris
4df029142b make sure .version is populated on builds from non svn working copies
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15822 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 10:33:28 +00:00
Michael Jerris
216c47b509 automake mod_skypiax
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15821 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 09:26:46 +00:00
Michael Jerris
59472c23ef automake mod_portaudio and mod_portaudio_stream
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15820 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 09:00:05 +00:00
Michael Jerris
4d72cd6ba0 automake mod_iax
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15819 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 07:59:34 +00:00
Michael Jerris
7050de5c62 automake mod_t38gateway (still not a real working module)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15817 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 07:53:45 +00:00
Michael Jerris
ea181ca4aa move mod stress to use automake
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15815 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 07:45:28 +00:00
Michael Jerris
aad61cadd4 move mod_expr to use automake
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15813 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 07:14:34 +00:00
Michael Jerris
bad1d93169 move mod_enum to use automake
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15812 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 07:07:43 +00:00
Michael Jerris
554f476cb7 add -Wdeclaration-after-statement for supported compilers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15762 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-02 20:28:49 +00:00
Michael Jerris
02c7a3acc9 picked the wrong day to stop sniffing glue...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15745 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-01 22:19:07 +00:00
Michael Jerris
44ea66c22d this should be cleared out too
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15741 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-01 20:15:55 +00:00
Michael Jerris
e9e4badcfa attempt again to fix -std=c99 in cflags
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15740 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-01 19:56:39 +00:00
Michael Jerris
59ba5a156c add --disbale-cpp configure argument to disable the c++ build for the core
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15717 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-30 12:31:24 +00:00
Michael Jerris
3f5c2bed42 srcdir fixes for configure.in (FSBUILD-211)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15646 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 23:47:26 +00:00
Michal Bielicki
3e872303e3 moving configure for libg722_1 to main configure.in so that cflags and libflags get populated correctly part II
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15618 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 16:31:28 +00:00
Michael Jerris
f05740bc9b add new broadvoice codec lib from Steve Underwood
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15543 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-19 14:42:11 +00:00
Michael Jerris
8928d5f717 remove libvoipcodecs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15092 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-05 16:29:11 +00:00
Michael Jerris
107f913598 add --with-rundir configure param and -run freeswitch runtime param to adjust the location of the pid file (FSBUILD-188)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14768 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-04 18:26:15 +00:00
Stefan Knoblich
751c2894fb (Free)BSD sed is... strange..., fix for FSBUILD-184
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14479 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-08-10 20:57:40 +00:00
Michael Jerris
a7d94c99b4 build: fix compile on Mac OS X Snow Leopard 10.6 (FSBUILD-178)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14333 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-23 20:22:31 +00:00
Michael Jerris
01dec7254b use internal libtiff instead of system libtiff (please test)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14321 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-22 19:35:11 +00:00
Michael Jerris
b9f2bdfbe0 allow comments (using ##) in modules.conf
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14093 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-01 20:27:00 +00:00
Michael Jerris
764b7958bd special case
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14069 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-30 21:54:56 +00:00
Michael Jerris
afe7d97f08 fix issue on some shells
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14065 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-30 21:01:16 +00:00
Raymond Chandler
2b8a04f1d7 replace mod_radius_cdr's Makefile.am with Makefile that pulls freeradius-client source when needed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14053 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-30 17:59:18 +00:00
Michael Jerris
df33a43acf make libtool version detection more portable
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13926 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-23 22:32:06 +00:00
Andrew Thompson
9d6d8a1c5f Add -DHAVE_OPENSSL to openssl_CFLAGS if in fact we do have openssl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13924 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-23 21:23:44 +00:00
Michael Jerris
2ab491b1cd fix mac build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13823 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 21:40:22 +00:00
Andrew Thompson
5ed15f5555 put OPENSSL_CFLAGS and LIBS in modmake.rules.in at MikeJ's suggestion
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13820 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 20:39:08 +00:00
Andrew Thompson
65f6e2a23b Switch mod_event_multicast over to using a Makefile.in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13819 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 19:53:38 +00:00
Andrew Thompson
219a2ecc4b Use sofia's openssl configure checks in the toplevel configure script (OKed by MikeJ)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13814 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 16:11:53 +00:00
Michael Jerris
dfbd361b9d working on build integration for libunimrcp
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13793 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-16 22:41:26 +00:00
Michael Jerris
8bebb6f1b9 add configure check for getifaddrs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13597 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-03 22:15:08 +00:00
Michael Jerris
3c7961ccb0 poke
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13478 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 23:25:49 +00:00
Brian West
861bd2093e ZRTP Support please download your SDK from http://www.zfone.com and use build/buildzrtp.sh to build the lib.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13406 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-20 23:04:05 +00:00
Michael Jerris
bf98847191 attempt to remove regression caused by r13362
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13401 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-20 14:21:54 +00:00
Michael Jerris
21159328e7 add configure checks for tm->tm_gmtoff and tm->tm_zone (FSBUILD-160)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13362 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-15 18:19:30 +00:00
Stefan Knoblich
9611486742 Disable suncc visibility completely, still too many problems
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13148 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-25 18:10:27 +00:00
Michael Jerris
38b02f8bf6 make libtool version detection more robust
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12979 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-09 23:04:50 +00:00
Stefan Knoblich
0c0a4a5321 Add a fallback check in case libtool is not yet available in the builddir (get the version from build/config/ltmain.sh instead). print an error message and exit configure if that fails too
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12933 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-06 23:29:41 +00:00
Stefan Knoblich
771bc514c2 hmm, enclosing the libtool var in {} does not work? remove them for now...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12931 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-06 22:26:27 +00:00
Stefan Knoblich
4a77854bbc libtool detection code working now, put both checks together, add some info messages and a short note
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12929 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-06 21:59:48 +00:00
Michael Jerris
d39c47d896 add libtool major version detection to configure in prep for supporting both libtool 2.x and 1.5.x at the same time
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12927 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-06 21:28:00 +00:00
Michael Jerris
75adcf8c46 add libtool major version detection to configure in prep for supporting both libtool 2.x and 1.5.x at the same time
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12926 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-06 21:25:28 +00:00
Michael Jerris
02141e3048 add libtool major version detection to configure in prep for supporting both libtool 2.x and 1.5.x at the same time
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12922 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-06 19:54:30 +00:00
Andrew Thompson
ea0316b80f FSBUILD-142 (with approval from MikeJ)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12587 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-12 19:54:20 +00:00
Michael Jerris
99913ce3e4 silence some useless sun cc warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12462 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-05 16:14:35 +00:00
Michael Jerris
bb33c4e703 fix fs_cli build on solaris
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12160 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-19 05:32:49 +00:00
Michael Jerris
900907a205 fix suncc visibility support
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12109 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-17 19:25:42 +00:00
Michael Jerris
5bc860ac6a disable visibility on suncc for now
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12106 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-17 18:22:41 +00:00
Michael Jerris
749114b704 swap to new ilbc library
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12095 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-17 16:28:01 +00:00
Michael Jerris
ffe2ad4bbd API visibility support (GCC/SUNCC) (FSCORE-264)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12061 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-16 18:17:01 +00:00
Michael Jerris
11aeae3874 remove libresample
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12025 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-15 03:32:52 +00:00
Brian West
b4d1959d36 removing libresample
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12019 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-15 02:40:43 +00:00
Michael Jerris
1953ac5c5d tweak odbc detection
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11666 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-06 18:23:14 +00:00
Michael Jerris
cd788c1a7c change configure check order so auto-detected odbc still adds CoreFoundation on OS-X
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11629 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-04 02:03:26 +00:00
Michael Jerris
753fa8fb2f autoconf detect odbc library FSBUILD-8
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11615 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 20:31:24 +00:00
Michael Jerris
40f18d3014 fail configure if you don't have a working c++ compiler
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11603 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-02 23:04:08 +00:00
Brian West
9a9ba4c37e try to fix osx build when you --enable-core-odbc-support
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11323 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-20 21:55:27 +00:00
Michael Jerris
3ec59cdb34 fix esl solaris build (FSBUILD-104)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11310 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-20 16:29:32 +00:00
Brian West
5e85f13165 doh, remove mrcp
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11257 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-16 16:52:23 +00:00
Stefan Knoblich
7da7790b8b C&P fail
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10669 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-09 09:41:37 +00:00
Michael Jerris
911e4a0944 FSBUILD-84 add support for --switchconfdir
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10665 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-09 00:50:32 +00:00
Anthony Minessale
80eec6e5f3 detect c++ compile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9539 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-12 15:31:29 +00:00
Anthony Minessale
0214292463 don't require another configure when you just change the sound files version
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9480 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-08 18:10:28 +00:00
Anthony Minessale
e1fe36f182 fix freeswitch build if no libtiff installed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9433 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 06:32:23 +00:00
Michael Jerris
c986bb4406 spandsp build integration
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9426 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-03 19:44:49 +00:00
Brian West
3647b9d51a bump sounds version
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9336 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-20 23:41:40 +00:00
Michael Jerris
4fa611e5c9 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9080 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 21:25:17 +00:00
Michael Jerris
286362ca64 let configure figure out if we have the header files
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8889 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-03 17:08:46 +00:00
Michael Jerris
d811f46f4e don't error in spec file and set a version on trunk (FSBUILD-48)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8871 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-01 16:48:11 +00:00
Michal Bielicki
872c349fec tweak for gcc build on solaris
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8847 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-26 02:27:32 +00:00
Anthony Minessale
49ff246b7c bump to new sound files version
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8685 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-27 03:06:59 +00:00