Changes between Version 10 and Version 11 of Ticket #1937


Ignore:
Timestamp:
Jun 30, 2016 1:19:08 PM (8 years ago)
Author:
nanang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1937 – Description

    v10 v11  
    2121../../yuv/source/row_common.cc:1257: error: invalid types 'const signed char __vector__[int]' for array subscript 
    2222   }}} 
    23    Solution: use GCC 4.8 or newer. 
     23   Solution: use GCC 4.8 or newer, or if you don't need video feature, just disable libyuv (i.e: using configure script param {{{--disable-libyuv}}} or {{{--disable-video}}}). 
    2424 
    2525== For Visual Studio ==