Skip to content

Commit

Permalink
ffmpeg: Remove switch setting docdir to default
Browse files Browse the repository at this point in the history
```
build/configure:  --docdir=DIR             install documentation in DIR [PREFIX/share/doc/ffmpeg]
```
  • Loading branch information
pmenzel committed Nov 18, 2016
1 parent f577968 commit a6f4e1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ffmpeg.be0
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ mee_configure() {
--enable-libvpx \
--enable-libx264 \
--enable-libx265 \
--enable-x11grab \
--docdir=${DOCDIR}
--enable-x11grab
}

mee_build() {
Expand Down

0 comments on commit a6f4e1b

Please sign in to comment.