You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/smpeg/files/smpeg-0.4.4-malloc.patch

22 lines
441 B

--- 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. */