add 2 symbols to the shared library for generic targets
This commit is contained in:
parent
ad2ceec05f
commit
6b03ae8248
@ -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@fedoraproject.org> - 0.9.6-1
|
||||
- update to 0.9.6
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user