- 03 Feb, 2017 3 commits
-
-
Tom Finegan authored
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
-
Tom Finegan authored
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
-
Tom Finegan authored
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
-
- 02 Feb, 2017 2 commits
-
-
Tom Finegan authored
Darwin/Linux x86_64 only. BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: I1500c085f26066ac0108017b5155aba0f003427c
-
Tom Finegan authored
Change-Id: Ic8386743b1852ca1074528d04e2adc1d191b091b
-
- 24 Jan, 2017 1 commit
-
-
Tom Finegan authored
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: I713c8743a0a4fde4bfc860a5c2d73d53dd9645d9
-
- 20 Jan, 2017 1 commit
-
-
Tom Finegan authored
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: I762c7b8506833689e9bc356c4205840d4ee15cc8
-
- 19 Jan, 2017 1 commit
-
-
Tom Finegan authored
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
-
- 11 Nov, 2016 3 commits
-
-
Tom Finegan authored
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: I4fb81e606eb995951bd097c1746d1dea76718189
-
Tom Finegan authored
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: I91c0d86902e3ece290b3b23ba104df426cab51a6
-
Tom Finegan authored
- 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
-
- 10 Nov, 2016 1 commit
-
-
Tom Finegan authored
Generic only. BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: Ic4e3119be7febec5428a3b5f915a885745c2a36d
-
- 09 Nov, 2016 1 commit
-
-
Tom Finegan authored
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
-
- 08 Nov, 2016 1 commit
-
-
Tom Finegan authored
- 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
-
- 07 Nov, 2016 1 commit
-
-
Tom Finegan authored
- 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
-
- 31 Oct, 2016 2 commits
-
-
Tom Finegan authored
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
-
Tom Finegan authored
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
-