Enable uvch264
This commit is contained in:
parent
932537d35c
commit
fcee991744
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
Name: gstreamer1-plugins-bad-free
|
Name: gstreamer1-plugins-bad-free
|
||||||
Version: 1.5.90
|
Version: 1.5.90
|
||||||
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
|
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||||
Summary: GStreamer streaming media framework "bad" plugins
|
Summary: GStreamer streaming media framework "bad" plugins
|
||||||
|
|
||||||
License: LGPLv2+ and LGPLv2
|
License: LGPLv2+ and LGPLv2
|
||||||
@ -66,6 +66,8 @@ BuildRequires: libwayland-client-devel
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: gnutls-devel
|
BuildRequires: gnutls-devel
|
||||||
BuildRequires: libsrtp-devel
|
BuildRequires: libsrtp-devel
|
||||||
|
BuildRequires: pkgconfig(gudev-1.0)
|
||||||
|
BuildRequires: pkgconfig(libusb-1.0)
|
||||||
|
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
|
|
||||||
@ -170,7 +172,7 @@ aren't tested well enough, or the code is not of good enough quality.
|
|||||||
--disable-neon --disable-openal --disable-rtmp --disable-xvid \
|
--disable-neon --disable-openal --disable-rtmp --disable-xvid \
|
||||||
--disable-chromaprint --disable-eglgles --disable-flite \
|
--disable-chromaprint --disable-eglgles --disable-flite \
|
||||||
--disable-mpg123 --disable-ofa --disable-opencv --disable-sbc \
|
--disable-mpg123 --disable-ofa --disable-opencv --disable-sbc \
|
||||||
--disable-spandsp --disable-uvch264 --disable-voamrwbenc \
|
--disable-spandsp --disable-voamrwbenc \
|
||||||
--disable-webp --disable-openjpeg
|
--disable-webp --disable-openjpeg
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -410,6 +412,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstcamerab
|
|||||||
%{_libdir}/pkgconfig/gstreamer-plugins-bad-%{majorminor}.pc
|
%{_libdir}/pkgconfig/gstreamer-plugins-bad-%{majorminor}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 24 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.90-2
|
||||||
|
- Enable uvch264
|
||||||
|
|
||||||
* Wed Aug 19 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.90-1
|
* Wed Aug 19 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.90-1
|
||||||
- Update to 1.5.90
|
- Update to 1.5.90
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user