mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-12 20:27:19 +00:00
tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10075 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
f6925f622d
commit
7a16dbec4c
@ -73,11 +73,15 @@ mpg123_handle *our_mpg123_new(const char* decoder, int *error)
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
|
x64++;
|
||||||
|
#else
|
||||||
if (sizeof(void *) == 4) {
|
if (sizeof(void *) == 4) {
|
||||||
arch = "i586";
|
arch = "i586";
|
||||||
} else {
|
} else {
|
||||||
x64++;
|
x64++;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if ((mh = mpg123_new(arch, NULL))) {
|
if ((mh = mpg123_new(arch, NULL))) {
|
||||||
if (x64) {
|
if (x64) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user