Skip to content

Commit 74a7f48

Browse files
committed
Hardware accelerated FFmpeg build
1 parent 19152b3 commit 74a7f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/ffmpeg/start_chroot_script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pushd /usr/src
2222

2323
git clone https://github.com/FFmpeg/FFmpeg.git
2424
pushd FFmpeg
25-
./configure --arch=armel --target-os=linux --enable-gpl --enable-libx264 --enable-nonfree
25+
./configure --arch=armel --target-os=linux --enable-gpl --enable-libx264 --enable-nonfree --enable-mmal --enable-omx --enable-omx-rpi
2626
make -j 2
2727
checkinstall -y --fstrans=no
2828
popd

0 commit comments

Comments
 (0)