summaryrefslogtreecommitdiff
path: root/multimedia/vlc-devel/files/patch-modules_visualization_galaktos_PCM.c
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/vlc-devel/files/patch-modules_visualization_galaktos_PCM.c')
-rw-r--r--multimedia/vlc-devel/files/patch-modules_visualization_galaktos_PCM.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/vlc-devel/files/patch-modules_visualization_galaktos_PCM.c b/multimedia/vlc-devel/files/patch-modules_visualization_galaktos_PCM.c
deleted file mode 100644
index 78799ac46b59..000000000000
--- a/multimedia/vlc-devel/files/patch-modules_visualization_galaktos_PCM.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/visualization/galaktos/PCM.c.orig Fri Nov 26 08:21:47 2004
-+++ modules/visualization/galaktos/PCM.c Fri Nov 26 08:22:06 2004
-@@ -79,7 +79,7 @@
- //Takes in a 2x512 array of PCM samples
- //and stores them
-
--void addPCM(int16_t PCMdata[2][512])
-+void addPCM(short PCMdata[2][512])
- {
- int i,j;
- int samples=512;