view src/protobuf-test.cpp @ 4076:7c123db86666

of-video: fix crash in of-video * src/of-video-1-fixes.patch: update patch for using av_malloc
author John Donoghue
date Fri, 08 Jan 2016 13:54:13 -0500
parents a69eb5b6d9a5
children
line wrap: on
line source

#include <google/protobuf/stubs/common.h>

int
main()
{
    GOOGLE_PROTOBUF_VERIFY_VERSION;
    google::protobuf::ShutdownProtobufLibrary();
    return 0;
}