Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 19 years ago
parent
commit
0ce99ef001
2 changed files with 2 additions and 46 deletions
  1. +0
    -44
      package/tibit/mjpegtools/gcc34.patch
  2. +2
    -2
      package/tibit/mjpegtools/mjpegtools.desc

+ 0
- 44
package/tibit/mjpegtools/gcc34.patch

@ -1,44 +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/tibit/mjpegtools/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 ---
--- ./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:
+ ;
}
}
}

+ 2
- 2
package/tibit/mjpegtools/mjpegtools.desc

@ -39,8 +39,8 @@
[L] GPL
[S] Stable
[V] 1.6.2
[V] 1.8.0
[P] X -?---5---9 156.800
[D] 1617100419 mjpegtools-1.6.2.tar.gz http://download.sourceforge.net/mjpeg/
[D] 3871400418 mjpegtools-1.8.0.tar.gz http://dl.sourceforge.net/sourceforge/mjpeg/

Loading…
Cancel
Save