xiph / rav1e

The fastest and safest AV1 encoder.
BSD 2-Clause "Simplified" License
3.63k stars 246 forks source link

Support building libaom decode_test against both master and v1.0.0 API #2304

Open tdaede opened 4 years ago

tdaede commented 4 years ago

Currently it only builds against v1.0.0, which is obnoxious for local testing because most systems have the master API installed via their package manager.

lu-zero commented 4 years ago

What is the change in the API?

lu-zero commented 4 years ago

I opened https://github.com/xiph/rav1e/pull/2323 to support aom 2.0. I wouldn't use aom-1.0 now that the new version is released.