Re: [FFmpeg-devel] [PATCH] configure: fix build error with freetype2 during preprocessing

2015-10-09 Thread Ganesh Ajjanagadde
On Sat, Sep 5, 2015 at 11:24 PM, Ganesh Ajjanagadde wrote: > On Sat, Sep 5, 2015 at 8:21 PM, Ganesh Ajjanagadde wrote: >> On Sat, Sep 5, 2015 at 8:08 AM, proud zhu wrote: >>> this patch fix the below error when build with --enable-libfreetype >>> libavfilter/avf_showcqt.c:38:10: error: #include

Re: [FFmpeg-devel] [PATCH] configure: fix build error with freetype2 during preprocessing

2015-09-05 Thread Ganesh Ajjanagadde
On Sat, Sep 5, 2015 at 8:21 PM, Ganesh Ajjanagadde wrote: > On Sat, Sep 5, 2015 at 8:08 AM, proud zhu wrote: >> this patch fix the below error when build with --enable-libfreetype >> libavfilter/avf_showcqt.c:38:10: error: #include expects "FILENAME" or >> >> #include FT_FREETYPE_H > > I noticed

Re: [FFmpeg-devel] [PATCH] configure: fix build error with freetype2 during preprocessing

2015-09-05 Thread Ganesh Ajjanagadde
On Sat, Sep 5, 2015 at 8:08 AM, proud zhu wrote: > this patch fix the below error when build with --enable-libfreetype > libavfilter/avf_showcqt.c:38:10: error: #include expects "FILENAME" or > > #include FT_FREETYPE_H I noticed that this does not affect clang, while it does affect gcc. Note tha

[FFmpeg-devel] [PATCH] configure: fix build error with freetype2 during preprocessing

2015-09-05 Thread proud zhu
this patch fix the below error when build with --enable-libfreetype libavfilter/avf_showcqt.c:38:10: error: #include expects "FILENAME" or #include FT_FREETYPE_H From a13f1e9a60889febe600ab83d481564abb8b005c Mon Sep 17 00:00:00 2001 From: proudzhu Date: Sat, 5 Sep 2015 22:30:20 +0800 Subject: [PA