mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
- 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>
11 lines
301 B
C
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
|