From 6b03ae82485267558276ab961bc4ca1cba4050ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Mon, 21 Mar 2011 13:11:08 +0100 Subject: [PATCH] add 2 symbols to the shared library for generic targets --- libvpx.spec | 5 ++++- libvpx.ver | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) 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 - 0.9.6-2 +- add 2 symbols to the shared library for generic targets + * Thu Mar 10 2011 Tom Callaway - 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;