Skip to content

Commit aeff3fa

Browse files
authored
Merge pull request #42 from tgerring/ffmpeg-omx
Hardware accelerated FFmpeg build, raspberrypi only
2 parents 19152b3 + 74a7f48 commit aeff3fa

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)