Граф коммитов

24 Коммитов

Автор SHA1 Сообщение Дата
Tom Finegan 3e24dc5855 Add CONFIG_CLPF support to the cmake build.
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76

Change-Id: I6fa298e6b9dd6b40bd2322a1b78c79d35a34fa93
2017-02-13 18:11:22 +00:00
Tom Finegan 7a07ece23b Include googletest cmake support.
- Same googletest release (v1.8.0), new root in third_party.
- Update Android.mk and make build (include and file locations).
- Update cmake build (use googletest's cmake support).
- Update gtest include in all tests.

BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76

Change-Id: I5491a2ff3c8869263cd885872c815402236c20b1
2017-02-13 18:11:11 +00:00
Tom Finegan 17ce8b170f Remove file base name collisions.
Change-Id: I1bf9002c159563d0e5238b26d1515ef305d416dc
2017-02-13 18:07:27 +00:00
Tom Finegan 0115691e3b Add CONFIG_INTERNAL_STATS support to the cmake build.
Includes CONFIG_AOM_HIGHBITDEPTH support for same.

BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76

Change-Id: I99893c8c3c7e163383f7297d0df777c9c21822fd
2017-02-07 08:53:33 -08:00
Tom Finegan 633b9539cd Add high bit depth support to the cmake build.
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76

Change-Id: Ibb5564989bd02cf3fec7b8e1d61d2dee1a96c42d
2017-02-07 16:33:58 +00:00
Tom Finegan ce4bcebed2 Fix cmake test_libaom build with CONFIG_AOM_HIGHBITDEPTH enabled.
- Comment out the sources that require CONFIG_MOTION_VAR.
- Add missing preproc wrap at the sites in test sources that
  require CONFIG_MOTION_VAR.

Change-Id: I703c2bfd829a579793ad55ae713973d327354473
2017-02-07 16:33:48 +00:00
Tom Finegan 263b39b873 Fix gtest build in cmake.
Change-Id: Ic6a99b82e92f8512bdd40d002aa6b904b768ae9a
2017-02-03 08:29:29 -08:00
Tom Finegan a488727fcf Remove CONFIG_AV1_TEMPORAL_DENOISING.
Clean up. Remove dead experiment/whatever.

Change-Id: I03cae9c9240e917595aa4a38b1d6d29a2ec19115
2017-02-03 08:21:21 -08:00
Tom Finegan e0578d1e93 Enable build of some sse2, ssse3, and sse4.1 tests via cmake.
Applies only to the tests that require only the presence of
compiler support. Tests that require an instrinsic flag and an
enabled experiment not included.

BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76

Change-Id: I1ba6ee80cadc3064068db04c15caf8cc2384ab3b
2017-02-03 08:20:33 -08:00
Tom Finegan 9412ec39ed Enable use of the Xcode IDE via cmake.
Xcode needs special handling when an executable target contains
no C++ sources, but links C++ dependencies.

BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76

Change-Id: Ifd4f6208c8f96386194691d45279df1e70a8fc17
2017-02-03 16:15:08 +00:00
Tom Finegan 81279803a1 Add cmake app targets to a list variable.
Allows for looping over app targets when all targets need
the same update.

BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76

Change-Id: If9e3f6ab50f06c8c26104942455e6bbfac485cb1
2017-02-03 16:14:59 +00:00
Tom Finegan a0c21f0455 Fix RTCD dependency problems in cmake make build.
Fixes make clean && make runs (single and multi job) via addition of
new target aom_rtcd that all lib targets depend on. Target includes
the RTCD definition perl files, the output H files, the C files and
rtcd.pl itself.

Also,
- Adds list of lib targets (used to propagate the aom_rtcd dep)
- Use the correct symbol for av1 RTCD gen (aom_av1_rtcd -> av1_rtcd)

BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76

Change-Id: Ia0e858220c4c2877c6e5f5ffed853be15c6cd711
2017-02-03 16:14:41 +00:00
Tom Finegan 50c5a7e9af Add support for x86_64 assembly and intrinsics to the cmake build.
Darwin/Linux x86_64 only.

BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76

Change-Id: I1500c085f26066ac0108017b5155aba0f003427c
2017-02-02 09:58:33 -08:00
Tom Finegan 0d3aeda300 Remove unused assembly sources and associated tests.
Change-Id: Ic8386743b1852ca1074528d04e2adc1d191b091b
2017-02-02 17:48:17 +00:00
Tom Finegan 7ba9ba80f0 Add test support to the cmake build.
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76

Change-Id: I713c8743a0a4fde4bfc860a5c2d73d53dd9645d9
2017-01-24 00:02:53 +00:00
Tom Finegan a89fe0e2fe Add support for aomdec and aomenc to the cmake build.
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76

Change-Id: I762c7b8506833689e9bc356c4205840d4ee15cc8
2017-01-20 00:35:35 +00:00
Tom Finegan 5b29d8de99 Fix cmake build.
Add CONFIG_UNPOISON_PARTITION_CTX to cmake configuration. Also, remove
deleted file from CMakeLists.txt.

BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76

Change-Id: Ic26c19c0a12d638eebe94fd1eecda4a3e6c85bfc
2017-01-19 23:30:47 +00:00
Tom Finegan 9cd9700d0f cmake: Add libyuv support
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76

Change-Id: I4fb81e606eb995951bd097c1746d1dea76718189
2016-11-11 16:04:42 +00:00
Tom Finegan 957fe82bc5 cmake: Add libwebm support.
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76

Change-Id: I91c0d86902e3ece290b3b23ba104df426cab51a6
2016-11-11 16:04:24 +00:00
Tom Finegan 03f6ca7664 cmake: Hook up example executable targets.
- Add object libraries for util sources shared by the examples.
- Excludes aomdec/aomenc.

BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76

Change-Id: Ica3758c25e3c735ea6f12317a6e93cd657550a35
2016-11-11 16:01:25 +00:00
Tom Finegan 6e9d0c150d cmake: Add RTCD generation.
Generic only.

BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76

Change-Id: Ic4e3119be7febec5428a3b5f915a885745c2a36d
2016-11-10 20:37:20 +00:00
Tom Finegan 23b120db22 cmake: Update source lists.
Update source file lists to stay in sync with the rest of aom.

BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76

Change-Id: Ief04b0d96949719bc6ff9ff10686f5f34c4d742c
2016-11-09 20:35:01 +00:00
Tom Finegan 973d4d56fa cmake: Add partial configure.
- Add minimal compiler flag testing.
- Generate aom_config.c and aom_config.h. Note: hard coded
  to generic-gnu values for now.
- Still a work in progress. This will not build anything.

BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76

Change-Id: Id65b42ea9f4c4f744d788660e2de7234886ce039
2016-11-08 01:51:12 +00:00
Tom Finegan fc6f23647d cmake support: A starting point.
Start adding cmake build support. This is based on the generic-gnu
target and will not build anything. It simply produces a project file
(when generating for a IDE) that can be loaded and that allows for
interaction with (most of) the aom sources used in a generic-gnu
build.

Notable missing pieces:
- flag testing
- config generation
- experiment configuration
- enable/disable encoder/decoder
- aomenc/aomdec
- all third party library build integration
- all tests

Change-Id: Iaeda0b03d58591a26a8fb54f63a2aa3b5354e3a6
2016-10-31 16:46:05 -07:00