我正在尝试编译支持 omx 和 mmal 的 ffmpeg,用于 Debian Jessie 上的 raspberry pi zero。Omx 似乎没问题,我libomxil-bellagio-dev
根据这个 stack overflow 答案获取了标头https://stackoverflow.com/questions/40175644/ffmpeg-hardware-acceleration-on-raspberry-pi?rq=1
但我无法让它识别 mmal — 我收到一个错误:mmal not found
。
我尝试克隆用户空间https://github.com/raspberrypi/userland.git
并将 mmal 文件夹复制到,但在运行 `时/usr/include
仍然出现错误mmal not found
./configure --enable-gpl --enable-nonfree --enable-mmal --enable-omx --enable-omx-rpi