windows build update to use more dynamic libs, fix some type issues, and fix jrtp build.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@862 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2006-03-17 02:45:19 +00:00
parent 0673070b11
commit a2c448e118
39 changed files with 4297 additions and 107 deletions
+1 -1
View File
@@ -466,7 +466,7 @@ struct switch_codec_interface {
/*! enumeration defining the type of the codec */
const switch_codec_type codec_type;
/*! the IANA code number */
int ianacode;
unsigned int ianacode;
/*! the IANA code name */
char *iananame;
/*! a list of codec implementations related to the codec */