Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 19 years ago
parent
commit
a77e13eebe
3 changed files with 62 additions and 2 deletions
  1. +3
    -2
      package/public/avifile/avifile.desc
  2. +33
    -0
      package/public/avifile/gcc4-h264-hotfix.patch-x
  3. +26
    -0
      package/public/avifile/xvid4-needs-libm.patch

+ 3
- 2
package/public/avifile/avifile.desc

@ -39,7 +39,8 @@
[L] GPL
[S] Beta
[V] 0.7.43
[V] 0-7-050913
[P] X -?---5---9 158.700
[D] 3121285125 avifile-0.7-0.7.43.tar.bz2 http://dl.sourceforge.net/sourceforge/avifile/
#[D] 3121285125 avifile-0.7-0.7.43.tar.bz2 http://dl.sourceforge.net/sourceforge/avifile/
[D] X avifile-0.7-050913.tar.bz2 cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/avifile/ avifile-0.6 -D 2005-09-13

+ 33
- 0
package/public/avifile/gcc4-h264-hotfix.patch-x

@ -0,0 +1,33 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: package/.../avifile/gcc4-h264-hotfix.patch
# Copyright (C) 2004 - 2005 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- T2-COPYRIGHT-NOTE-END ---
--- ./ffmpeg/libavcodec/i386/h264dsp_mmx.c.orig 2000-01-01 00:00:00.000000000 +0100
+++ ./ffmpeg/libavcodec/i386/h264dsp_mmx.c 2005-09-14 13:57:24.000000000 +0200
@@ -260,6 +260,7 @@
}
static void h264_h_loop_filter_luma_mmx2(uint8_t *pix, int stride, int alpha, int beta, int8_t *tc0)
{
+#if 0
//FIXME: could cut some load/stores by merging transpose with filter
// also, it only needs to transpose 6x8
uint8_t trans[8*8];
@@ -275,6 +276,7 @@
transpose4x4(pix-2, trans +2*8, stride, 8);
transpose4x4(pix-2+4*stride, trans+4+2*8, stride, 8);
}
+#endif
}
static inline void h264_loop_filter_chroma_mmx2(uint8_t *pix, int stride, int alpha1, int beta1, int8_t *tc0)

+ 26
- 0
package/public/avifile/xvid4-needs-libm.patch

@ -0,0 +1,26 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: package/.../avifile/xvid4-needs-libm.patch
# Copyright (C) 2004 - 2005 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- T2-COPYRIGHT-NOTE-END ---
--- avifile-0.7-0.7.41/m4/xvid4.m4~ 2004-02-18 21:55:17.000000000 +0100
+++ avifile-0.7-0.7.41/m4/xvid4.m4 2004-10-26 18:55:47.122867616 +0200
@@ -33,7 +33,7 @@
AC_CHECK_HEADER(xvid.h, have_xvid4=yes)
fi
CPPFLAGS=$ac_save_CPPFLAGS
- XVID4_LIBS="$XVID4_LIBS -lxvidcore"
+ XVID4_LIBS="$XVID4_LIBS -lxvidcore -lm"
dnl
dnl Now check if the installed XviD is sufficiently new.

Loading…
Cancel
Save