在钴宽带的开发过程中,我将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,宽带CE清洁发展机制版本- 3.0)
发布于 2017-06-15 08:49:32
错误消息包含所有细节。请根据Protobuf3.0.0编译libwidevine_cdm_shared.so。如果您没有自己编译它,请libwidevine_cdm_shared.so的作者根据Protobuf3.0.0编译它。
https://stackoverflow.com/questions/44561845
复制相似问题