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

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to