@ -0,0 +1,32 @@ |
|||||
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
# |
||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
# Please add additional copyright information _after_ the line containing |
||||
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
# |
||||
|
# ROCK Linux: rock-src/package/rene/ffmpeg/compile.patch |
||||
|
# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf |
||||
|
# |
||||
|
# 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. |
||||
|
# |
||||
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
diff -ruN ffmpeg-0.4.9-pre1/Makefile ffmpeg-0.4.9-pre1-new/Makefile
|
||||
|
--- ffmpeg-0.4.9-pre1/Makefile 2004-07-08 13:02:04.000000000 +0200
|
||||
|
+++ ffmpeg-0.4.9-pre1-new/Makefile 2004-07-26 12:55:08.261050798 +0200
|
||||
|
@@ -14,6 +14,9 @@
|
||||
|
LDFLAGS+=-p |
||||
|
endif |
||||
|
|
||||
|
+# ReneR: well the maintainer could also test his ... without imlib2 support
|
||||
|
+EXTRALIBS+=-L/usr/X11/lib -lX11
|
||||
|
+
|
||||
|
MANPAGE=$(SRC_PATH)/doc/ffmpeg.1 |
||||
|
PROG=ffmpeg$(EXESUF) |
||||
|
PROGTEST=output_example$(EXESUF) |
@ -0,0 +1,36 @@ |
|||||
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
# |
||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
# Please add additional copyright information _after_ the line containing |
||||
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
# |
||||
|
# ROCK Linux: rock-src/package/rene/ffmpeg/ffmpeg.conf |
||||
|
# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf |
||||
|
# |
||||
|
# This program is free software; you can redistribute it and/or modify |
||||
|
# it 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. A copy of the GNU General Public |
||||
|
# License can be found at Documentation/COPYING. |
||||
|
# |
||||
|
# Many people helped and are helping developing ROCK Linux. Please |
||||
|
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
# file for details. |
||||
|
# |
||||
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
# fill options the configure does not attempt to detect ... |
||||
|
pkginstalled lame && var_append extraconfopt " " "--enable-mp3lame" |
||||
|
pkginstalled ogg-vorbis && var_append extraconfopt " " "--enable-libogg --enable-vorbis" |
||||
|
pkginstalled libtheora && var_append extraconfopt " " "--enable-theora" |
||||
|
pkginstalled faad2 && var_append extraconfopt " " "--enable-faad --enable-faadbin" |
||||
|
pkginstalled faac && var_append extraconfopt " " "--enable-faac" |
||||
|
pkginstalled gsm && var_append extraconfopt " " "--enable-libgsm" |
||||
|
pkginstalled xvid && var_append extraconfopt " " "--enable-xvid" |
||||
|
pkginstalled x264 && var_append extraconfopt " " "--enable-x264" |
||||
|
pkginstalled libdca && var_append extraconfopt " " "--enable-dts" |
||||
|
pkginstalled a52dec && var_append extraconfopt " " "--enable-a52" |
||||
|
|
||||
|
var_append confopt " " "--enable-shared --enable-pp --enable-gpl --enable-pthreads" |
||||
|
|
@ -0,0 +1,37 @@ |
|||||
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
# |
||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
# Please add additional copyright information _after_ the line containing |
||||
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
# |
||||
|
# ROCK Linux: rock-src/package/rene/ffmpeg/gcc34.patch |
||||
|
# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf |
||||
|
# |
||||
|
# 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. |
||||
|
# |
||||
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
diff -ruN ffmpeg-0.4.9-pre1/libavcodec/liba52/resample_mmx.c ffmpeg-0.4.9-pre1-patch/libavcodec/liba52/resample_mmx.c
|
||||
|
--- ffmpeg-0.4.9-pre1/libavcodec/liba52/resample_mmx.c 2003-04-16 22:03:07.000000000 +0200
|
||||
|
+++ ffmpeg-0.4.9-pre1-patch/libavcodec/liba52/resample_mmx.c 2004-07-21 08:35:46.066975912 +0200
|
||||
|
@@ -7,10 +7,10 @@
|
||||
|
and it would mean (C / MMX2 / MMX / 3DNOW) versions |
||||
|
*/ |
||||
|
|
||||
|
-static uint64_t __attribute__((aligned(8))) magicF2W= 0x43c0000043c00000LL;
|
||||
|
-static uint64_t __attribute__((aligned(8))) wm1010= 0xFFFF0000FFFF0000LL;
|
||||
|
-static uint64_t __attribute__((aligned(8))) wm0101= 0x0000FFFF0000FFFFLL;
|
||||
|
-static uint64_t __attribute__((aligned(8))) wm1100= 0xFFFFFFFF00000000LL;
|
||||
|
+static uint64_t magicF2W attribute_used __attribute__((aligned(8))) = 0x43c0000043c00000LL;
|
||||
|
+static uint64_t wm1010 attribute_used __attribute__((aligned(8))) = 0xFFFF0000FFFF0000LL;
|
||||
|
+static uint64_t wm0101 attribute_used __attribute__((aligned(8))) = 0x0000FFFF0000FFFFLL;
|
||||
|
+static uint64_t wm1100 attribute_used __attribute__((aligned(8))) = 0xFFFFFFFF00000000LL;
|
||||
|
|
||||
|
static int a52_resample_MONO_to_5_MMX(float * _f, int16_t * s16){ |
||||
|
int32_t * f = (int32_t *) _f; |
@ -1,47 +0,0 @@ |
|||||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# Please add additional copyright information _after_ the line containing |
|
||||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|
||||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|
||||
# |
|
||||
# ROCK Linux: rock-src/package/stf/avview/gcc34.patch |
|
||||
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf |
|
||||
# |
|
||||
# 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. |
|
||||
# |
|
||||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
diff -dur avview-0.80.3/alsa.c avview-0.80.3-patch/alsa.c
|
|
||||
--- avview-0.80.3/alsa.c 2004-01-03 18:17:58.000000000 +0000
|
|
||||
+++ avview-0.80.3-patch/alsa.c 2004-07-12 23:32:34.000000000 +0000
|
|
||||
@@ -297,7 +297,6 @@
|
|
||||
} |
|
||||
Tcl_ListObjAppendElement(interp,list,list2); |
|
||||
break; |
|
||||
- default:
|
|
||||
} |
|
||||
Tcl_ListObjAppendElement(interp, ans, list); |
|
||||
j++; |
|
||||
Nur in avview-0.80.3-patch: alsa.c~. |
|
||||
diff -dur avview-0.80.3/vbi.c avview-0.80.3-patch/vbi.c
|
|
||||
--- avview-0.80.3/vbi.c 2004-01-03 18:18:03.000000000 +0000
|
|
||||
+++ avview-0.80.3-patch/vbi.c 2004-07-15 23:37:56.000000000 +0000
|
|
||||
@@ -98,10 +98,10 @@
|
|
||||
Tcl_VarEval(data->interp, data->event_command, " aspect {}", NULL); |
|
||||
break; |
|
||||
|
|
||||
- default:
|
|
||||
+
|
|
||||
} |
|
||||
break; |
|
||||
- default:
|
|
||||
+
|
|
||||
} |
|
||||
} |
|
||||
|
|