2017-06-15 57 views
0
  • 當前狀態

發展過程中的Widevine的鈷的發展,我把libwidevine_cdm_shared.so文件到鈷和發生以下問題。期間的Widevine的鈷

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)

回答

0

在錯誤信息所有的細節。 請根據protobuf 3.0.0編譯libwidevine_cdm_shared.so。如果你沒有自己編譯它,請讓libwidevine_cdm_shared.so的作者對protobuf 3.0.0進行編譯。

+0

謝謝你的回覆 – joshua787