mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[x264] Put x264-164.dll into bin directory (#44100)
This commit is contained in:
@@ -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")
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -9950,7 +9950,7 @@
|
||||
},
|
||||
"x264": {
|
||||
"baseline": "0.164.3108",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"x265": {
|
||||
"baseline": "4.1",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9367314b9b01285a64c3c6b5e9f895d0ad0f0e48",
|
||||
"version": "0.164.3108",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "0b3254a0abf3a2a2748b7353594b401893f74da9",
|
||||
"version": "0.164.3108",
|
||||
|
||||
Reference in New Issue
Block a user