[XviD-devel] [RFC] Build process change for unix envs

jb13 jb13 at gomerbud.com
Thu Sep 25 07:22:53 CEST 2003


On Thu, Sep 25, 2003 at 03:13:55PM +0200, Edouard Gomez wrote:
> jb13 (jb13 at gomerbud.com) wrote:
> > What about:
> > $(OBLJECTS): platform.inc
> > .c.o	:
> > 	$(CC) ...
> 
> Hmmm, why did not i think about this before ? ;-)
> 
> I seems to work, I updated the patch, so grab it again and test with the
> standard FreeBSD make. It should relax the "generic rules" requirement.
> 
> The test is simple:
> $ ./bootstrap.sh
> $ ./configure
> $ make
>  should list all file compilations.
> $ $EDITOR platform.inc
>   write FEATURES=-D_DEBUG instead of just FEATURES=
>   or change whatever you want in the file (valid change of course)
> $ make

it work's with pmake. but i did get these ( unrelated ) errors

../../src/xvid.c: In function `detect_cpu_flags':
../../src/xvid.c:126: warning: variable `cpu_flags' might be clobbered by `longjmp' or `vfork'
  C: bitstream/bitstream.c
../../src/bitstream/bitstream.c: In function `read_video_packet_header':
../../src/bitstream/bitstream.c:140: warning: `time_increment' might be used uninitialized in this function



More information about the XviD-devel mailing list