[vlc-devel] [regression] compile breakage from avcodec patches
jpd at m2x.nl
jpd at m2x.nl
Wed May 6 09:16:41 CEST 2009
On Tue, May 5, 2009 20:32, Laurent Aimar wrote:
> On Tue, May 05, 2009, jpd at m2x.nl wrote:
>> On Tue, May 5, 2009 12:46, Laurent Aimar wrote:
>> > On Tue, May 05, 2009, jpd at m2x.nl wrote:
>> >> On a recently (yesterday) updated fedora 10 with the stock ffmpeg
>> >> installed:
>> >> ffmpeg-devel.i386 0.4.9-0.55.20080908.fc10
>> >> ffmpeg-libs.i386 0.4.9-0.55.20080908.fc10
>> >>
>> >> the following two commits need to be reverted to compile. Note that a
>
> I have added a check at compile time in
> [83f58a5076e659f63f47575c0c350b58367eaff0]
That appears to open up a whole new can of worms:
modules/codec/avcodec/audio.c:395: error: 'CH_FRONT_LEFT' undeclared here
(not in a function)
modules/codec/avcodec/audio.c:396: error: 'CH_FRONT_RIGHT' undeclared here
(not in a function)
modules/codec/avcodec/audio.c:397: error: 'CH_FRONT_CENTER' undeclared here
(not in a function)
modules/codec/avcodec/audio.c:398: error: 'CH_LOW_FREQUENCY' undeclared here
(not in a function)
modules/codec/avcodec/audio.c:399: error: 'CH_BACK_LEFT' undeclared here
(not in a function)
modules/codec/avcodec/audio.c:400: error: 'CH_BACK_RIGHT' undeclared here
(not in a function)
[... and so on, up to ...]
modules/codec/avcodec/audio.c:414: error: 'CH_STEREO_RIGHT' undeclared here
(not in a function)
I lazily assume use of those CH_* constants are introduced by the same patch?
More information about the vlc-devel
mailing list