From 85d63ceb5bbf1c645e6db33ebb04eeb097f23998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sun, 24 Jun 2012 02:33:47 +0000 Subject: [PATCH] Fix a backslash on i386 builds. --- x264.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x264.spec b/x264.spec index 415cc98..d6993cd 100644 --- a/x264.spec +++ b/x264.spec @@ -120,10 +120,11 @@ pushd generic10 %{x_configure}\ --host=%{_target_platform} \ --libdir=%{_libdir} \ - --bit-depth=10 %ifarch i686 armv5tel armv6l --disable-asm \ %endif + --bit-depth=10 + sed -i -e "s/SONAME=libx264.so./SONAME=libx26410b.so./" config.mak %{__make} %{?_smp_mflags}