From 41edfa86f34ca06f1897d89bb56e2e40fa9e5ca6 Mon Sep 17 00:00:00 2001 From: gixxpunk Date: Fri, 13 Oct 2017 17:00:46 +0200 Subject: [PATCH] - addition to c3d2638303d721f18d1ec03917cffe785004370c --- ...disable-yasm-for-libav-when-disable-yasm.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 archive-patches/gst-libav-1.12.3-disable-yasm-for-libav-when-disable-yasm.patch diff --git a/archive-patches/gst-libav-1.12.3-disable-yasm-for-libav-when-disable-yasm.patch b/archive-patches/gst-libav-1.12.3-disable-yasm-for-libav-when-disable-yasm.patch deleted file mode 100644 index 44871fca..00000000 --- a/archive-patches/gst-libav-1.12.3-disable-yasm-for-libav-when-disable-yasm.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -375,6 +375,12 @@ - emblibav_configure_args="$emblibav_configure_args --enable-gpl" - fi - -+ AC_ARG_ENABLE(yasm, -+ [AC_HELP_STRING([--disable-yasm], [disable use of yasm assembler])]) -+ if test "x$enable_yasm" = "xno"; then -+ emblibav_configure_args="$emblibav_configure_args --disable-yasm" -+ fi -+ - # if we are cross-compiling, tell libav so - case $host in - *android*)