[MPlayer-dev-eng] libmpdemux/stream.h missing stdint.h?

Steven M. Schultz sms at 2BSD.COM
Sun Jan 6 19:39:26 CET 2002


Hello!

> From: pl <p_l at tfz.net>
> > 	The problem appears to be a missing "#include <stdint.h>" to get
> > 	the uint64_t data type.

> Thanks. It should be fixed.

	Hmmm, I just did a 'cvs update' and it would seem the change didn't
	"stick":

gcc -c -O4 -march=i686 -mcpu=i686 -pipe -ffast-math -fomit-frame-pointer -D_THREAD_SAFE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibmpdemux -Iloader -Ilibvo   -o dec_audio.o dec_audio.c
In file included from dec_audio.c:15:
libmpdemux/stream.h:99: syntax error before `stream_read_qword'
libmpdemux/stream.h: In function `stream_read_qword':
libmpdemux/stream.h:100: syntax error before `y'
libmpdemux/stream.h:101: `y' undeclared (first use in this function)
libmpdemux/stream.h:101: (Each undeclared identifier is reported only once
libmpdemux/stream.h:101: for each function it appears in.)
dec_audio.c: In function `decode_audio':
dec_audio.c:1193: warning: passing arg 2 of pointer to function from incompatible pointer type

	Cheers,
	Steven Schultz
	sms at 2bsd.com



More information about the MPlayer-dev-eng mailing list