cmake HAVE_VIDEOTOOLBOX examples

wang-bin/QtAV src/CMakeLists.txt :163

check_c_source_compiles(
    "#include <libavcodec/videotoolbox.h>
    int main() {
        av_videotoolbox_alloc_context();
        return 0;
    }" HAVE_VIDEOTOOLBOX)