-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot compile FFmpeg #24
Comments
That's a new one. Are you compiling this on a Raspberry Pi, and which model? |
It was latest lite OS image for RPI3. Finally I was able to setup everything on legacy OS image, what is raspbian buster. Thank you for great script! |
I want to confirm that I receive this error with latest raspbian 32bits when I tried to configure ffmpeg: alin@raspberrypi:~/FFmpeg $ sudo ./configure --arch=armel --target-os=linux --enable-gpl --enable-omx --enable-omx-rpi --enable-nonfree --enable-libfreetype --enable-libx264 --enable-libmp3lame --enable-mmal --enable-indev=alsa --enable-outdev=alsa --extra-ldflags="-latomic" If you think configure made a mistake, make sure you are using the latest How to repro:
compile ffmpeg with HW encoder: sudo ./configure --arch=armel --target-os=linux --enable-gpl --enable-omx --enable-omx-rpi --enable-nonfree --enable-libfreetype --enable-libx264 --enable-libmp3lame --enable-mmal --enable-indev=alsa --enable-outdev=alsa --extra-ldflags="-latomic" Let me know if you want me to run any tests/provide more data. Thank you, |
I reached the same error, on a Pi Zero W with 32 bit Raspberry Pi OS Debian 11 (bullseye) September 2022 Rather than downgrading the OS, I tried removing the omx options (omx seems to be deprecated, and v4l2m2m seems to be a good alternative): |
Fixed in 1.7, thanks for the details! https://github.com/cdgriffith/pi_streaming_setup/releases/tag/1.7 |
Hi, during compilation I'm getting following:
ERROR: OpenMAX IL headers from raspberrypi/firmware not found
how to correct?
Thanks,
Vladimir #
The text was updated successfully, but these errors were encountered: