X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/51c63a8791b89a02b32948770c4511a049f06c46..6788ea2c5d7dbb05b18c9da41b1f88f9d4400c2a:/packages/libx264/build.sh diff --git a/packages/libx264/build.sh b/packages/libx264/build.sh index 9c4fb001..cb315a56 100644 --- a/packages/libx264/build.sh +++ b/packages/libx264/build.sh @@ -4,7 +4,7 @@ TERMUX_PKG_VERSION=20170122 TERMUX_PKG_SRCURL=ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-${TERMUX_PKG_VERSION}-2245-stable.tar.bz2 TERMUX_PKG_SHA256=f833239a2ff81629242b1137c797e670516a3af7ce79e6bb7ef234a3e60fd8fd # Avoid linking against ffmpeg libraries to avoid circular dependency: -TERMUX_PKG_EXTRA_CONFIGURE_ARGS="\ +TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --disable-swscale --disable-lavf"