Skip to content

Commit

Permalink
Hardware accelerated FFmpeg build
Browse files Browse the repository at this point in the history
  • Loading branch information
tgerring committed Jan 23, 2019
1 parent 19152b3 commit 74a7f48
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 74a7f48

Please sign in to comment.