Merge pull request #3602 from HiassofT/le92-fix-ffmpeg-rpi

ffmpeg: drop --disable-rpi option on non-RPi projects
This commit is contained in:
MilhouseVH 2019-06-24 20:37:28 +01:00 committed by GitHub
commit a7004681fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,8 +83,6 @@ pre_configure_target() {
if [ "$PROJECT" = "RPi" ]; then
PKG_FFMPEG_LIBS="-lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -lvcsm"
PKG_FFMPEG_RPI="--enable-rpi"
else
PKG_FFMPEG_RPI="--disable-rpi"
fi
}