freebsd-ports/audio/xmms2/files/patch-src_clients_sdl-vis_sdl-vis.c
Edwin Groothuis b77f6c7da9 [PATCH] audio/xmms2: Lots of cleanup
Lots of general cleanup, especially to unbreak things for the slaveports
        - unbreak sdl-vis
        - make it so slaves don't need to have the dependencies required for xmm
s2d

        Added file(s):
        - files/patch-src_clients_sdl-vis_sdl-vis.c
        - files/patch-src_xmms_Program

PR:             ports/95216
Submitted by:   Alexander Botero-Lowry <alex@foxybanana.com>
2006-04-02 06:55:41 +00:00

13 lines
342 B
C

--- src/clients/sdl-vis/sdl-vis.c Mon Mar 27 11:34:45 2006
+++ src/clients/sdl-vis/sdl-vis.c.orig Sat Apr 1 18:21:01 2006
@@ -27,8 +27,8 @@
#define FFT_BITS 10
#define FFT_LEN (1<<FFT_BITS)
-#include <SDL/SDL.h>
-#include <SDL/SDL_ttf.h>
+#include <SDL.h>
+#include <SDL_ttf.h>
#include <glib.h>
#include <math.h>
#include <stdlib.h>