]> git.pld-linux.org Git - packages/avifile.git/commitdiff
- obsoleted
authoraflinta <aflinta@pld-linux.org>
Fri, 21 Feb 2003 12:11:54 +0000 (12:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avifile-configure.patch -> 1.2
    avifile-xft.patch -> 1.2

avifile-configure.patch [deleted file]
avifile-xft.patch [deleted file]

diff --git a/avifile-configure.patch b/avifile-configure.patch
deleted file mode 100644 (file)
index b754136..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -uNr avifile0.7-0.7.16.orig/configure.in avifile0.7-0.7.16/configure.in
---- avifile0.7-0.7.16.orig/configure.in        Sat Oct  5 09:19:20 2002
-+++ avifile0.7-0.7.16/configure.in     Sat Oct  5 10:19:22 2002
-@@ -807,7 +807,9 @@
-     if test x$ffmpeg_cpu = xx86 ; then
-       AC_DEFINE(ARCH_X86, 1, [Define if you want to build ffmpeg on x86 architecture.])
--      AC_DEFINE(HAVE_MMX, 1, [Define if you want to build ffmpeg with mmx code.])
-+        if test x$ffmpeg_x86opt != x--disable-mmx ; then
-+          AC_DEFINE(HAVE_MMX, 1, [Define if you want to build ffmpeg with mmx code.])
-+      fi                          
-     fi
-     AC_DEFINE(CONFIG_ENCODERS, 1, [Define if you want to build ffmpeg encoders.])
diff --git a/avifile-xft.patch b/avifile-xft.patch
deleted file mode 100644 (file)
index 0d71320..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -urN avifile0.7-0.7.24.orig/lib/video/renderer.cpp avifile0.7-0.7.24/lib/video/renderer.cpp
---- avifile0.7-0.7.24.orig/lib/video/renderer.cpp      Tue Jan  7 23:33:55 2003
-+++ avifile0.7-0.7.24/lib/video/renderer.cpp   Wed Jan  8 12:30:09 2003
-@@ -1125,11 +1125,11 @@
-           if (slen && xftfont)
-           {
-               XGlyphInfo extents;
--              XftTextExtents8(dpy, xftfont, sub, slen, &extents);
-+              XftTextExtents8(dpy, xftfont, (_Xconst FcChar8*)sub, slen, &extents);
-               int fm_width_sub = extents.xOff;
-               XftDrawString8(xftdraw, xftcolor, xftfont,
-                              (pic_w - fm_width_sub) / 2,
--                             draw_h, sub, slen);
-+                             draw_h, (_Xconst FcChar8*)sub, slen);
-           }
- #endif /* HAVE_LIBXFT */
-           if (slen && font)
This page took 0.034461 seconds and 4 git commands to generate.