Re: Problem while make

Bj|rn Englund <[email protected]> Sat, 4 Feb 2006 11:55:30 +0100
Newsgroups gmane.comp.video.ogle.user
Message-ID <[email protected]>
Fri Feb 03 2006, Julien Landry wrote:

> ac3dec_wrap.c:51: error: static declaration of 'program_name' follows
> non-static declaration
> ../include/debug_print.h:7: error: previous declaration of 'program_name'
> was here

remove the 'static' on line 51 in ac3dec_wrap.c
or
use http://www.dtek.chalmers.se/~dvd/dist/ogle-0.9.2-cvs.tar.gz

/Bj|rn