diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/mous/files/patch-contrib_ffmpeg-strip-wma_common.h | |
parent | MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff) |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'audio/mous/files/patch-contrib_ffmpeg-strip-wma_common.h')
-rw-r--r-- | audio/mous/files/patch-contrib_ffmpeg-strip-wma_common.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/mous/files/patch-contrib_ffmpeg-strip-wma_common.h b/audio/mous/files/patch-contrib_ffmpeg-strip-wma_common.h new file mode 100644 index 000000000000..74fc198e38e8 --- /dev/null +++ b/audio/mous/files/patch-contrib_ffmpeg-strip-wma_common.h @@ -0,0 +1,14 @@ +--- contrib/ffmpeg-strip-wma/common.h.orig 2012-06-28 14:58:11 UTC ++++ contrib/ffmpeg-strip-wma/common.h +@@ -1150,11 +1150,6 @@ if(256*256*256*64%(tcount+tskip_count)== + + #define CLAMP_TO_8BIT(d) ((d > 0xff) ? 0xff : (d < 0) ? 0 : d) + +-/* avoid usage of various functions */ +-#define malloc please_use_av_malloc +-#define free please_use_av_free +-#define realloc please_use_av_realloc +- + #define CHECKED_ALLOCZ(p, size)\ + {\ + p= av_mallocz(size);\ |