Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

X264 20160221 (upstream update) #371

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion specs/x264/x264.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%{?el3:%define _without_glibc232 1}
%{?el3:%define _without_modxorg 1}

%define date 20101111
%define date 20160221

Summary: Library for encoding and decoding H264/AVC video streams
Name: x264
Expand Down Expand Up @@ -63,6 +63,7 @@ H264/AVC video streams using the x264 library.
--enable-debug \
--enable-pic \
--enable-pthread \
--enable-static \
--enable-shared \
%{?_with_visualize:--enable-visualize} \
--extra-cflags="%{optflags}"
Expand All @@ -88,11 +89,15 @@ H264/AVC video streams using the x264 library.
%defattr(-, root, root, 0755)
%doc doc/*.txt
%{_includedir}/x264.h
%{_includedir}/x264_config.h
%{_libdir}/pkgconfig/x264.pc
%{_libdir}/libx264.a
%{_libdir}/libx264.so

%changelog
* Tue Feb 23 2016 Moriyoshi Koizumi <mozo@mozo.jp> - 0.0.0-0.4.20160221
- Updated to git release 20160221 (soname .148).

* Mon Nov 15 2010 Dag Wieers <dag@wieers.com> - 0.0.0-0.4.20101111
- Updated to git release 20101111 (soname .107).

Expand Down