search for: d__emx__

Displaying 2 results from an estimated 2 matches for "d__emx__".

Did you mean: __emx__
2010 Jul 13
0
Trying to compile 5.5p1
Hi I am trying to compile 5.5p1 for OS/2 ECS. But I am hitting an error on configure: configure:3484: checking whether byte ordering is bigendian configure:3517: gcc -c -D__EMX__ -DOS2 -D__ST_MT_ERRNO__ -O3 -mcpu=pentium3 co nftest.c >&5 configure:3523: $? = 0 configure:3555: gcc -c -D__EMX__ -DOS2 -D__ST_MT_ERRNO__ -O3 -mcpu=pentium3 co nftest.c >&5 conftest.c: In function `main': conftest.c:25: error: `not' undeclared (first use in this function)...
2016 Feb 18
0
Use opus-tools on Android
...ssible to use opus-tools on Android? OPUS is the first citizen in my app but not sure which flags I need to add to build this. LOCAL_CFLAGS := -w -std=gnu99 -O2 -DNULL=0 -DSOCKLEN_T=socklen_t -DLOCALE_NOT_USED -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 LOCAL_CFLAGS += -Drestrict='' -D__EMX__ -DOPUS_BUILD -DFIXED_POINT -DUSE_ALLOCA -DHAVE_LRINT -DHAVE_LRINTF -fno-math-errno LOCAL_CFLAGS += -DANDROID_NDK -DDISABLE_IMPORTGL -fno-strict-aliasing -fprefetch-loop-arrays -DAVOID_TABLES -DANDROID_TILE_BASED_DECODE -DANDROID_ARMV6_IDCT -ffast-math LOCAL_CPPFLAGS := -DBSD=1 -ffast-math -O3 -...