[SCM] ffmpeg/master: enable yasm on architecture that have it installed

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Wed Apr 20 12:50:05 UTC 2011


The following commit has been merged in the master branch:
commit 27c386b0dfcb8f1ee65b2fa372954780916e21df
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Wed Apr 20 14:49:50 2011 +0200

    enable yasm on architecture that have it installed
    
    Fixes FTBFS on kfreebsd-i386 and kfreebsd-amd64

diff --git a/debian/control b/debian/control
index c1078c8..14d1871 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,7 @@ Build-Depends: debhelper (>= 7),
  libxvmc-dev,
  quilt,
  texi2html,
- yasm [i386 amd64],
+ yasm [amd64 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel s390 sparc powerpc],
  zlib1g-dev
 
 Package: ffmpeg

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list