On 11/10/2017 00:58, Diego Biurrun wrote:
---
  configure | 5 -----
  1 file changed, 5 deletions(-)

diff --git a/configure b/configure
index f7257283bb..2ff0f2b65f 100755
--- a/configure
+++ b/configure
@@ -2810,11 +2810,6 @@ for opt do
              name=$(echo "${optval}" | sed "s/,/_${thing}|/g")_${thing}
              $action $(filter "$name" $list)
          ;;
-        --enable-yasm|--disable-yasm)
-            warn "The ${opt} option is only provided for compatibility and will 
be\n"\
-                 "removed in the future. Use --enable-x86asm / --disable-x86asm 
instead."
-            test $opt = --enable-yasm && x86asm=yes || x86asm=no
-        ;;
          --enable-?*|--disable-?*)
              eval $(echo "$opt" | sed 's/--/action=/;s/-/ option=/;s/-/_/g')
              if is_in $option $COMPONENT_LIST; then


Too early for that IMHO.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to