Rene Rebe:
updated glibmm, gtkmm, glademm, gnome-vfsmm, gconfmm and libmatroska for
compilation with gcc-3.4
fixed devhelp and openal to compile (no matter what compiler)
fixed balsa, efsd, inkscape, fam, soup, magicpoint, blackbox, clanlib, ecore
and mjpegtools to compile with gcc-3.4
[2004051415232407276] (https://www.rocklinux.net/submaster)
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3036 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago |
|
--- ./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: + ;
} } }
|