[x264-devel] Crosscompiling problem

Alexander Bokovikov openworld at uralweb.ru
Sun Jan 24 14:12:26 CET 2010


On 24.01.2010, at 16:00, Guillaume POIRIER wrote:

> Please send the config.mak file that's in your x264 directory

Here is it:

prefix=/usr/local
exec_prefix=${prefix}
bindir=${exec_prefix}/bin
libdir=${exec_prefix}/lib
includedir=${prefix}/include
ARCH=PPC
SYS=MACOSX
CC=gcc
CFLAGS=-O4 -ffast-math  -Wall -I. -falign-loops=16 -mdynamic-no-pic - 
faltivec -fastf -mcpu=G4 -DARCH_PPC -DSYS_MACOSX -DHAVE_PTHREAD -s - 
fomit-frame-pointer
LDFLAGS= -lm -lpthread -s
LDFLAGSCLI=
AR=ar
RANLIB=ranlib
STRIP=strip
AS=
ASFLAGS=
EXE=
VIS=no
HAVE_GETOPT_LONG=1
DEVNULL=/dev/null

-Alex


More information about the x264-devel mailing list