freebsd-ports/graphics/xmms-scivi/files/patch-src_scivi.h
Marcus Alves Grando b3cd987b53 Scivi is a visualization plugin for XMMS, uses 3D
Accelerated hardware, but is not actually 3D.

Features:

Low CPU Usage because of 3D accelerated hardware.
All effects including potentially expensive complex
image transformations are done in hardware. So, if
you have a fast video card, your CPU most of a time
will be idle!

Powerful C-style Scripting Language will help you to
program your own nice presets! The visualization is
under your control!

Root-window rendering supported. Put a nice video
effects on your desktop! This feature is window-manager
dependent. KDE and GNOME probably won't work
Press 'V' to switch to root-window mode.

Full-screen rendering. Planned.

WWW: http://xmms-scivi.sourceforge.net/

PR:		87488
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-10-16 00:09:24 +00:00

10 lines
230 B
C

--- src/scivi.h.orig Wed Jan 28 17:28:55 2004
+++ src/scivi.h Fri Oct 14 21:46:01 2005
@@ -19,6 +19,7 @@
#ifndef SCIVI_H
#define SCIVI_H
+#include <pthread.h>
#include <X11/Xlib.h>
#include <gtk/gtk.h>
#include "glstuff.h"