Open maartenapple opened 12 years ago
Replacing WORDS_BIGENDIAN with __BIG_ENDIAN__ works too.
بعد تجميع shell-fm على نظام التشغيل Mac OS X 10.4.11 / 10.5.8 على جهازي PowerPC مختلفين ، حصلت على ضوضاء ثابتة عند محاولة استخدام shell-fm.
لقد وجدت المشكلة في التعليمات البرمجية المصدر (play.c): لم يتم التعرف على WORDS_BIGENDIAN بواسطة نظام التشغيل Mac OS X ، مما أدى إلى إصلاح byteswap للمشكلة.
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.