Skip to content

Commit

Permalink
ffmpeg: Fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Slagter <erik@openpli.org>

This is a workaround, revert when upstream has fixed it.
  • Loading branch information
blzr authored and eriksl committed Apr 15, 2016
1 parent 4cb47f3 commit 9127658
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion meta-openpli/recipes-multimedia/ffmpeg/ffmpeg_3.%.bbappend
@@ -1,5 +1,8 @@
RSUGGESTS_${PN} = ""

PACKAGECONFIG ="gpl mp3lame x264 vpx"
PROVIDES =+ " libavcodec53 libavformat53 libav"
PACKAGES =+ " libavcodec53 libavformat53 libav"

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

PACKAGECONFIG[avdevice] = "--enable-avdevice,--disable-avdevice"

0 comments on commit 9127658

Please sign in to comment.