Use CMake-built objects for encoder.
Previously we built encoder objects directly in build.rs with cc, but now build them with CMake just like the common and decoder objects. This also removes the duplicate aom_build/*.h files.
Showing
- aom_build/aom 1 addition, 1 deletionaom_build/aom
- aom_build/aom_config.h 0 additions, 137 deletionsaom_build/aom_config.h
- aom_build/aom_dsp_rtcd.h 0 additions, 4095 deletionsaom_build/aom_dsp_rtcd.h
- aom_build/av1_rtcd.h 0 additions, 353 deletionsaom_build/av1_rtcd.h
- build.rs 1 addition, 9 deletionsbuild.rs
Loading
Please register or sign in to comment