view src/protobuf-test.cpp @ 4434:c38f5511f8a5

ffmpeg: update to 3.3.2 * src/ffmpeg.mk: update version, checksum, remove --enable-memalign-hack option
author John D
date Mon, 24 Jul 2017 11:36:17 -0400
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;
}