summaryrefslogtreecommitdiffhomepage
path: root/vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-01-16 00:39:55 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-01-16 00:39:55 +0000
commitb2043d307baa1989d18def32a2bf285c4e77658f (patch)
treefbeeadb5bdea08e4b2aae386c3a035b10c365d25 /vars
parent1deea513eefe0b01b1abc1a0b5442f2e72e5d38b (diff)
downloadmidipix_build-b2043d307baa1989d18def32a2bf285c4e77658f.tar.bz2
midipix_build-b2043d307baa1989d18def32a2bf285c4e77658f.tar.xz
vars/build.vars:ffmpeg:${PKG_CONFIGURE_ARGS}: configure w/o --disable-inline-asm.
patches/ffmpeg-4.1.local.patch: correctly differentiate between {local,global} symbols.
Diffstat (limited to 'vars')
-rw-r--r--vars/build.vars2
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars
index b90692d8..26e8437c 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -1243,7 +1243,7 @@ tmux tzdb vim xcowsay xeyes xorriso xterm xwd";
: ${PKG_FFMPEG_SHA256SUM:=b684fb43244a5c4caae652af9022ed5d85ce15210835bce054a33fb26033a1a5};
: ${PKG_FFMPEG_VERSION:=4.1};
: ${PKG_FFMPEG_URL:=https://ffmpeg.org/releases/ffmpeg-${PKG_FFMPEG_VERSION}.tar.bz2};
-: ${PKG_FFMPEG_CONFIGURE_ARGS:="--cc=${DEFAULT_TARGET}-gcc --cxx=${DEFAULT_TARGET}-g++ --disable-inline-asm --disable-stripping --disable-x86asm --enable-cross-compile --enable-libtheora --enable-libvorbis --enable-libxml2 --enable-openssl --pkg-config=${PREFIX}/bin/${DEFAULT_TARGET}-pkg-config --prefix=/ --target-os=midipix"};
+: ${PKG_FFMPEG_CONFIGURE_ARGS:="--cc=${DEFAULT_TARGET}-gcc --cxx=${DEFAULT_TARGET}-g++ --disable-stripping --disable-x86asm --enable-cross-compile --enable-libtheora --enable-libvorbis --enable-libxml2 --enable-openssl --pkg-config=${PREFIX}/bin/${DEFAULT_TARGET}-pkg-config --prefix=/ --target-os=midipix"};
: ${PKG_FFMPEG_CFLAGS_BUILD_EXTRA:="-I${PREFIX_NATIVE}/include/SDL2 -I${PREFIX_NATIVE}/include/libxml2 -std=gnu99"};
: ${PKG_GNUCHESS_SHA256SUM:=9a99e963355706cab32099d140b698eda9de164ebce40a5420b1b9772dd04802};
: ${PKG_GNUCHESS_VERSION:=6.2.5};