diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2015-06-13 17:39:09 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2015-06-13 17:39:09 +0000 |
commit | 26f15501240220409f7632b9446adfb09f0cf14a (patch) | |
tree | 8be299e017ae491ac8ccbbe97f7340e1bf846ad9 /multimedia/avidemux2/files/ffmpeg-libavutil-common.h.patch | |
parent | Fix digest authentication fail on URLs with a querystring for third-party htt... (diff) |
Remove multimedia/avidemux2 from head. The 2.5 branch is no longer maintained
upstream, and all versions from this branch have security vulnerabilities.
Notes
Notes:
svn path=/head/; revision=389475
Diffstat (limited to 'multimedia/avidemux2/files/ffmpeg-libavutil-common.h.patch')
-rw-r--r-- | multimedia/avidemux2/files/ffmpeg-libavutil-common.h.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/avidemux2/files/ffmpeg-libavutil-common.h.patch b/multimedia/avidemux2/files/ffmpeg-libavutil-common.h.patch deleted file mode 100644 index a201c8b98728..000000000000 --- a/multimedia/avidemux2/files/ffmpeg-libavutil-common.h.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- libavutil/common.h.orig -+++ libavutil/common.h -@@ -37,6 +37,10 @@ - #include "attributes.h" - #include "libavutil/avconfig.h" - -+#ifndef UINT64_C -+#define UINT64_C(c) (c ## UL) -+#endif -+ - #if AV_HAVE_BIGENDIAN - # define AV_NE(be, le) (be) - #else |