From 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 26 Jul 2016 16:51:15 +0000 Subject: Cleanup patches, a* categories. Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight --- audio/mous/files/patch-contrib_ffmpeg-strip-wma_common.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 audio/mous/files/patch-contrib_ffmpeg-strip-wma_common.h (limited to 'audio/mous/files/patch-contrib_ffmpeg-strip-wma_common.h') 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);\ -- cgit v1.2.3