Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 5ca76178576172c7a2bc4b85fd18a3cc > files > 4

mppdec-r96-10.mga9.src.rpm

diff -Naur mpptools-r96/Makefile mpptools-r96-new/Makefile
--- mpptools-r96/Makefile	2007-07-24 13:39:05.000000000 -0300
+++ mpptools-r96-new/Makefile	2008-03-21 18:49:33.000000000 -0300
@@ -254,7 +254,7 @@
 
 # Lists of object and C files
 
-MPPDEC_OBJ = cpu_feat.o decode.o http.o huffsv7.o huffsv46.o id3tag.o mppdec.o profile.o requant.o synth.o synthasm.o synthtab.o toolsd.o wave_out.o stderr.o _setargv.o
+MPPDEC_OBJ = decode.o http.o huffsv7.o huffsv46.o id3tag.o mppdec.o profile.o requant.o synth.o synthtab.o toolsd.o wave_out.o stderr.o _setargv.o
 MPPDEC_SRC =            decode.c http.c huffsv7.c huffsv46.c id3tag.c mppdec.c profile.c requant.c synth.c            synthtab.c tools.c  wave_out.c stderr.c _setargv.c
 MPPDEC_ASO = cpu_feat.o                                                                                     synthasm.o
 
diff -Naur mpptools-r96/mppdec.h mpptools-r96-new/mppdec.h
--- mpptools-r96/mppdec.h	2007-07-24 13:39:05.000000000 -0300
+++ mpptools-r96-new/mppdec.h	2008-03-21 18:50:10.000000000 -0300
@@ -103,6 +103,7 @@
 # include <sys/stat.h>
 #endif
 
+# undef USE_ASM
 
 #if   defined __linux__
 #  include <fpu_control.h>
diff -Naur mpptools-r96/mpp.h mpptools-r96-new/mpp.h
--- mpptools-r96/mpp.h	2007-07-24 13:39:04.000000000 -0300
+++ mpptools-r96-new/mpp.h	2008-03-21 18:53:58.000000000 -0300
@@ -28,7 +28,7 @@
 // use optimized assembler routines for Pentium III/K6-2/Athlon (only 32 bit OS, Intel x86 and no MAKE_xxBITS)
 // you need the NASM assembler on your system, the program becomes a little bit larger and decoding
 // on AMD K6-2 (x3), AMD K6-III (x3), AMD Duron (x1.7), AMD Athlon (x1.7), Pentium III (x2) and Pentium 4 (x1.8) becomes faster
-#define USE_ASM
+#undef USE_ASM
 
 // Open Sound System support (only Unix with OSS support)
 // If your Operating System supports the Open Sound System, you can output to /dev/dsp* and