gstreamer ios undefined symbol _gst_plugin_liveadder_register

ぃ、小莉子 提交于 2019-12-11 01:57:54

问题


I have tried to compile the gstreamer ios tutorial #3. I have built the iOS SDK from sources that I have checked out from git, the master tree, and then when I have tried to compile for iOS 9.2. I got the below link error which I have no explanation for. All help is much appreciated.

Undefined symbols for architecture arm64:
  "_gst_plugin_liveadder_register", referenced from:
  _gst_ios_init in gst_ios_init.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

来源:https://stackoverflow.com/questions/36127066/gstreamer-ios-undefined-symbol-gst-plugin-liveadder-register

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!