Enable extra custom modes API
This commit is contained in:
parent
b9cc540f5f
commit
35db940a31
@ -1,6 +1,6 @@
|
||||
Name: opus
|
||||
Version: 1.0.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: An audio codec for use in low-delay speech and audio communication
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -30,7 +30,7 @@ Files for development with opus.
|
||||
cp %{SOURCE1} .
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure --enable-custom-modes
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -65,6 +65,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/aclocal/opus.m4
|
||||
|
||||
%changelog
|
||||
* Thu Jan 10 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.2-2
|
||||
- Enable extra custom modes API
|
||||
|
||||
* Thu Dec 6 2012 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.2-1
|
||||
- Official 1.0.2 release
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user