void-packages/srcpkgs/avidemux/patches/musl-uint.patch
Jürgen Buchmüller a123b6d423 New package: avidemux-2.6.10
Closes #2626

Disabled MesaLib, vdpau and libva for now.

I couldn't get vdpau/libva to work right. I could make avidemux link
against the packages, but there was no video frame image displayed in
the UI when the output was set to va or vdpau.

Perhaps I was just missing some additional dependency.
2015-09-28 08:53:19 +02:00

13 lines
358 B
Diff

--- avidemux/common/ADM_requant/tcrequant.c 2015-06-10 07:42:47.000000000 +0200
+++ avidemux/common/ADM_requant/tcrequant.c 2015-09-28 08:32:51.149470555 +0200
@@ -62,6 +62,10 @@
#define MODULE_NAME MODULE_TCREQUANT
#include "ADM_debug.h"
+#if !defined(__GLIBC__)
+typedef uint32_t uint;
+#endif
+
// / MEANX
void mixDump_c(uint8_t *p, uint32_t l);