- 20090329 snapshot from 1.0rc3 branch - fix RPM_OPT_FLAGS usageel8
parent
cb216606fc
commit
64d9abd556
@ -1,2 +1,2 @@
|
||||
Blue-1.7.tar.bz2
|
||||
mplayer-export-2009-03-19.tar.bz2
|
||||
mplayer-export-2009-03-29.tar.bz2
|
||||
|
@ -0,0 +1,12 @@
|
||||
diff -up mplayer-export-2009-03-29/configure.cflags mplayer-export-2009-03-29/configure
|
||||
--- mplayer-export-2009-03-29/configure.cflags 2009-03-29 00:21:21.000000000 +0100
|
||||
+++ mplayer-export-2009-03-29/configure 2009-03-30 22:58:32.000000000 +0200
|
||||
@@ -795,7 +795,7 @@ for ac_option do
|
||||
;;
|
||||
|
||||
--extra-cflags=*)
|
||||
- extra_cflags=`echo $ac_option | cut -d '=' -f 2`
|
||||
+ extra_cflags=`echo $ac_option | cut -d '=' -f 2-`
|
||||
;;
|
||||
--extra-ldflags=*)
|
||||
extra_ldflags=`echo $ac_option | cut -d '=' -f 2`
|
@ -1,11 +0,0 @@
|
||||
diff -up mplayer-export-2009-01-07/libavcodec/Makefile.compile mplayer-export-2009-01-07/libavcodec/Makefile
|
||||
--- mplayer-export-2009-01-07/libavcodec/Makefile.compile 2009-01-06 23:01:57.000000000 +0100
|
||||
+++ mplayer-export-2009-01-07/libavcodec/Makefile 2009-01-08 21:32:58.000000000 +0100
|
||||
@@ -511,3 +511,7 @@ include $(SUBDIR)../subdir.mak
|
||||
|
||||
$(SUBDIR)dct-test$(EXESUF): $(SUBDIR)fdctref.o $(SUBDIR)aandcttab.o
|
||||
$(SUBDIR)fft-test$(EXESUF): $(SUBDIR)fdctref.o
|
||||
+ifeq ($(ARCH_X86_32),yes)
|
||||
+$(SUBDIR)x86/snowdsp_mmx.o: CFLAGS += -fomit-frame-pointer
|
||||
+$(SUBDIR)h264.o: CFLAGS += -fomit-frame-pointer
|
||||
+endif
|
Loading…
Reference in new issue