Update to 1.9 (fix for F24)

Signed-off-by: Adrian Reber <adrian@lisas.de>
el8
Adrian Reber 9 years ago
parent 6ae556a6f7
commit ae884c73e4

@ -2,8 +2,8 @@ diff -up x265_1.8/source/CMakeLists.txt.pic x265_1.8/source/CMakeLists.txt
--- x265_1.8/source/CMakeLists.txt.pic 2015-09-22 10:10:07.000000000 +0200
+++ x265_1.8/source/CMakeLists.txt 2015-10-25 22:43:12.666153586 +0100
@@ -158,7 +162,7 @@ if(GCC)
add_definitions(-Wall -Wextra -Wshadow)
add_definitions(-D__STDC_LIMIT_MACROS=1)
add_definitions(-std=gnu++98)
if(ENABLE_PIC)
- add_definitions(-fPIC)
+ add_definitions(-fPIC -DPIC)

@ -1,6 +1,6 @@
Summary: H.265/HEVC encoder
Name: x265
Version: 1.8
Version: 1.9
Release: 1%{?dist}
URL: http://x265.org/
Source0: http://ftp.videolan.org/pub/videolan/x265/x265_%{version}.tar.gz
@ -77,7 +77,7 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} test/TestBench || :
%files libs
%dir %{_pkgdocdir}
%{_pkgdocdir}/COPYING
%{_libdir}/libx265.so.68
%{_libdir}/libx265.so.79
%files devel
%doc doc/*
@ -87,6 +87,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} test/TestBench || :
%{_libdir}/pkgconfig/x265.pc
%changelog
* Fri Apr 08 2016 Adrian Reber <adrian@lisas.de> - 1.9-1
- Update to 1.9
* Sun Oct 25 2015 Dominik Mierzejewski <rpm@greysector.net> 1.8-2
- fix building as PIC
- update SO version in file list

Loading…
Cancel
Save