On Sun, Oct 25, 2015 at 9:51 AM, Michael Niedermayer
<mich...@niedermayer.cc> wrote:
> On Sun, Oct 25, 2015 at 08:43:07AM +0700, Muhammad Faiz wrote:
>>  doc/filters.texi          |  181 +++--
>>  libavfilter/avf_showcqt.c | 1546 
>> +++++++++++++++++++++++++++++++---------------
>>  libavfilter/avf_showcqt.h |  104 +++
>>  libavfilter/version.h     |    2
>>  4 files changed, 1294 insertions(+), 539 deletions(-)
>> 3f83a0d334d780da3defa7d1fa3f09b3beb1db2d  
>> 0001-avfilter-avf_showcqt-rewrite-showcqt-and-add-feature.patch
>> From 337a659f96ef5dcf87aad1d541e745b7c262cbb9 Mon Sep 17 00:00:00 2001
>> From: Muhammad Faiz <mfc...@gmail.com>
>> Date: Sat, 24 Oct 2015 00:44:42 +0700
>> Subject: [PATCH] avfilter/avf_showcqt: rewrite showcqt and add features
>
> this fails to build on "arm-linux-gnueabi-gcc-4.5 (Ubuntu/Linaro 
> 4.5.3-12ubuntu2) 4.5.3"
> In file included from ffmpeg/libavfilter/avf_showcqt.c:41:0:
> ffmpeg/libavfilter/avf_showcqt.h:39:30: warning: declaration does not declare 
> anything
> ffmpeg/libavfilter/avf_showcqt.h:40:30: warning: declaration does not declare 
> anything
> ffmpeg/libavfilter/avf_showcqt.c: In function ‘rgb_from_cqt’:
> ffmpeg/libavfilter/avf_showcqt.c:668:13: error: ‘ColorFloat’ has no member 
> named ‘r’
> ffmpeg/libavfilter/avf_showcqt.c:669:13: error: ‘ColorFloat’ has no member 
> named ‘g’
> ffmpeg/libavfilter/avf_showcqt.c:670:13: error: ‘ColorFloat’ has no member 
> named ‘b’
> ffmpeg/libavfilter/avf_showcqt.c: In function ‘yuv_from_cqt’:
> ffmpeg/libavfilter/avf_showcqt.c:682:13: error: ‘ColorFloat’ has no member 
> named ‘y’
> ffmpeg/libavfilter/avf_showcqt.c:683:13: error: ‘ColorFloat’ has no member 
> named ‘u’
> ffmpeg/libavfilter/avf_showcqt.c:684:13: error: ‘ColorFloat’ has no member 
> named ‘v’


revision: do not use anonymous struct, it seems it is not supported on
some platforms

thanks

Attachment: 0001-avfilter-avf_showcqt-rewrite-showcqt-and-add-feature.patch
Description: Binary data

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

Reply via email to