Hi!

On Debian we've applied the attached patch to achieve the following:

 * Removed duplicate declaration of buf_rect to fix FTBFS.

We thought you might be interested in doing the same.

Cheers.

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0
Description: Removed duplicate declaration of buf_rect.
Bug-Debian: http://bugs.debian.org/287641
Author: Guenter Geiger <gei...@debian.org>
---
 src/main.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- meterbridge.orig/src/main.h
+++ meterbridge/src/main.h
@@ -8,7 +8,7 @@
 
 extern SDL_Surface *screen;
 extern SDL_Surface *image, *meter, *meter_buf;
-extern SDL_Rect win, buf_rect[MAX_METERS], dest[MAX_METERS];
+extern SDL_Rect win, dest[MAX_METERS];
 
 extern jack_port_t *input_ports[MAX_METERS];
 extern jack_port_t *output_ports[MAX_METERS];
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to