Hi!

On 01/01/12 22:54, Malte Schünemann wrote:

> Thanks for the hint - I obediently followed advise - not the version 
> (from file VERSION) is 0.6.2-alpha - however, I still get
> 
> ...
> gcc -O3 -Wall -Wno-switch -DHAVE_AV_CONFIG_H -I.. 
> -I'/home/wiesel/src/dvbcut/dvbcut/ffmpeg.src'/libavutil 
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o 
> bitstream.o bitstream.c
> In file included from bitstream.c:29:0:
> bitstream.h: In function ‘skip_bits’:
> bitstream.h:632:1: warning: variable ‘re_cache’ set but not used 
> [-Wunused-but-set-variable]
> bitstream.h: In function ‘init_get_bits’:
> bitstream.h:703:1: warning: variable ‘re_cache’ set but not used 
> [-Wunused-but-set-variable]
> gcc -O3 -Wall -Wno-switch -DHAVE_AV_CONFIG_H -I.. 
> -I'/home/wiesel/src/dvbcut/dvbcut/ffmpeg.src'/libavutil 
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o utils.o 
> utils.c
> In file included from utils.c:28:0:
> dsputil.h:601:31: error: static declaration of ‘lrintf’ follows 
> non-static declaration

Seems your compiler/c++ library has lrintf, but ffmpeg.src/configure
doesn't find it. Since you're running the latest Ubuntu, I assume you're
using gcc 4.6.1, so I tried to compile with that version, and it works
on my system.

Can you please run the command

grep LRINTF ffmpeg.src/config.h

and tell me whether it found the line

"#define HAVE_LRINTF 1"

?
-- 
Michael "Tired" Riepe <mich...@mr511.de>
X-Tired: Each morning I get up I die a little

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
DVBCUT-user mailing list
DVBCUT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to