Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 204505 | Differences between
and this patch

Collapse All | Expand All

(-)mpeg4ip-1.5.0.1-orig/configure.in (-1 / +1 lines)
Lines 682-688 Link Here
682
682
683
   if test x$USENASM = xtrue; then
683
   if test x$USENASM = xtrue; then
684
	AC_MSG_CHECKING(nasm version...)
684
	AC_MSG_CHECKING(nasm version...)
685
	BILLSNASM_arg=`nasm -r | tr '.' ' '`
685
	BILLSNASM_arg=`nasm -v | tr '.' ' '`
686
        BILLSNASM_ret=`util/testnasm.sh $BILLSNASM_arg`
686
        BILLSNASM_ret=`util/testnasm.sh $BILLSNASM_arg`
687
	if test x$BILLSNASM_ret = x"yes"; then
687
	if test x$BILLSNASM_ret = x"yes"; then
688
	   USENASM=true
688
	   USENASM=true
(-)mpeg4ip-1.5.0.1-orig/util/testlame.sh (-1 / +1 lines)
Lines 1-6 Link Here
1
#
1
#
2
# shell to verify nasm version
2
# shell to verify nasm version
3
# nasm -r has format "NASM version <foo> <extra stuff>"
3
# nasm -v has format "NASM version <foo> <extra stuff>"
4
#
4
#
5
# This shell looks for version, then sees if we're 0.98.19 or greater
5
# This shell looks for version, then sees if we're 0.98.19 or greater
6
#
6
#

Return to bug 204505