User Activity

  • Posted a comment on ticket #382 on mpg123

    As an alternative, I've attached an alternative patch that changes all SIZEOF_OFF_T to MPG123_SIZEOF_OFF_T. This patch was created by @sezero, another member of the SDL project.

  • Created ticket #382 on mpg123

    SIZEOF_OFF_T assertion error with cmake, mingw32, and mpg123 as a subproject

  • Posted a comment on ticket #380 on mpg123

    Trunk works :)

  • Modified a comment on ticket #380 on mpg123

    You suggested using __ANDROID__ there. __ANDROID__ is a built-in macro, whereas ANDROID is added by the CMake toolchain file. Reading the verbose build log, -DANDROID is correctly passed when compiling C sources, but not when assembling S sources.

  • Posted a comment on ticket #380 on mpg123

    You suggested using __ANDROID__ there. __ANDROID__ is a built-in macro, whereas ANDROID is added by the CMake toolchain file. Reading the build log, Reading the verbose build log, -DANDROID is correctly passed when compiling C sources, but not when assembling S sources.

  • Posted a comment on ticket #380 on mpg123

    Unrelated to the error, but would this patch make sense? diff --git a/src/libmpg123/tabinit_mmx.S b/src/libmpg123/tabinit_mmx.S index 077e19e7..332bcd22 100644 --- a/src/libmpg123/tabinit_mmx.S +++ b/src/libmpg123/tabinit_mmx.S @@ -10,7 +10,11 @@ #include "mangle.h" -.data +#ifndef __APPLE__ + .section .rodata +#else + .data +#endif ALIGN32 .globl ASM_NAME(INT123_costab_mmxsse) ASM_NAME(INT123_costab_mmxsse):

  • Created ticket #380 on mpg123

    Building mpg123 using non-legacy CMake toolchain fails

  • Posted a comment on ticket #376 on mpg123

    (not to self: read the chat history before posting) Apologies about the noise

View All

Personal Data

Username:
pacha2087
Joined:
2006-12-20 01:32:33

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB