ports/multimedia/transcode/files/patch-ffmpeg:libavcodec:mem.c
Edwin Groothuis 967a553f48 Maintainer update of graphcs/transcode
- add two patches to allow transcode to compile
 - remove .la files from lib/transcode
 - update pkg-plist
 - make portlint happier

PR:		ports/47688
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
2003-02-04 05:03:43 +00:00

11 lines
301 B
C

--- ffmpeg/libavcodec/mem.c.orig Thu Jan 30 19:58:35 2003
+++ ffmpeg/libavcodec/mem.c Thu Jan 30 19:58:45 2003
@@ -18,7 +18,7 @@
*/
#include "avcodec.h"
#ifdef HAVE_MALLOC_H
-#include <malloc.h>
+#include <stdlib.h>
#endif
/* you can redefine av_malloc and av_free in your project to use your