在钴的广泛发展期间

时间:2017-06-15 07:57:38

标签: cobalt widevine

  • 当前状态

在开发nano中的broadvine时,我将libwidevine_cdm_shared.so文件放入钴中,并出现以下问题。

    libprotobuf FATAL ../../third_party/protobuf/src/google/protobuf/stubs/common.cc:89] This program was compiled against versionterminate called after throwing an instance of 'google::protobuf::FatalException'
    what():  This program was compiled against version 2.5.0 of the Protocol Buffer runtime library, which is not compatible with the installed version (3.0.0).  Contact the program author for an update.  If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library.  (Version verification failed in "/home1/green/lekail/Widevine/SDK_Source/out/amlogic/Debug/obj/gen/protoc_out/device_files.pb.cc".)

有什么问题?

(钴版 - RC9,Widevine CE CDM版-3.0)

1 个答案:

答案 0 :(得分:0)

错误消息包含所有详细信息。 请针对protobuf 3.0.0编译libwidevine_cdm_shared.so。如果您没有自己编译,请让libwidevine_cdm_shared.so的作者针对protobuf 3.0.0进行编译。