[SCM] vlc/master: Add missing closing bracket.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Fri Mar 22 13:19:00 UTC 2013


The following commit has been merged in the master branch:
commit d53c319009fdc1a3b8eb329327b6cc032f6e27b4
Author: Benjamin Drung <bdrung at debian.org>
Date:   Fri Mar 22 13:41:12 2013 +0100

    Add missing closing bracket.

diff --git a/debian/rules b/debian/rules
index 00779ef..abd6957 100755
--- a/debian/rules
+++ b/debian/rules
@@ -202,7 +202,7 @@ removeplugins += altivec
 endif
 
 # PowerPCSPE specific optimizations
-ifeq (,$(filter-out powerpcspe,$(DEB_HOST_ARCH))
+ifeq (,$(filter-out powerpcspe,$(DEB_HOST_ARCH)))
 confflags += --with-tuning=8548
 endif
 

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list