Magellan Linux

Annotation of /trunk/xine-lib/patches/xine-lib-1.1.0-vidix-gcc4.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 1167 byte(s)
-import

1 niro 153 diff -x '*~' -ur xine-lib-1.0.1/src/video_out/libdha/sysdep/AsmMacros_generic.h xine-lib-1.0.1-gcc4/src/video_out/libdha/sysdep/AsmMacros_generic.h
2     --- xine-lib-1.0.1/src/video_out/libdha/sysdep/AsmMacros_generic.h 2005-04-26 10:09:11.000000000 +0200
3     +++ xine-lib-1.0.1-gcc4/src/video_out/libdha/sysdep/AsmMacros_generic.h 2005-05-01 17:38:54.524010720 +0200
4     @@ -5,7 +5,7 @@
5     #ifndef __ASM_MACROS_GENERIC_H
6     #define __ASM_MACROS_GENERIC_H
7    
8     -#warn This stuff is not ported on yur system
9     +#warning This stuff is not ported on yur system
10    
11     static __inline__ void outb(short port,char val)
12     {
13     diff -x '*~' -ur xine-lib-1.0.1/src/video_out/libdha/sysdep/pci_generic_cpu.c xine-lib-1.0.1-gcc4/src/video_out/libdha/sysdep/pci_generic_cpu.c
14     --- xine-lib-1.0.1/src/video_out/libdha/sysdep/pci_generic_cpu.c 2005-04-26 10:09:11.000000000 +0200
15     +++ xine-lib-1.0.1-gcc4/src/video_out/libdha/sysdep/pci_generic_cpu.c 2005-05-01 17:25:01.756610608 +0200
16     @@ -1,7 +1,7 @@
17     /*
18     Generic stuff to compile VIDIX only on any system (SCRATCH)
19     */
20     -#warn This stuff is not ported on yur system
21     +#warning This stuff is not ported on yur system
22    
23     static int pci_config_type( void )
24     {