[libvpx/f14/master] add 2 symbols to the shared library for generic targets

Dan Horák sharkcz at fedoraproject.org
Mon Mar 21 12:12:43 UTC 2011


commit 5ef101c668259ca59cabefea290f257c8125ac1a
Author: Dan Horák <dan at danny.cz>
Date:   Mon Mar 21 13:11:08 2011 +0100

    add 2 symbols to the shared library for generic targets

 libvpx.spec |    5 ++++-
 libvpx.ver  |    2 ++
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/libvpx.spec b/libvpx.spec
index cf25029..e758657 100644
--- a/libvpx.spec
+++ b/libvpx.spec
@@ -1,7 +1,7 @@
 Name:			libvpx
 Summary:		VP8 Video Codec SDK
 Version:		0.9.6
-Release:		1%{?dist}
+Release:		2%{?dist}
 License:		BSD
 Group:			System Environment/Libraries
 Source0:		http://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2
@@ -157,6 +157,9 @@ rm -rf %{buildroot}
 %{_bindir}/*
 
 %changelog
+* Mon Mar 21 2011 Dan Horák <dan[at]danny.cz> - 0.9.6-2
+- add 2 symbols to the shared library for generic targets
+
 * Thu Mar 10 2011 Tom Callaway <spot at fedoraproject.org> - 0.9.6-1
 - update to 0.9.6
 
diff --git a/libvpx.ver b/libvpx.ver
index d4b6ec2..c3010ec 100644
--- a/libvpx.ver
+++ b/libvpx.ver
@@ -28,7 +28,9 @@ vpx_codec_version;
 vpx_codec_version_extra_str;
 vpx_codec_version_str;
 vpx_codec_vp8_algo;
+vpx_codec_vp8_cx;
 vpx_codec_vp8_cx_algo;
+vpx_codec_vp8_dx;
 vpx_codec_vp8_dx_algo;
 vpx_dec_control;
 vpx_dec_decode;


More information about the scm-commits mailing list