- update library symbol list for 1.3.0 from Debian

This commit is contained in:
Dan Horák 2014-02-13 15:04:49 +01:00
parent 93e1b93a10
commit a0a00eef6e
2 changed files with 21 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Name: libvpx
Summary: VP8 Video Codec SDK Summary: VP8 Video Codec SDK
Version: %{majorver}.%{minorver}.%{tinyver} Version: %{majorver}.%{minorver}.%{tinyver}
%global soversion %{version} %global soversion %{version}
Release: 2%{?dist} Release: 3%{?dist}
License: BSD License: BSD
Group: System Environment/Libraries Group: System Environment/Libraries
Source0: http://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2 Source0: http://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2
@ -169,6 +169,9 @@ popd
%{_bindir}/* %{_bindir}/*
%changelog %changelog
* Thu Feb 13 2014 Dan Horák <dan[at]danny.cz> - 1.3.0-3
- update library symbol list for 1.3.0 from Debian
* Tue Feb 11 2014 Tom Callaway <spot@fedoraproject.org> - 1.3.0-2 * Tue Feb 11 2014 Tom Callaway <spot@fedoraproject.org> - 1.3.0-2
- armv7hl specific target - armv7hl specific target

View File

@ -32,6 +32,10 @@ vpx_codec_vp8_cx;
vpx_codec_vp8_cx_algo; vpx_codec_vp8_cx_algo;
vpx_codec_vp8_dx; vpx_codec_vp8_dx;
vpx_codec_vp8_dx_algo; 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_control;
vpx_dec_decode; vpx_dec_decode;
vpx_dec_destroy; vpx_dec_destroy;
@ -55,4 +59,17 @@ vpx_img_flip;
vpx_img_free; vpx_img_free;
vpx_img_set_rect; vpx_img_set_rect;
vpx_img_wrap; 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: *; }; local: *; };