vcpkg/ports/x264/configure-as.patch
Kai Pastor c805a5311a
[x264] Update and fixes (#26086)
* Avoid race in x264 install step

* Drop pointless port pthread dependency

* Update homepage and license

* Revise portfile

* Add 'tool' feature

* Add clang-cl patch

* Pass compiler and cross-build prefix

* Update to r3095, follow pc file versioning

* Add feature 'asm', enable it for arm64-windows

* Update versions

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-08-19 11:15:25 -07:00

11 lines
225 B
Diff

diff --git a/configure b/configure
index c987491..f29c3c1 100755
--- a/configure
+++ b/configure
@@ -1,4 +1,5 @@
#!/bin/bash
+test "${AS:-:}" = ":" && unset AS
if test x"$1" = x"-h" -o x"$1" = x"--help" ; then
cat <<EOF