[-]
[+]
|
Changed |
MPlayer.spec
|
|
[-]
[+]
|
Changed |
MPlayer-1.0pre7-gcc4-altivec.patch
^
|
@@ -64,15 +64,16 @@
+#endif
#include "swscale.h"
#include "swscale_internal.h"
-
-@@ -604,6 +607,7 @@
+
+@@ -652,7 +652,7 @@
#ifdef HAVE_ALTIVEC
if (c->flags & SWS_CPU_CAPS_ALTIVEC)
{
-+ extern SwsFunc yuv2rgb_init_altivec(SwsContext *);
- SwsFunc t = yuv2rgb_init_altivec(c);
- if(t) return t;
+- SwsFunc t = yuv2rgb_init_altivec(c);
++ extern SwsFunc yuv2rgb_init_altivec(SwsContext *);
+ if (t) return t;
}
+ #endif
--- libswscale/yuv2rgb_altivec.c
+++ libswscale/yuv2rgb_altivec.c
@@ -90,6 +90,9 @@
|
[-]
[+]
|
Changed |
MPlayer-decl.patch
^
|
@@ -1,5 +1,5 @@
---- libmpdvdkit2/libdvdcss.c
-+++ libmpdvdkit2/libdvdcss.c
+--- libdvdcss/libdvdcss.c
++++ libdvdcss/libdvdcss.c
@@ -135,6 +135,8 @@
#include "ioctl.h"
#include "device.h"
|
[-]
[+]
|
Changed |
MPlayer-pci_linux_gnu_source.patch
^
|
@@ -1,5 +1,5 @@
---- libdha/pci.c
-+++ libdha/pci.c
+--- vidix/pci.c
++++ vidix/pci.c
@@ -50,7 +50,8 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
@@ -7,16 +7,16 @@
-
+
+#define _GNU_SOURCE
- #include "libdha.h"
+ #include "dha.h"
#include <errno.h>
#include <string.h>
---- libdha/sysdep/pci_linux.c
-+++ libdha/sysdep/pci_linux.c
+--- vidix/sysdep/pci_linux.c
++++ vidix/sysdep/pci_linux.c
@@ -3,6 +3,7 @@
$XFree86: xc/programs/Xserver/hw/xfree86/etc/scanpci.c,v 3.34.2.17 1998/11/10 11:55:40 dawes Exp $
Modified for readability by Nick Kurshev
*/
-+#define _GNU_SOURCE
++#define _GNU_SOURCE
#include <errno.h>
- #include <unistd.h>
#ifdef __i386__
+ //#include <sys/perm.h> doesn't exist on libc5 systems
|
|
Added |
MPlayer-1.0rc2.tar.bz2
^
|