Commit Graph

106 Commits

Author SHA1 Message Date
Michael Jerris 35faf803bc update project file headers to match changes from previous commits
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12274 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-25 06:52:52 +00:00
Michael Jerris c58d35ccbf followup to svn rev12272 to fix x64 build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12273 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-25 06:26:03 +00:00
Robert Joly c3513129f5 Added missing dependency on header file generator programs in 2005 solution file.
Shuffled where various compatibility items of code are amongst the headers in msvc directory so:

  Not too many warnings are disabled in source file that includes spandsp.h

  A copy of the msvc/spandsp.h file to spandsp/src directory so project that uses it only needs to add one directory to search, or can even just explicitly put the path in for the spandsp.h file.

  Removal of need for windows.h to be implicitly included by user source file via spandsp.h, can cause conflicts.

  Some symbol conflicts with other libraries.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12272 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-25 05:45:36 +00:00
Michael Jerris 843a1da0b2 use compiler intrinsics for windows x64 build (FSBUILD-131)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12246 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-23 17:56:59 +00:00
Michael Jerris 5467d03a96 generate spandsp header files to directory based on the ProjectDir instead of SolutionDir
Add spandsp header file generators to msvc build.
Remove generated spandsp header files from tree

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12223 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-21 21:37:48 +00:00
Michael Jerris 22a5408598 fix multi-core parallel msvc builds warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12220 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-21 20:25:08 +00:00
Michael Jerris 9f7693d8d6 fix dependencies so that msvc build works with build solution
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12219 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-21 19:38:47 +00:00
Michael Jerris 94839f0883 fix msvc 2005 header file generation when there are spaces in the directory names
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12218 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-21 19:22:25 +00:00
Michael Jerris 2c523830df update to snapshot spandsp-20090221
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12217 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-21 19:12:38 +00:00
Michael Jerris b948b11b93 Add auto-downloading libtiff to spandsp build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12212 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-21 00:03:22 +00:00
Michael Jerris bfeff174c9 add 2 additional generated headers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12211 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-21 00:01:51 +00:00
Michael Jerris 7cbd4857c7 remove file no longer needed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12208 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-20 22:44:26 +00:00
Michael Jerris 405171c212 merge in x64 build for msvc9
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12207 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-20 22:37:18 +00:00
Michael Jerris 6e09e414e0 make code generators automatically generate the headers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12202 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-20 21:52:34 +00:00
Michael Jerris 680c618db9 cleanup project files
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12201 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-20 21:23:27 +00:00
Michael Jerris c199053bcd cleanup msvc 2005 build warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12200 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-20 21:21:48 +00:00
Michael Jerris a52c9cf4a6 fix msvc release mode build errors
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12199 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-20 20:49:59 +00:00
Michael Jerris f04bc7435f add msvc 2005 project files
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12197 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-20 20:33:39 +00:00
Michael Jerris 9b295662e5 rename spandsp project files so we can add 2005 projects too.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12195 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-20 20:19:58 +00:00
Michael Jerris da557fd631 update to snapshot spandsp-20090220
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12190 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-20 18:30:05 +00:00
Michael Jerris b11b19af93 update to snapshot spandsp-20090216
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12188 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-20 18:28:09 +00:00
Michael Jerris 374a129094 update to snapshot spandsp-20090212
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12187 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-20 18:25:22 +00:00
Michael Jerris 6cd7446a20 update to snapshot spandsp-20090211
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12186 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-20 18:22:32 +00:00
Michael Jerris c21e6a048e revert 12212
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12185 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-20 18:08:55 +00:00
Robert Joly 925255f5b0 Renamed spandsp/libtiff VS2008 project files so can coexist with VS2005 files.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12122 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-17 23:27:33 +00:00
Michael Jerris b761924f34 fix gcc 4.3.2 build warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11655 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-05 16:21:18 +00:00
Michael Jerris ba5125a7e4 update to snapshot spandsp-20090205
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11654 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-05 15:54:02 +00:00
Michael Jerris efc4dcb0e1 turn off #warnings for now
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11628 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-04 01:27:55 +00:00
Michael Jerris 87f8e4eae0 remove generated file from tree
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11618 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 20:46:29 +00:00
Michael Jerris b4761bdaf3 fix windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11613 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 18:55:31 +00:00
Michael Jerris 8e5eed8999 update to snapshot spandsp-20090204
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11612 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 18:50:18 +00:00
Michael Jerris 356cfa02e8 fix windows build issues from snapshot spandsp-20090131
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11602 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-02 21:36:29 +00:00
Michael Jerris c14dacd56e update to snapshot spandsp-20090131
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11600 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-02 17:40:52 +00:00
Michael Jerris 7f6b03501d cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11599 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-02 17:13:25 +00:00
Michael Jerris b803ade94a add mod_fax to the windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11567 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-30 19:15:06 +00:00
Michael Jerris 60e498affd update to snapshot spandsp-20090130
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11563 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-30 17:00:50 +00:00
Michael Jerris 044c29ce5f build integration
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11556 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-29 17:07:18 +00:00
Michael Jerris 0c6090651d fix project file generation
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11554 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-29 05:17:27 +00:00
Michael Jerris 55b6a05689 cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11553 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-29 05:17:08 +00:00
Michael Jerris deedf9fd34 add src/msvc/config.h
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11551 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-29 04:55:54 +00:00
Michael Jerris fe94bda87b cleanup project files
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11550 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-29 04:54:08 +00:00
Michael Jerris bac1ea1549 cleanup to match snapshot
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11549 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-29 04:46:02 +00:00
Michael Jerris c3facf7d57 update to snapshot spandsp-20090129
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11548 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-29 04:00:33 +00:00
Michael Jerris 27b3142719 temporarily add generated headers for windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11543 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-28 19:50:00 +00:00
Michael Jerris 314ae8b6f3 update to snapshot spandsp-20090128
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11535 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-28 04:48:03 +00:00
Michael Jerris e64dca145e fix spandsp osx build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10579 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-03 18:39:05 +00:00
Anthony Minessale 03810d8bdb update to snapshot spandsp-20081001.tar.gz
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9773 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-01 04:10:45 +00:00
Anthony Minessale f515127f28 update to snapshot spandsp-20080928.tar.gz
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9772 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-01 04:08:43 +00:00
Anthony Minessale 738c0fc1dd update to snapshot spandsp-20080920.tar.gz
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9771 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-01 04:06:53 +00:00
Anthony Minessale 2825fb6e5b update to snapshot spandsp-20080919.tar.gz
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9770 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-01 03:59:45 +00:00
Anthony Minessale 7460c20ecd update to snapshot spandsp-20080916.tar.gz
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9769 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-01 03:56:17 +00:00
Anthony Minessale e503aa41d7 update to snapshot spandsp-20080913.tar.gz
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9768 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-01 03:54:17 +00:00
Anthony Minessale 1d99b900fd update to snapshot spandsp-20080911.tar.gz
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9767 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-01 03:52:36 +00:00
Anthony Minessale ea964d8fe6 update spandsp to use newest snapshot http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080910.tar.gz
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9493 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-09 17:04:42 +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
Michael Jerris 1e177dbd2b inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9425 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-03 19:02:00 +00:00