3 Commits

Author SHA1 Message Date
Frank Barchard
74bd6d93c6 Use grep extended regex for version
- Uses grep extended regex to extract version information
  rather than perl regex, which isn't supported on macOS

Co-authored-by: trevormcguire@google.com

Bug: 277348774
Change-Id: Ifa37207ae360350f0a96c1248bf6407005c00096
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/6011548
Reviewed-by: Ben Weiss <bweiss@google.com>
2024-11-13 02:11:17 +00:00
Vignesh Venkatasubramanian
02b8b88548 Reduce cmake verbosity and update min version
These changes were landed in the android's snapshot of libyuv.

Pushing those to upstream so that they can be kept in sync.

Android changes:
http://aosp/1949358
http://ag/17942984

Bug: b/241008246
Change-Id: Id0bcff13e2e6ad5a132141a50ccdfd72f551113d
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3803131
Reviewed-by: Frank Barchard <fbarchard@chromium.org>
Commit-Queue: Mirko Bonadei <mbonadei@chromium.org>
Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
2022-08-03 06:59:54 +00:00
Frank Barchard
33f52bdac9 Add installer builds to cmake for linux
cd ~/my_projects/libyuv
git pull
mkdir cbuild  # (for out-of-source builds)
cd cbuild
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j4
make package

BUG=libyuv:673
TEST=make package

Change-Id: Ia449cbfd0bc118cc90c8648f8199a0526b7ae2a2
Reviewed-on: https://chromium-review.googlesource.com/433440
Commit-Queue: Frank Barchard <fbarchard@google.com>
Reviewed-by: Henrik Kjellander <kjellander@chromium.org>
2017-01-26 23:05:17 +00:00