- Split plugins to separate port - Transfer maintainership to multimedia@ PR: ports/152419 Submitted by: nox
13 lines
250 B
Diff
13 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
|