[XviD-devel] [Future PATCH] I need testers for unified Makefile

Christoph Lampert xvid-devel@xvid.org
Sun, 2 Feb 2003 23:40:17 +0100 (CET)


On Sun, 2 Feb 2003, Edouard Gomez wrote:

> Christoph Lampert (chl@math.uni-bonn.de) wrote:
> > So, where is the makefile? 
> 
> As i mentioned in my previous mail :-) it's there
> 
> http://ed.gomez.free.fr/

Oh, I didn't notice I had to download half your harddisk to 
get the makefile ;-) 

Okay, got it...

bash-2.05a$ ./configure
checking build system type... mips-sgi-irix6.5
checking host system type... mips-sgi-irix6.5
checking target system type... mips-sgi-irix6.5
checking whether to use default CFLAGS... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... ./install-sh -c
checking for processor type... mips
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking for int *... yes
checking size of int *... 4
checking whether byte ordering is bigendian... yes
checking for build extensions... .so .a .o
checking for specific LDFLAGS... -shared -lc -lm
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
configure: creating ./config.status
config.status: creating platform.inc



So far so good...


**** some Minutes of compiling later ****


bash-2.05a$ bzcat cactus.pgm.bz2 | ./xvid_stat -m 1
xvid_stat - XviD core library test program written by Christoph Lampert
2002

Trying to retreive width and height from PGM header
Frame     0: intra 1, enctime= 139.4 ms, size= 12470 bytes dectime =  79.1
ms PSNR 40.74
Frame     1: intra 0, enctime= 321.4 ms, size=  1067 bytes dectime =  23.0
ms PSNR 41.02
Frame     2: intra 0, enctime= 259.8 ms, size=  1212 bytes dectime =  24.3
ms PSNR 41.24
Avg. Q6 br 0900 ( 0.43 bpp) size   4916 (  983 kbps / 0.47
bpp) enc:    4.2 fps, dec:   23.7 fps
PSNR P(2): 41.13 ( 41.02 , 41.24 ; 0.0650 ) I(1): 40.74 ( 40.74 , 40.74
; 0.0000 )

---------------------------------------

Well done, GomGom, seems to work fine, except for the speeeeed (4 fps...)

gruel