mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 03:06:49 +00:00
ffmpeg: enable hardcoded tables for ARM builds
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d11b53a7a8
commit
d14f0d6e78
@ -62,7 +62,7 @@ fi
|
||||
case "$TARGET_ARCH" in
|
||||
arm)
|
||||
FFMPEG_CPU="--enable-armv5te --disable-armv6t2 --enable-armv6"
|
||||
FFMPEG_TABLES="--disable-hardcoded-tables"
|
||||
FFMPEG_TABLES="--enable-hardcoded-tables"
|
||||
FFMPEG_PIC="--enable-pic"
|
||||
;;
|
||||
i?86)
|
||||
@ -113,7 +113,7 @@ cd $PKG_BUILD/
|
||||
--host-cc="$HOST_CC" \
|
||||
--host-cflags="$HOST_CFLAGS" \
|
||||
--host-ldflags="$HOST_LDFLAGS" \
|
||||
--host-libs="" \
|
||||
--host-libs="-lm" \
|
||||
--extra-cflags="$CFLAGS" \
|
||||
--extra-ldflags="$LDFLAGS" \
|
||||
--extra-libs="" \
|
||||
@ -221,5 +221,5 @@ cd $PKG_BUILD/
|
||||
#sed -i -e "s#define HAVE_SYMVER 1#define HAVE_SYMVER 0#" config.h &&
|
||||
#sed -i -e "s#define HAVE_SYMVER_GNU_ASM 1#define HAVE_SYMVER_GNU_ASM 0#" config.h
|
||||
|
||||
make
|
||||
make V=1
|
||||
$MAKEINSTALL
|
||||
|
Loading…
x
Reference in New Issue
Block a user