mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
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:
parent
fc72e5d751
commit
c3cc72fe3c
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user