Martin Storsjö <[email protected]> writes: > On Fri, 20 May 2011, Maksym Veremeyenko wrote: > >> Hi, >> >> Commit >> http://git.libav.org/?p=libav.git;a=commitdiff;h=918d0584a452bf76264e717006f2cfc40b0de21f >> breaks libavcodec/libmp3lame.c compilation due to remove including >> get_bits.h: >> >> libavcodec/libmp3lame.c: In function 'mp3len': >> libavcodec/libmp3lame.c:112:5: error: implicit declaration of function >> 'AV_RB32' >> >> before that commit: >> >> libmp3lame.c includes mpegaudio.h >> mpegaudio.h includes get_bits.h >> get_bits.h includes bytestream.h >> bytestream.h defines AV_RB32 > > As far as I know, it's libavutil/intreadwrite.h that defines AV_RB32. But > except for that, the patch should be ok.
Correct. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
