[FFmpeg-devel] [PATCH] mips/hevcdsp: fix string concatenation on macros

James Almer jamrial at gmail.com
Fri Jul 31 01:47:24 CEST 2015


On 30/07/15 8:33 PM, Michael Niedermayer wrote:
> On Thu, Jul 30, 2015 at 07:31:13PM -0300, James Almer wrote:
>> Needed for old compilers like GCC 4.2
>> Tested by trac user brad. Fixes ticket #4745
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>>  libavcodec/mips/hevc_mc_bi_msa.c   |  4 ++--
>>  libavcodec/mips/hevc_mc_biw_msa.c  |  4 ++--
>>  libavcodec/mips/hevc_mc_uni_msa.c  |  4 ++--
>>  libavcodec/mips/hevc_mc_uniw_msa.c |  4 ++--
>>  libavcodec/mips/hevcdsp_mips.h     | 10 +++++-----
>>  libavcodec/mips/hevcdsp_msa.c      |  4 ++--
>>  6 files changed, 15 insertions(+), 15 deletions(-)
> 
> LGTM
> 
> thanks

Pushed.



More information about the ffmpeg-devel mailing list