]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- outdated
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 26 Jun 2007 21:12:31 +0000 (21:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg-kill-mabi_altivec.patch -> 1.2
    ffmpeg-link.patch -> 1.2

ffmpeg-kill-mabi_altivec.patch [deleted file]
ffmpeg-link.patch [deleted file]

diff --git a/ffmpeg-kill-mabi_altivec.patch b/ffmpeg-kill-mabi_altivec.patch
deleted file mode 100644 (file)
index 409f02b..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
- when compiled with -mabi=altivec gcc saves and restores altivec registers
- in long jump macro, it's bad, mplayer don't use long jump much, but uses it
- for returning from sigill catch routine, so the problem was ILL was sent
- before sigill catch was completely prepared
- I hope -mabi=altivec is not really needed
-                                       -- Sparky
-
---- ffmpeg-export-2006-12-04/configure~        2006-12-05 14:03:28.645649333 +0200
-+++ ffmpeg-export-2006-12-04/configure 2006-12-05 14:04:21.376838155 +0200
-@@ -1327,7 +1327,7 @@
-         if test -n "`$cc -v 2>&1 | grep version | grep Apple`"; then
-             add_cflags "-faltivec"
-         else
--            add_cflags "-maltivec -mabi=altivec"
-+            add_cflags "-maltivec"
-         fi
-     fi
- fi
diff --git a/ffmpeg-link.patch b/ffmpeg-link.patch
deleted file mode 100644 (file)
index 007847e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- ffmpeg-export-2006-12-04/configure.orig    2006-12-09 15:54:35.240089000 +0100
-+++ ffmpeg-export-2006-12-04/configure 2006-12-09 15:59:15.528061817 +0100
-@@ -311,7 +311,7 @@
- check_ld(){
-     log check_ld "$@"
-     check_cc || return
--    check_cmd $cc $LDFLAGS "$@" -o $TMPE $TMPO $extralibs
-+    check_cmd $cc $LDFLAGS -o $TMPE $TMPO "$@" $extralibs
- }
- check_cflags(){
This page took 0.038741 seconds and 4 git commands to generate.