forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[faad2] Update to 2.11.1 (microsoft#36646)
* [faad2] Update to 2.11.1 * update version * fix tools name * version --------- Co-authored-by: Lily Wang <[email protected]>
- Loading branch information
1 parent
b28ee3c
commit 1747449
Showing
6 changed files
with
32 additions
and
61 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 5c0aeff..9614c19 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -261,7 +261,7 @@ endif() | ||
|
||
# Installation | ||
|
||
-if(NOT FAAD_BUNDLED_MODE AND NOT MSVC) | ||
+if(1) | ||
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/faad2.pc" | ||
DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
{ | ||
"name": "faad2", | ||
"version": "2.10.1", | ||
"version": "2.11.1", | ||
"description": "Freeware Advanced Audio (AAC) Decoder", | ||
"homepage": "https://sourceforge.net/projects/faac/", | ||
"license": "GPL-2.0-or-later", | ||
"supports": "windows", | ||
"dependencies": [ | ||
{ | ||
"name": "vcpkg-cmake", | ||
"host": true | ||
} | ||
], | ||
"features": { | ||
"build-decoder": { | ||
"description": "Build the embedded decoder executable" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters