|
# --- 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/tibit/mjpegtools/gcc34.patch
|
|
# ROCK Linux is Copyright (C) 1998 - 2004 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 ---
|
|
|
|
--- ./mpeg2enc/picture.cc.orig 2004-05-14 09:59:53.570487912 +0200
|
|
+++ ./mpeg2enc/picture.cc 2004-05-14 10:00:08.136273576 +0200
|
|
@@ -83,9 +83,9 @@
|
|
}
|
|
|
|
|
|
- curref = new (uint8_t *)[5];
|
|
- curorg = new (uint8_t *)[5];
|
|
- pred = new (uint8_t *)[5];
|
|
+ curref = new uint8_t* [5];
|
|
+ curorg = new uint8_t* [5];
|
|
+ pred = new uint8_t* [5];
|
|
|
|
for( i = 0 ; i<3; i++)
|
|
{
|
|
--- ./lavtools/lavpipe.c.orig 2004-05-14 10:27:18.105480592 +0200
|
|
+++ ./lavtools/lavpipe.c 2004-05-14 10:28:04.736391616 +0200
|
|
@@ -582,6 +582,7 @@
|
|
mjpeg_info( "closing input %d (source %d)", i, current_index);
|
|
decommission_pipe_source(source);
|
|
KEEP_SOURCE:
|
|
+ ;
|
|
}
|
|
}
|
|
}
|