void-packages/srcpkgs/avidemux/patches/musl-memcpy.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

11 lines
345 B
Diff

--- avidemux_core/ADM_core/include/ADM_assert.h 2015-06-10 07:42:47.000000000 +0200
+++ avidemux_core/ADM_core/include/ADM_assert.h 2015-09-28 08:08:55.729367070 +0200
@@ -69,7 +69,7 @@
#define ADM_dealloc(x) ADM_dezalloc( (void *)x)
-#ifndef __APPLE__
+#if !defined(__APPLE__) && defined(__GLIBC__)
#define memcpy myAdmMemcpy
#endif