jkramer / shell-fm

Lightweight console-based radio player for Last.FM radio streams.
227 stars 43 forks source link

Sound problem on Mac OS X 10.4 / 10.5 PowerPC (WORDS_BIGENDIAN) #52

Open maartenapple opened 12 years ago

maartenapple commented 12 years ago

After compiling shell-fm on Mac OS X 10.4.11 / 10.5.8 on two different PowerPC machines I got static noise when trying to use shell-fm.

I found the problem in the source code (play.c): WORDS_BIGENDIAN isn't recognized by Mac OS X, forcing to byteswap fixed the problem.

xehivs commented 12 years ago

Replacing WORDS_BIGENDIAN with __BIG_ENDIAN__ works too.

Wadyasafslsa commented 3 years ago

بعد تجميع shell-fm على نظام التشغيل Mac OS X 10.4.11 / 10.5.8 على جهازي PowerPC مختلفين ، حصلت على ضوضاء ثابتة عند محاولة استخدام shell-fm.

لقد وجدت المشكلة في التعليمات البرمجية المصدر (play.c): لم يتم التعرف على WORDS_BIGENDIAN بواسطة نظام التشغيل Mac OS X ، مما أدى إلى إصلاح byteswap للمشكلة.