ffmpeg: drop --disable-rpi option on non-RPi projects

The ffmpeg patches which add enable/disable-rpi options are now
RPi device specific, so using --disable-rpi breaks builds on non-RPi
projects.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2019-06-24 17:52:28 +02:00
parent fc72e5d751
commit c3cc72fe3c

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
}