aports/testing/mediastreamer2-plugin-x264/gcc14.patch

13 lines
201 B
Diff

--- a/src/msx264.c
+++ b/src/msx264.c
@@ -36,6 +36,10 @@
#define VERSION "1.4.1"
#endif
+#ifndef MS_UNUSED
+#define MS_UNUSED(x) ((void)(x))
+#endif
+
#define RC_MARGIN 10000 /*bits per sec*/