diff --git a/ports/x264/portfile.cmake b/ports/x264/portfile.cmake index c6383f06363eb1..a2523d6a2c1bb8 100644 --- a/ports/x264/portfile.cmake +++ b/ports/x264/portfile.cmake @@ -89,9 +89,11 @@ vcpkg_make_configure( OPTIONS_RELEASE ${OPTIONS_RELEASE} --enable-strip + "--bindir=\\\${prefix}/bin" OPTIONS_DEBUG --enable-debug --disable-cli + "--bindir=\\\${prefix}/bin" ) vcpkg_make_install() @@ -127,4 +129,4 @@ vcpkg_fixup_pkgconfig() vcpkg_copy_pdbs() -vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING") \ No newline at end of file +vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING") diff --git a/ports/x264/vcpkg.json b/ports/x264/vcpkg.json index c8a41629324c80..1a9b14f80a3044 100644 --- a/ports/x264/vcpkg.json +++ b/ports/x264/vcpkg.json @@ -1,7 +1,7 @@ { "name": "x264", "version": "0.164.3108", - "port-version": 1, + "port-version": 2, "description": "x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format", "homepage": "https://www.videolan.org/developers/x264.html", "license": "GPL-2.0-or-later", diff --git a/versions/baseline.json b/versions/baseline.json index cc21f9ba21e70b..f112bbb2dfe5f6 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -9938,7 +9938,7 @@ }, "x264": { "baseline": "0.164.3108", - "port-version": 1 + "port-version": 2 }, "x265": { "baseline": "4.1", diff --git a/versions/x-/x264.json b/versions/x-/x264.json index 6b430320b036c1..b475737203d9c3 100644 --- a/versions/x-/x264.json +++ b/versions/x-/x264.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9367314b9b01285a64c3c6b5e9f895d0ad0f0e48", + "version": "0.164.3108", + "port-version": 2 + }, { "git-tree": "0b3254a0abf3a2a2748b7353594b401893f74da9", "version": "0.164.3108",