libaom: set correct version in CHANGELOG to fix pkg-config file.

closes #9875
This commit is contained in:
Johannes 2019-03-16 17:33:07 +01:00 committed by Johannes
parent 4d39bbf459
commit 0a2700d232
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,14 @@
add entry for 1.0.0 release to fix version in pkg-config file
--- CHANGELOG
+++ CHANGELOG
@@ -3,6 +3,9 @@
The AV1 encoder's default keyframe interval changed to 128 from 9999.
Support for armv6 was removed.
+2019-03-16 v1.0.0 "AOMedia Codec 1"
+ Current release
+
2016-04-07 v0.1.0 "AOMedia Codec 1"
This release is the first Alliance for Open Media codec.
2015-11-09 v1.5.0 "Javan Whistling Duck"

View File

@ -1,7 +1,7 @@
# Template file for 'libaom'
pkgname=libaom
version=1.0.0.1
revision=1
revision=2
create_wrksrc=yes
build_style=cmake
configure_args="-DENABLE_DOCS=OFF -DBUILD_SHARED_LIBS=ON -DENABLE_TESTS=OFF"