1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/multimedia/avidemux2/files/ffmpeg-libavutil-common.h.patch
Pav Lucistnik 5517ee9a26 - Update to 2.5.4
- Split plugins to separate port
- Transfer maintainership to multimedia@

PR:		ports/152419
Submitted by:	nox
2010-12-10 14:04:46 +00:00

14 lines
250 B
Diff

--- 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