This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我的板子上芯片是AM3358,用的TI官主PSDK6.x的版本。
直接使用TI编译好的程序:/usr/share/qt5/examples/multimediawidgets/player ,是可以运行的。
把这目录下的代码,拷贝出来,自己重新编译,过程如下:
source environment-setup
qmake player.pro
make
把生成的player拷贝到目标板运行,就报错提示:
./player: error while loading shared libraries: libpulse-mainloop-glib.so.0: cannot open shared object file: No such file or directory
网上搜了,也没看到libpulse-mainloop-glib.so.0的解决办法。好像也没什么人遇到这个问题。但官方提供的源码及编译好的程序能运行,应该是能用的。