Skip to content

Commit

Permalink
Merge pull request #42 from tgerring/ffmpeg-omx
Browse files Browse the repository at this point in the history
Hardware accelerated FFmpeg build, raspberrypi only
  • Loading branch information
guysoft authored Jan 24, 2019
2 parents 19152b3 + 74a7f48 commit aeff3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/ffmpeg/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pushd /usr/src

git clone https://github.com/FFmpeg/FFmpeg.git
pushd FFmpeg
./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
make -j 2
checkinstall -y --fstrans=no
popd
Expand Down

0 comments on commit aeff3fa

Please sign in to comment.