[FFmpeg-cvslog] r9344 - in trunk: libavcodec/aac_ac3_parser.h libavcodec/atrac3data.h libavcodec/bitstream.h libavcodec/bmp.h libavcodec/bytestream.h libavcodec/cookdata.h libavcodec/dcadata.h libavcodec/dcahuff.h libavcodec/dnxhddata.h libavcodec/dvdata.h libavcodec/faandct.h libavcodec/golomb.h libavcodec/h261data.h libavcodec/h263_parser.h libavcodec/h263data.h libavcodec/h264data.h libavcodec/imcdata.h libavcodec/indeo2data.h libavcodec/indeo3data.h libavcodec/jpeglsdec.h libavcodec/mathops.h libavcodec/mpcdata.h libavcodec/mpeg12data.h libavcodec/mpeg4data.h libavcodec/mpegaudiodectab.h libavcodec/mpegaudiotab.h libavcodec/msmpeg4tab.h libavcodec/opt.h libavcodec/qdm2data.h libavcodec/rangecoder.h libavcodec/ratecontrol.h libavcodec/rl.h libavcodec/rle.h libavcodec/rtjpeg.h libavcodec/s3tc.h libavcodec/simple_idct.h libavcodec/sp5x.h libavcodec/svq1_cb.h libavcodec/svq1_vlc.h libavcodec/tiff.h libavcodec/truemotion1data.h libavcodec/truespeech_data.h libavcodec/vc1acdata.h libavcodec/vc1data.h libavcodec/vorbis_enc_data.h libavcodec/vp3data.h libavcodec/vp5data.h libavcodec/wmadata.h libavformat/allformats.h libavformat/asf.h libavformat/avio.h libavformat/dv.h libavformat/isom.h libavformat/mpegts.h libavformat/riff.h libavformat/rtp.h libavformat/rtp_h264.h libavformat/rtp_internal.h libavformat/rtsp.h libavutil/adler32.h libavutil/aes.h libavutil/base64.h libavutil/bswap.h libavutil/crc.h libavutil/fifo.h libavutil/integer.h libavutil/internal.h libavutil/intreadwrite.h libavutil/md5.h libavutil/rational.h libavutil/sha1.h libavutil/softfloat.h

Reimar Döffinger Reimar.Doeffinger
Tue Jul 3 09:08:51 CEST 2007


Hello,
On Mon, Jul 02, 2007 at 10:18:11PM +0200, Balatoni Denes wrote:
> Sorry for the late notice, but including stdint.h is not a very good idea on 
> solaris 8 (sparc only?), as only sys/types.h exists.
> Now I don't know how important solaris 8 support is, as it is about the same 
> age as eg. gcc 2.95 - 6-7 years that is. Of course compilation was already 
> broken on that OS, but this change made it really worthless trying compiling 
> anymore ;)

Well, if that is your only problem you probably have inttypes.h? In that
case you could try the really hackish way and just make stdint.h a link
to inttypes.h ;-)

Greetings,
Reimar D?ffinger




More information about the ffmpeg-cvslog mailing list