mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
5517ee9a26
- Split plugins to separate port - Transfer maintainership to multimedia@ PR: ports/152419 Submitted by: nox
14 lines
250 B
Diff
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
|