diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/x264/CONTROL | 2 | ||||
| -rw-r--r-- | ports/x264/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/x264/CONTROL b/ports/x264/CONTROL index ce64f5f7c..15e35036a 100644 --- a/ports/x264/CONTROL +++ b/ports/x264/CONTROL @@ -1,6 +1,6 @@ Source: x264 Version: 157-303c484ec828ed0 -Port-Version: 12 +Port-Version: 13 Homepage: https://github.com/mirror/x264 Description: x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format Build-Depends: pthread (linux&osx) diff --git a/ports/x264/portfile.cmake b/ports/x264/portfile.cmake index d2084978c..5c716f0d1 100644 --- a/ports/x264/portfile.cmake +++ b/ports/x264/portfile.cmake @@ -21,6 +21,7 @@ if(VCPKG_TARGET_IS_WINDOWS) _vcpkg_determine_autotools_target_cpu(HOST_ARCH) list(APPEND OPTIONS --build=${BUILD_ARCH}-pc-mingw32) list(APPEND OPTIONS --host=${HOST_ARCH}-pc-mingw32) + set(ENV{AS} "${NASM}") endif() if(VCPKG_TARGET_IS_UWP) |
