From a0a00eef6e9ef50db8cb3dba10633de9af0b0446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Thu, 13 Feb 2014 15:04:49 +0100 Subject: [PATCH] - update library symbol list for 1.3.0 from Debian --- libvpx.spec | 5 ++++- libvpx.ver | 17 +++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/libvpx.spec b/libvpx.spec index a3bf064..ddb4cac 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -6,7 +6,7 @@ Name: libvpx Summary: VP8 Video Codec SDK Version: %{majorver}.%{minorver}.%{tinyver} %global soversion %{version} -Release: 2%{?dist} +Release: 3%{?dist} License: BSD Group: System Environment/Libraries Source0: http://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2 @@ -169,6 +169,9 @@ popd %{_bindir}/* %changelog +* Thu Feb 13 2014 Dan HorĂ¡k - 1.3.0-3 +- update library symbol list for 1.3.0 from Debian + * Tue Feb 11 2014 Tom Callaway - 1.3.0-2 - armv7hl specific target diff --git a/libvpx.ver b/libvpx.ver index c3010ec..6f267f3 100644 --- a/libvpx.ver +++ b/libvpx.ver @@ -32,6 +32,10 @@ vpx_codec_vp8_cx; vpx_codec_vp8_cx_algo; vpx_codec_vp8_dx; vpx_codec_vp8_dx_algo; +vpx_codec_vp9_cx; +vpx_codec_vp9_cx_algo; +vpx_codec_vp9_dx; +vpx_codec_vp9_dx_algo; vpx_dec_control; vpx_dec_decode; vpx_dec_destroy; @@ -55,4 +59,17 @@ vpx_img_flip; vpx_img_free; vpx_img_set_rect; vpx_img_wrap; +vpx_svc_dump_statistics; +vpx_svc_encode; +vpx_svc_get_buffer; +vpx_svc_get_encode_frame_count; +vpx_svc_get_frame_size; +vpx_svc_get_message; +vpx_svc_init; +vpx_svc_is_keyframe; +vpx_svc_release; +vpx_svc_set_keyframe; +vpx_svc_set_options; +vpx_svc_set_quantizers; +vpx_svc_set_scale_factors; local: *; };