Changes between Version 7 and Version 9 of Ticket #1937
- Timestamp:
- Jun 29, 2016 5:00:42 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1937 – Description
v7 v9 8 8 Below is the steps to build and use libyuv: 9 9 == 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.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}}}. 11 11 1. if you want to use external libyuv, specify {{{--with-external-libyuv}}} and set header/library search paths via CFLAGS and LDFLAGS environment variables. 12 12