Skip to content

Commit

Permalink
ffmpeg: fix build
Browse files Browse the repository at this point in the history
mipsdspr1 configure option has been renamed to mipsdsp

Signed-off-by: Mike Looijmans <milo@openpli.org>
  • Loading branch information
blzr authored and Mike Looijmans committed Mar 26, 2016
1 parent 847b799 commit 775bdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-openpli/recipes-multimedia/ffmpeg/ffmpeg_3.%.bbappend
Expand Up @@ -2,4 +2,4 @@ RSUGGESTS_${PN} = ""

PACKAGECONFIG ="gpl mp3lame x264 vpx"

EXTRA_OECONF_append = " --disable-mipsdspr1 --disable-mipsdspr2 "
EXTRA_OECONF_append = " --disable-mipsdsp --disable-mipsdspr2 "

0 comments on commit 775bdac

Please sign in to comment.