Skip to content

Commit

Permalink
Merge pull request #155 from marler8997/more_build_instruction
Browse files Browse the repository at this point in the history
more build instruction
  • Loading branch information
iizukanao authored Feb 4, 2021
2 parents 6684cfe + 7babc32 commit 21f4ec8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ Download ffmpeg source and configure it:
```sh
$ git clone https://git.ffmpeg.org/ffmpeg.git
$ cd ffmpeg
$ git checkout n4.3 -b n4.3
# NOTE: for extra hw acceleration, include these flags in your ./configure below:
# --enable-mmal
# --enable-omx
# --enable-omx-rpi
$ ./configure --enable-libfdk-aac
(takes about one minute)
```
Expand Down

0 comments on commit 21f4ec8

Please sign in to comment.