mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-16 19:16:42 +02:00
13 lines
201 B
Diff
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*/
|
|
|