[SCM] ffmpeg/master: Use nasm instead of yasm

aca-guest at users.alioth.debian.org aca-guest at users.alioth.debian.org
Sat Oct 22 21:24:07 UTC 2016


The following commit has been merged in the master branch:
commit aef1a55e8718a4547cb5689616c70df13121273f
Author: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
Date:   Sat Oct 22 20:29:01 2016 +0200

    Use nasm instead of yasm
    
    Unlike yasm it is actively maintained and doesn't embed the full build
    path as DW_AT_comp_dir.

diff --git a/debian/control b/debian/control
index 7bff246..afcb770 100644
--- a/debian/control
+++ b/debian/control
@@ -155,7 +155,7 @@ Build-Depends:
 # HTML documentation
  texinfo,
 # assembler optimizations
- yasm
+ nasm
 
 Package: ffmpeg
 Architecture: any

-- 
ffmpeg packaging



More information about the pkg-multimedia-commits mailing list