]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorMichael Jerris <mike@jerris.com>
Mon, 20 Oct 2008 03:51:26 +0000 (03:51 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 20 Oct 2008 03:51:26 +0000 (03:51 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10075 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/formats/mod_shout/mod_shout.c

index 008755f7fc54e31682fe1e10c3c8bb217c60322c..90f4d7b2f27982202c106e4608fff487e7cf7932 100644 (file)
@@ -73,11 +73,15 @@ mpg123_handle *our_mpg123_new(const char* decoder, int *error)
                }
        } else {
 
+#ifdef WIN32
+               x64++;
+#else
                if (sizeof(void *) == 4) {
                        arch = "i586";
                } else {
                        x64++;
                }
+#endif
 
                if ((mh = mpg123_new(arch, NULL))) {
                        if (x64) {