mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Revert "ffmpegx: build with x264 for aarch64"
This reverts commit a7dbba8c5a53c178ffe9dbce19ccc9ccf0995160.
This commit is contained in:
parent
8d25971437
commit
e221312edc
@ -46,6 +46,11 @@ pre_configure_target() {
|
||||
FFMPEG_RPI_HADE="--enable-mmal --enable-omx-rpi"
|
||||
fi
|
||||
|
||||
# ffmpeg does not build with libx264 on aarch64
|
||||
if [ "$TARGET_ARCH" != "aarch64" ]; then
|
||||
FFMPEG_X264="--enable-libx264"
|
||||
fi
|
||||
|
||||
if [ "$TARGET_ARCH" == "arm" ]; then
|
||||
FFMPEG_ARM_AO="--enable-hardcoded-tables"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user