SOURCES: libx264-acam.patch - ppc files need config.h to get SYS_L...

qboosh qboosh at pld-linux.org
Sun Oct 30 23:16:31 CET 2005


Author: qboosh                       Date: Sun Oct 30 22:16:31 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- ppc files need config.h to get SYS_LINUX

---- Files affected:
SOURCES:
   libx264-acam.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/libx264-acam.patch
diff -u SOURCES/libx264-acam.patch:1.5 SOURCES/libx264-acam.patch:1.6
--- SOURCES/libx264-acam.patch:1.5	Sun Oct 30 23:03:20 2005
+++ SOURCES/libx264-acam.patch	Sun Oct 30 23:16:26 2005
@@ -525,3 +525,42 @@
  #include <stdarg.h>
  
  #define X264_BUILD 36
+--- x264-snapshot-20051022-2245/common/ppc/mc.c.orig	2005-10-22 20:45:02.000000000 +0000
++++ x264-snapshot-20051022-2245/common/ppc/mc.c	2005-10-30 21:53:12.282262072 +0000
+@@ -21,6 +21,10 @@
+  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+  *****************************************************************************/
+ 
++#ifdef HAVE_CONFIG_H
++#include "config.h"
++#endif
++
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>
+--- x264-snapshot-20051022-2245/common/ppc/pixel.c.orig	2005-10-22 20:45:02.000000000 +0000
++++ x264-snapshot-20051022-2245/common/ppc/pixel.c	2005-10-30 21:56:32.323851128 +0000
+@@ -21,6 +21,10 @@
+  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+  *****************************************************************************/
+ 
++#ifdef HAVE_CONFIG_H
++#include "config.h"
++#endif
++
+ #ifdef SYS_LINUX
+ #include <altivec.h>
+ #endif
+--- x264-snapshot-20051022-2245/common/ppc/dct.c.orig	2005-10-22 20:45:02.000000000 +0000
++++ x264-snapshot-20051022-2245/common/ppc/dct.c	2005-10-30 22:04:08.401516784 +0000
+@@ -21,6 +21,10 @@
+  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+  *****************************************************************************/
+ 
++#ifdef HAVE_CONFIG_H
++#include "config.h"
++#endif
++
+ #ifdef SYS_LINUX
+ #include <altivec.h>
+ #endif
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/libx264-acam.patch?r1=1.5&r2=1.6&f=u




More information about the pld-cvs-commit mailing list