head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 2009.05.01.09.30.14; author rse; state Exp; branches; next 1.2; commitid sOkeqpzJQCjCp9Mt; 1.2 date 2009.05.01.09.20.11; author rse; state Exp; branches; next 1.1; commitid 9iauJqP0Ov1am9Mt; 1.1 date 2009.03.08.11.18.29; author rse; state Exp; branches; next ; commitid wqk7295u9ozmKdFt; desc @@ 1.3 log @do not strip objects @ text @Index: configure --- configure.orig 2009-04-30 22:45:10 +0200 +++ configure 2009-05-01 11:25:24 +0200 @@@@ -244,7 +244,7 @@@@ ASFLAGS="$ASFLAGS -f elf" fi ;; - x86_64) + x86_64 | amd64 ) ARCH="X86_64" AS="yasm" if [ "$SYS" = MACOSX ];then @@@@ -399,8 +399,8 @@@@ fi if [ "$debug" != "yes" -a "$gprof" != "yes" ]; then - CFLAGS="$CFLAGS -s -fomit-frame-pointer" - LDFLAGS="$LDFLAGS -s" + CFLAGS="$CFLAGS -fomit-frame-pointer" + LDFLAGS="$LDFLAGS" fi if [ "$debug" = "yes" ]; then Index: encoder/analyse.c --- encoder/analyse.c.orig 2009-04-30 22:45:10 +0200 +++ encoder/analyse.c 2009-05-01 11:23:58 +0200 @@@@ -37,6 +37,10 @@@@ #include "analyse.h" #include "rdo.c" +#if defined(__FreeBSD__) +#define log2f(x) (logf((x)) / logf(2)) +#endif + typedef struct { /* 16x16 */ @ 1.2 log @get rid of git(1) complains, fix FreeBSD build, upgrade to latest version @ text @d3 1 a3 1 +++ configure 2009-05-01 11:08:33 +0200 d13 11 d26 1 a26 1 +++ encoder/analyse.c 2009-05-01 11:14:38 +0200 @ 1.1 log @improve packaging @ text @d2 2 a3 2 --- configure.orig 2009-03-05 22:45:09 +0100 +++ configure 2009-03-08 12:08:25 +0100 d13 14 @