Author: rathann
Update of /cvs/free/rpms/x264/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17574
Modified Files:
x264-rpm.patch
Log Message:
ppc fix, try 1
x264-rpm.patch:
Index: x264-rpm.patch
===================================================================
RCS file: /cvs/free/rpms/x264/devel/x264-rpm.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- x264-rpm.patch 2 Dec 2008 23:33:45 -0000 1.3
+++ x264-rpm.patch 3 Dec 2008 00:23:13 -0000 1.4
@@ -1,6 +1,6 @@
diff -up x264-20081202/configure.r x264-20081202/configure
--- x264-20081202/configure.r 2008-12-02 23:26:25.000000000 +0100
-+++ x264-20081202/configure 2008-12-03 00:19:58.000000000 +0100
++++ x264-20081202/configure 2008-12-03 01:19:48.000000000 +0100
@@ -41,7 +41,7 @@ as_check() {
return $TMP
}
@@ -41,8 +41,16 @@
cat > x264.pc << EOF
diff -up x264-20081202/Makefile.r x264-20081202/Makefile
--- x264-20081202/Makefile.r 2008-12-02 23:26:25.000000000 +0100
-+++ x264-20081202/Makefile 2008-12-03 00:21:09.000000000 +0100
-@@ -77,14 +77,25 @@ libx264.a: .depend $(OBJS) $(OBJASM)
++++ x264-20081202/Makefile 2008-12-03 01:21:24.000000000 +0100
+@@ -53,6 +53,7 @@ ALTIVECSRC += common/ppc/mc.c common/ppc
+ common/ppc/predict.c
+ SRCS += $(ALTIVECSRC)
+ $(ALTIVECSRC:%.c=%.o): CFLAGS += $(ALTIVECFLAGS)
++common/ppc/pixel.c: CFLAGS += -flax-vector-conversions
+ endif
+
+ # VIS optims
+@@ -77,14 +78,25 @@ libx264.a: .depend $(OBJS) $(OBJASM)
ar rc libx264.a $(OBJS) $(OBJASM)
ranlib libx264.a
@@ -68,7 +76,7 @@
%.o: %.asm
$(AS) $(ASFLAGS) -o $@ $<
-@@ -148,10 +159,12 @@ install: x264$(EXE) $(SONAME)
+@@ -148,10 +160,12 @@ install: x264$(EXE) $(SONAME)
install -d $(DESTDIR)$(bindir) $(DESTDIR)$(includedir)
install -d $(DESTDIR)$(libdir) $(DESTDIR)$(libdir)/pkgconfig
install -m 644 x264.h $(DESTDIR)$(includedir)
Show replies by date