[Ffmpeg-devel] ffmpeg/libavformat/rtp.c does not compile

François Revol revol
Thu Mar 2 17:09:03 CET 2006


> I get the following compilation errors:
> 
> rtp.c: In function `rtp_parse_mp4_au':
> rtp.c:321: error: invalid operands to binary &

The definition of BE_16 in avcodec.h doesn't use &, so I guess your OS 
has 
its own definition of that macro, which might not be what the code 
expects 
it to be.
I guess you should grep your headers and see for yourself.
What's your OS anyway ?

Fran?ois.





More information about the ffmpeg-devel mailing list