[SCM] libav/experimental: Don't prefix yasm with cross prefix. Patch by Michael Kostylev <mik at it-1 dot ru>
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:34:46 UTC 2013
The following commit has been merged in the experimental branch:
commit b6e736a1318a4c6ab9cbb4e8a4b443f12923eb16
Author: Michael Kostylev <michael.kostylev at gmail.com>
Date: Wed Jan 7 04:21:26 2009 +0000
Don't prefix yasm with cross prefix.
Patch by Michael Kostylev <mik at it-1 dot ru>
Originally committed as revision 16463 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/configure b/configure
index 124e378..2c42b47 100755
--- a/configure
+++ b/configure
@@ -1277,7 +1277,6 @@ cc_default="${cross_prefix}${cc_default}"
nm_default="${cross_prefix}${nm_default}"
ranlib="${cross_prefix}${ranlib}"
strip="${cross_prefix}${strip}"
-yasmexe="${cross_prefix}${yasmexe}"
set_default cc nm
enabled cross_compile || host_cc_default=$cc
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list