include_directories(.)

# vp8 encoder sourse
add_library(vp8e_api OBJECT
    vp8e_api_v2.c
    )
