- 20090107 snapshot - dropped .sh extension from shell scripts in %{_bindir} - BR: yasm for more asm-optimized routines - rebased patchesel8
parent
222646425a
commit
1e4c7b9249
@ -1,2 +1,2 @@
|
|||||||
mplayer-export-2008-12-18.tar.bz2
|
mplayer-export-2009-01-07.tar.bz2
|
||||||
Blue-1.7.tar.bz2
|
Blue-1.7.tar.bz2
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
diff -up mplayer-export-2008-12-18/libavcodec/Makefile.compile mplayer-export-2008-12-18/libavcodec/Makefile
|
diff -up mplayer-export-2009-01-07/libavcodec/Makefile.compile mplayer-export-2009-01-07/libavcodec/Makefile
|
||||||
--- mplayer-export-2008-12-18/libavcodec/Makefile.compile 2008-12-17 01:54:54.000000000 +0100
|
--- mplayer-export-2009-01-07/libavcodec/Makefile.compile 2009-01-06 23:01:57.000000000 +0100
|
||||||
+++ mplayer-export-2008-12-18/libavcodec/Makefile 2008-12-18 19:44:49.000000000 +0100
|
+++ mplayer-export-2009-01-07/libavcodec/Makefile 2009-01-08 21:32:58.000000000 +0100
|
||||||
@@ -505,3 +505,7 @@ include $(SUBDIR)../subdir.mak
|
@@ -511,3 +511,7 @@ include $(SUBDIR)../subdir.mak
|
||||||
|
|
||||||
$(SUBDIR)dct-test$(EXESUF): $(SUBDIR)fdctref.o $(SUBDIR)aandcttab.o
|
$(SUBDIR)dct-test$(EXESUF): $(SUBDIR)fdctref.o $(SUBDIR)aandcttab.o
|
||||||
$(SUBDIR)fft-test$(EXESUF): $(SUBDIR)fdctref.o
|
$(SUBDIR)fft-test$(EXESUF): $(SUBDIR)fdctref.o
|
||||||
+ifeq ($(ARCH_X86_32),yes)
|
+ifeq ($(ARCH_X86_32),yes)
|
||||||
+$(SUBDIR)i386/snowdsp_mmx.o: CFLAGS += -fomit-frame-pointer
|
+$(SUBDIR)x86/snowdsp_mmx.o: CFLAGS += -fomit-frame-pointer
|
||||||
+$(SUBDIR)h264.o: CFLAGS += -fomit-frame-pointer
|
+$(SUBDIR)h264.o: CFLAGS += -fomit-frame-pointer
|
||||||
+endif
|
+endif
|
||||||
|
Loading…
Reference in new issue