[FFmpeg-user] gas-preprocessor.pl unknown arch: 'ppc'

Pavel Koshevoy pkoshevoy at gmail.com
Sun Nov 16 02:33:52 CET 2014


On 11/15/14 18:13, Carl Eugen Hoyos wrote:
> Pavel Koshevoy <pkoshevoy <at> gmail.com> writes:
>
>> This happens on line 66 of gas-preprocessor.pl -- it checks
>> the $comments dictionary for 'ppc', doesn't find it and
>> gives up. I've worked around the problem locally by adding
>> 'ppc' => '#' to %comments on line 17.
> Finally tested and applied:
> https://github.com/FFmpeg/gas-preprocessor/commit/b5d6b2b7

That change looks wrong -- "ppc" => '#');
should be "ppc" => '#',

     Pavel



More information about the ffmpeg-user mailing list