summaryrefslogtreecommitdiff
path: root/media-libs/smpeg/files/smpeg-0.4.4-malloc.patch
blob: c4939e36e9392ea47f4e4ad09944cc4e16975ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- smpeg-0.4.4.orig/glmovie.c
+++ smpeg-0.4.4/glmovie.c
@@ -6,7 +6,6 @@
 #include "smpeg.h"
 #include "SDL.h"
 #include <stdlib.h>
-#include <malloc.h>
 #include <string.h>
 #include <unistd.h>
 #include "glmovie.h"
--- smpeg-0.4.4.orig/glmovie-tile.c
+++ smpeg-0.4.4/glmovie-tile.c
@@ -16,7 +16,7 @@
  */
 
 #include "glmovie.h"
-#include <malloc.h>
+#include <stdlib.h>
 #include <string.h>
 
 /* Some data is redundant at this stage. */