aboutsummaryrefslogtreecommitdiff
path: root/ports/aom/aom-rename-static.diff
diff options
context:
space:
mode:
authorDmitry Baryshev <dmitrymq@gmail.com>2021-06-01 22:20:31 +0300
committerGitHub <noreply@github.com>2021-06-01 12:20:31 -0700
commit835f1613b5d785eed9cfc6c0b76d6ac2aa0a61ba (patch)
treecdccf9b9a024041aeac0010bcf7fdf76a3321946 /ports/aom/aom-rename-static.diff
parentb2dd1261bfcff3f837d8d1283270addbfd62eeaa (diff)
downloadvcpkg-835f1613b5d785eed9cfc6c0b76d6ac2aa0a61ba.tar.gz
vcpkg-835f1613b5d785eed9cfc6c0b76d6ac2aa0a61ba.zip
[aom] Add new port (#18083)
* [aom] Add new port * [aom] vcpkg x-add-version --all * [aom] Added versions/a-/aom.json * [aom] Fixes after review * [aom] vcpkg x-add-version --all --overwrite-version * [aom] Remove usage * [aom] vcpkg x-add-version --all --overwrite-version * [aom] Update ports/aom/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [aom] vcpkg x-add-version --all --overwrite-version Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'ports/aom/aom-rename-static.diff')
-rw-r--r--ports/aom/aom-rename-static.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/aom/aom-rename-static.diff b/ports/aom/aom-rename-static.diff
new file mode 100644
index 000000000..e38c73fb1
--- /dev/null
+++ b/ports/aom/aom-rename-static.diff
@@ -0,0 +1,12 @@
+diff -pruN aom-3.0.0.o/CMakeLists.txt aom-3.0.0/CMakeLists.txt
+--- aom-3.0.0.o/CMakeLists.txt 2021-04-15 20:05:52.695181200 +0300
++++ aom-3.0.0/CMakeLists.txt 2021-04-15 22:34:16.147522600 +0300
+@@ -249,7 +249,7 @@ endif()
+ add_library(aom ${AOM_SOURCES} $<TARGET_OBJECTS:aom_rtcd>)
+ if(BUILD_SHARED_LIBS)
+ add_library(aom_static STATIC ${AOM_SOURCES} $<TARGET_OBJECTS:aom_rtcd>)
+- set_target_properties(aom_static PROPERTIES OUTPUT_NAME aom)
++ set_target_properties(aom_static PROPERTIES OUTPUT_NAME aom_static)
+
+ if(NOT MSVC)
+ # Extract version string and set VERSION/SOVERSION for the aom target.