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 (-1 / +1 lines)
Lines 28881-28887 fi Link Here
28881
   if test x$USENASM = xtrue; then
28881
   if test x$USENASM = xtrue; then
28882
       echo "$as_me:$LINENO: checking nasm version..." >&5
28882
       echo "$as_me:$LINENO: checking nasm version..." >&5
28883
echo $ECHO_N "checking nasm version...... $ECHO_C" >&6
28883
echo $ECHO_N "checking nasm version...... $ECHO_C" >&6
28884
       BILLSNASM_arg=`nasm -r | tr '.' ' '`
28884
       BILLSNASM_arg=`nasm -v | tr '.' ' '`
28885
        BILLSNASM_ret=`util/testnasm.sh $BILLSNASM_arg`
28885
        BILLSNASM_ret=`util/testnasm.sh $BILLSNASM_arg`
28886
       if test x$BILLSNASM_ret = x"yes"; then
28886
       if test x$BILLSNASM_ret = x"yes"; then
28887
          USENASM=true
28887
          USENASM=true
(-)mpeg4ip-1.5.0.1.orig/configure.in (-1 / +1 lines)
Lines 682-688 if test x$enable_mmx = xyes; then Link Here
682
   if test x$USENASM = xtrue; then
682
   if test x$USENASM = xtrue; then
683
       AC_MSG_CHECKING(nasm version...)
683
       AC_MSG_CHECKING(nasm version...)
684
       BILLSNASM_arg=`nasm -r | tr '.' ' '`
684
       BILLSNASM_arg=`nasm -v | tr '.' ' '`
685
        BILLSNASM_ret=`util/testnasm.sh $BILLSNASM_arg`
685
        BILLSNASM_ret=`util/testnasm.sh $BILLSNASM_arg`
686
       if test x$BILLSNASM_ret = x"yes"; then
686
       if test x$BILLSNASM_ret = x"yes"; then
687
          USENASM=true
687
          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