- 23 May, 2017 1 commit
-
-
Tom Finegan authored
Move them from build/cmake/aom_configure.cmake to the CMakeLists.txt at the root of the repository. Change-Id: Ib39764abe0c3456414ba157ebc18fd7a052db0df
-
- 22 May, 2017 1 commit
-
-
Tom Finegan authored
Use CONFIG_AV1_{DE,EN}CODER to control decoder and encoder support inclusion instead. BUG=aomedia:76,aomedia:508 Change-Id: Ib150ae382b301885589f30d9b6e98d3bfdd1afce
-
- 15 May, 2017 1 commit
-
-
Tom Finegan authored
BUG=aomedia:76,aomedia:471 Change-Id: I7919e00d88ea448465dfb4c51b61a65a37b06060
-
- 10 May, 2017 1 commit
-
-
Tom Finegan authored
Supporting Emscripten requires modification of all uses of the target_link_libraries() function to match the form of the target_link_libraries() call in Emscripten.cmake. The AOM_LIB_LINK_TYPE variable has been added to allow for flexibility on the libaom side when using toolchains that behave similarly to Emscripten.cmake wrt target_link_libaries(). To use CMake for an Emscripten build, first install Emscripten, then: $ cmake path/to/aom -DCMAKE_TOOLCHAIN_FILE=path/to/Emscripten.cmake -DAOM_TARGET_CPU=generic BUG=aomedia:76,aomedia:468 Change-Id: I22c7df7912ecfdbc2a52180086b205cc8dcfc0c6
-
- 09 May, 2017 1 commit
-
-
Tom Finegan authored
Use RelWithDebInfo when CMAKE_BUILD_TYPE is empty in non-emscripten builds. BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: Ie1e8aba5949f28e66056e2efdff1a0fb26ad04bb
-
- 28 Apr, 2017 1 commit
-
-
Tom Finegan authored
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: I4525ba56d4d125e2e7de1c25ed8fcd56ff4cd33b
-
- 21 Apr, 2017 1 commit
-
-
Urvang Joshi authored
Exact same functions were present in two encoder binaries. BUG=aomedia:442 Change-Id: Ib169c29cee8ae40cbd71c26099a3339ec7143315
-
- 05 Apr, 2017 1 commit
-
-
Tom Finegan authored
This omits pkg-config related bits, but works otherwise. BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: Ib49c5231824b235923fcc610eebf89bf4676b13e
-
- 10 Mar, 2017 1 commit
-
-
Tom Finegan authored
- Use the FindwxWidgets (the cmake module) to detect library flags and handle include paths. - Update target to link in the libs located by FindwxWidgets. - Enable CONFIG_INSPECTION and warn at generation time when it's not present and CONFIG_ANALYZER is enabled. BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: Ica949107d199af9d8241ca639cc27753d4a30dfc
-
- 09 Mar, 2017 1 commit
-
-
Nathan E. Egge authored
Change-Id: I93da53eae42d91419cc5bb4d55e7ce87eadd2551
-
- 07 Mar, 2017 1 commit
-
-
Michael Bebenita authored
Change-Id: Id9159456084582b393c66c1b2c0bbb0a783350b0
-
- 06 Mar, 2017 1 commit
-
-
Tom Finegan authored
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=374 Change-Id: I03ee53cd36b2630eac3f6114e526953596ff3504
-
- 03 Mar, 2017 5 commits
-
-
Tom Finegan authored
The use of target_sources in combination with generator expressions is not supported before v3.5. Set min required version to v3.5. BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: Ifa1ea25e17ac58d631436c31ab9d4d9231e689f2
-
Tom Finegan authored
Also adds CONFIG_BITSTREAM_DEBUG support (because it was in aom_util/aom_util.mk, and that's partly the guidance here). BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: I971b4025e345fd7d6d766526059f74d8b6ff2ebd
-
Tom Finegan authored
Also, add TODO for rtcd target setup. BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: Ib2e4ecb30f0d2ce9b538986efdb1ac3117bd59df
-
Tom Finegan authored
- Stop abuse of the aom_util target to expose aom_ports includes to IDEs. - Create aom_ports target only on appropriate platforms. - Otherwise add the include only sources to the libaom target (aka abuse the libaom target instead of the aom_util target). BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: I82a27a0fc2d6ab13ea273726a4777e21ebdbd247
-
Tom Finegan authored
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: Ic9072ba53bc7b0b13b227a576ca3d4a691926385
-
- 01 Mar, 2017 2 commits
-
-
Tom Finegan authored
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: Id5b5d42199897c441549eb2115a4443e93f1989b
-
Tom Finegan authored
Removes a dupe. The CONFIG_MOTION_VAR testing support exists in test/test.cmake. - Remove the source file references. - Remove setup_aom_dsp_test_targets(). Change-Id: Ifa034582223641d6d89a3274ff293c1e65cbb73d
-
- 27 Feb, 2017 1 commit
-
-
Tom Finegan authored
- Move source list vars. - Split source list vars into common/decoder/encoder sources. - Move target definitions into function. - Split targets into common/decoder/encoder targets. - Update CMakeLists.txt to include test.cmake and call setup_aom_test_targets() at the appropriate time. BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: Icd9ce67593c2de7ebd5c8ef921e31517b6d20945
-
- 24 Feb, 2017 1 commit
-
-
Tom Finegan authored
Don't smash the value when assigning in CMakeLists.txt in case the list needs an update from elsewhere in the build. Change-Id: Icf1720f6bb4508e6a557c16dc229170f82d740b9
-
- 23 Feb, 2017 1 commit
-
-
Tom Finegan authored
- Move source list vars. - Split source list vars into common/decoder/encoder sources. - Move target definitions into function. - Split targets into common/decoder/encoder targets. - Update CMakeLists.txt to include aom_dsp.cmake and call setup_aom_dsp_targets() at the appropriate time. BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: I434d2e76b04cbccdbdcec7ca818b36b8ee1f840e
-
- 18 Feb, 2017 1 commit
-
-
Jean-Marc Valin authored
The result is identical to enabling both deringing and CLPF Change-Id: I71db5ba9e21fcaf11ad87e94841eaf80be58c0a8
-
- 15 Feb, 2017 1 commit
-
-
Tom Finegan authored
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: I3179fe9ec45ff1aab06cc8828d2bb34c141cca55
-
- 14 Feb, 2017 1 commit
-
-
Tom Finegan authored
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: Iced0b69e669aa39ff33a6ffa1dfc804d7ec9345f
-
- 13 Feb, 2017 8 commits
-
-
Tom Finegan authored
Change-Id: I1f715581e801f098097b44000d8e200a7d50f016
-
Tom Finegan authored
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: I196e343c25e31caffc214f609e5a2f7703b1202e
-
Tom Finegan authored
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: Ieec0ba8a7a6aec87a531a3daea09591034bb6d0f
-
Tom Finegan authored
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: I917896f377ce16bc7035311c3ecc2a6a3414b93c
-
Tom Finegan authored
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: Ia60540f27e2e3d286528f5be3e3d7044e3f615d1
-
Tom Finegan authored
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: I6fa298e6b9dd6b40bd2322a1b78c79d35a34fa93
-
Tom Finegan authored
- 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
-
Tom Finegan authored
Change-Id: I1bf9002c159563d0e5238b26d1515ef305d416dc
-
- 07 Feb, 2017 3 commits
-
-
Tom Finegan authored
Includes CONFIG_AOM_HIGHBITDEPTH support for same. BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: I99893c8c3c7e163383f7297d0df777c9c21822fd
-
Tom Finegan authored
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: Ibb5564989bd02cf3fec7b8e1d61d2dee1a96c42d
-
Tom Finegan authored
- 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
-
- 03 Feb, 2017 4 commits
-
-
Tom Finegan authored
Change-Id: Ic6a99b82e92f8512bdd40d002aa6b904b768ae9a
-
Tom Finegan authored
Clean up. Remove dead experiment/whatever. Change-Id: I03cae9c9240e917595aa4a38b1d6d29a2ec19115
-
Tom Finegan authored
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
-
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
-