Changes between Version 7 and Version 9 of Ticket #1937


Ignore:
Timestamp:
Jun 29, 2016 5:00:42 AM (8 years ago)
Author:
nanang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1937 – Description

    v7 v9  
    88Below is the steps to build and use libyuv: 
    99== For GNU targets == 
    10 1. By default, libyuv will always be built automatically. This automatic build can be disabled via configure script param {{{--disable-libyuv}}} or {{{--disable-video}}}, also it will not be built when ffmpeg swscale is detected. 
     101. By default, libyuv will always be built automatically. This automatic build can be disabled via configure script param {{{--disable-libyuv}}} or {{{--disable-video}}}. 
    11111. if you want to use external libyuv, specify {{{--with-external-libyuv}}} and set header/library search paths via CFLAGS and LDFLAGS environment variables. 
    1212