zoukankan      html  css  js  c++  java
  • 模拟器运行报错:ld: symbol(s) not found for architecture x86_64

    模拟器运行报错:

    报错信息如下:

    Undefined symbols for architecture x86_64:
      "_x264_encoder_open_142", referenced from:
          H264_Open_uni(int, int, int, int, int) in libPlayerSDKLib.a(ffcodec_uni.o)
          H264_Open(int, int, int, int, int) in RtSDK(ffcodec.o)
      "_x264_encoder_headers", referenced from:
          H264_Open_uni(int, int, int, int, int) in libPlayerSDKLib.a(ffcodec_uni.o)
          H264_Open(int, int, int, int, int) in RtSDK(ffcodec.o)
      "_x264_param_default", referenced from:
          H264_Open_uni(int, int, int, int, int) in libPlayerSDKLib.a(ffcodec_uni.o)
          H264_Open(int, int, int, int, int) in RtSDK(ffcodec.o)
      "_x264_param_apply_profile", referenced from:
          H264_Open_uni(int, int, int, int, int) in libPlayerSDKLib.a(ffcodec_uni.o)
          H264_Open(int, int, int, int, int) in RtSDK(ffcodec.o)
      "_x264_encoder_encode", referenced from:
          H264_EncodeFrame_uni(H264_Context*, unsigned char*, unsigned int, unsigned char**, unsigned int*) in libPlayerSDKLib.a(ffcodec_uni.o)
          H264_EncodeFrame(H264_Context*, unsigned char*, unsigned int, unsigned char**, unsigned int*) in RtSDK(ffcodec.o)
      "_x264_encoder_close", referenced from:
          H264_Open_uni(int, int, int, int, int) in libPlayerSDKLib.a(ffcodec_uni.o)
          H264_Close_uni(H264_Context*) in libPlayerSDKLib.a(ffcodec_uni.o)
          H264_Open(int, int, int, int, int) in RtSDK(ffcodec.o)
          H264_Close(H264_Context*) in RtSDK(ffcodec.o)
    ld: symbol(s) not found for architecture x86_64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)

    libPlayerSDKLib这个库有问题

    这个库包含在ffmpeg的库里面,

    把整个ffmpeg库替换就好了。

  • 相关阅读:
    Kafka基本命令
    Vue右键菜单
    ES6
    display: table-cell;的妙用
    关于git的总结
    js 数组的增删改查
    es6 import export 引入导出变量方式
    关于electron的跨域问题,有本地的图片的地址,访问不了本地的图片
    input type= file 如何更改自定义的样式
    vue.js 常用语法总结(一)
  • 原文地址:https://www.cnblogs.com/tufei7/p/10252381.html
Copyright © 2011-2022 走看看