diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-03-29 09:53:18 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-03-29 09:53:18 +0000 |
commit | 2c36078d184e6b3fde44793800a6c8ca0b0639f1 (patch) | |
tree | 19d35773be783fd6761833f599af82301c20ceac /multimedia/transcode/files/patch-ffmpeg:libavcodec:mem.c | |
parent | Reorder the 'configure-message patch-libtool' targets in _CONFIGURE_SEQ (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_8_0'.release/4.8.0
Notes
Notes:
svn path=/head/; revision=77676
svn path=/tags/RELEASE_4_8_0/; revision=77677; tag=release/4.8.0
Diffstat (limited to 'multimedia/transcode/files/patch-ffmpeg:libavcodec:mem.c')
-rw-r--r-- | multimedia/transcode/files/patch-ffmpeg:libavcodec:mem.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/transcode/files/patch-ffmpeg:libavcodec:mem.c b/multimedia/transcode/files/patch-ffmpeg:libavcodec:mem.c deleted file mode 100644 index a82054ab658e..000000000000 --- a/multimedia/transcode/files/patch-ffmpeg:libavcodec:mem.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |