You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libaom/files/libaom-1.0.0-version.patch

11 lines
403 B

--- a/build/cmake/version.cmake 2018-09-21 01:20:32.299238765 +0200
+++ b/build/cmake/version.cmake 2018-09-21 01:21:01.473106534 +0200
@@ -46,6 +46,7 @@
endif()
if(NOT "${aom_version}" STREQUAL "${last_aom_version}")
+ set(aom_version "v1.0.0")
# TODO(tomfinegan): Perl dependency is unnecessary. CMake can do everything
# that is done by version.pl on its own (if a bit more verbose...).