We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19152b3 + 74a7f48 commit aeff3faCopy full SHA for aeff3fa
src/modules/ffmpeg/start_chroot_script
@@ -22,7 +22,7 @@ pushd /usr/src
22
23
git clone https://github.com/FFmpeg/FFmpeg.git
24
pushd FFmpeg
25
- ./configure --arch=armel --target-os=linux --enable-gpl --enable-libx264 --enable-nonfree
+ ./configure --arch=armel --target-os=linux --enable-gpl --enable-libx264 --enable-nonfree --enable-mmal --enable-omx --enable-omx-rpi
26
make -j 2
27
checkinstall -y --fstrans=no
28
popd
0 commit comments