From 6aaf982dc905a3de9510476e040795af635fd366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sun, 17 Jun 2012 03:11:09 +0000 Subject: [PATCH] =?UTF-8?q?*=20Sun=20Jun=2017=202012=20S=C3=A9rgio=20Basto?= =?UTF-8?q?=20=20-=200.124-2.20120616=20-=20use=20=5Fli?= =?UTF-8?q?bdir=20to=20fix=20build=20on=20x86=5F64.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- x264.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/x264.spec b/x264.spec index 4f1f067..171895f 100644 --- a/x264.spec +++ b/x264.spec @@ -19,7 +19,7 @@ Summary: H264/AVC video streams encoder Name: x264 Version: 0.124 -Release: 1.%{snapshot}%{?dist} +Release: 2.%{snapshot}%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://developers.videolan.org/x264.html @@ -126,8 +126,8 @@ popd %endif cd ../%{name}-%{branch}-%{snapshot}10b #{__make} DESTDIR=%{buildroot} install -ln -f -s libx264.so.124 %{buildroot}/usr/lib/libx26410b.so -install -m 755 libx264.so.124 %{buildroot}/usr/lib/libx26410b.so.124 +ln -f -s libx264.so.124 %{buildroot}%{_libdir}/libx26410b.so +install -m 755 libx264.so.124 %{buildroot}%{_libdir}/libx26410b.so.124 #Fix timestamp on x264 generated headers touch -r version.h %{buildroot}%{_includedir}/x264.h %{buildroot}%{_includedir}/x264_config.h @@ -163,6 +163,9 @@ touch -r version.h %{buildroot}%{_includedir}/x264.h %{buildroot}%{_includedir}/ %{_libdir}/libx26410b.so %changelog +* Sun Jun 17 2012 Sérgio Basto - 0.124-2.20120616 +- use _libdir to fix build on x86_64. + * Sun Jun 17 2012 Sérgio Basto - 0.124-1.20120616 - Update to 20120616 - Add one build with --bit-depth=10