tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] compiling ffmpeg with tcc


From: Jens Arm
Subject: [Tinycc-devel] compiling ffmpeg with tcc
Date: Tue, 22 Apr 2003 12:06:46 +0200

Hi

Here I get errors, too:


address@hidden ffmpeg]$ ./configure --enable-mp3lame --enable-vorbis --cc=tcc
Install prefix   /usr/local
Source path      /home/tux/compile/ffmpeg
C compiler       tcc
make             make
CPU              x86
Big Endian       no
MMX enabled      yes
Vector Builtins  no
gprof enabled    no
zlib enabled     yes
mp3lame enabled  yes
vorbis enabled   yes
a52 support      yes
a52 dlopened     no
pp support       yes
shared pp        no
Video hooking    yes
risky / patent encumbered codecs yes
optimize for size no
Imlib2 support   no
freetype support yes
Creating config.mak and config.h
address@hidden ffmpeg]$ make
make -C libavcodec all
make[1]: Entering directory `/home/tux/compile/ffmpeg/libavcodec'
tcc -O3 -Wall -g -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o common.o common.c 
tcc -O3 -Wall -g -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o utils.o utils.c 
utils.c:316: unrecognized character \x00
make[1]: *** [utils.o] Error 1
make[1]: Leaving directory `/home/tux/compile/ffmpeg/libavcodec'
make: *** [lib] Error 2


Jens




reply via email to

[Prev in Thread] Current Thread [Next in Thread]