[Freeswitch-svn] [commit] r10075 - freeswitch/trunk/src/mod/formats/mod_shout
Freeswitch SVN
mikej at freeswitch.org
Sun Oct 19 23:51:27 EDT 2008
Author: mikej
Date: Sun Oct 19 23:51:26 2008
New Revision: 10075
Modified:
freeswitch/trunk/src/mod/formats/mod_shout/mod_shout.c
Log:
tweak
Modified: freeswitch/trunk/src/mod/formats/mod_shout/mod_shout.c
==============================================================================
--- freeswitch/trunk/src/mod/formats/mod_shout/mod_shout.c (original)
+++ freeswitch/trunk/src/mod/formats/mod_shout/mod_shout.c Sun Oct 19 23:51:26 2008
@@ -73,11 +73,15 @@
}
} else {
+#ifdef WIN32
+ x64++;
+#else
if (sizeof(void *) == 4) {
arch = "i586";
} else {
x64++;
}
+#endif
if ((mh = mpg123_new(arch, NULL))) {
if (x64) {
More information about the Freeswitch-svn
mailing list