Skip to content
  • Thomas Daede's avatar
    Use CMake-built objects for encoder. · 47ff9626
    Thomas Daede authored and Thomas Daede's avatar Thomas Daede committed
    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.
    47ff9626