diff options
Diffstat (limited to 'graphics/avidemux/patches/patch-ac')
-rw-r--r-- | graphics/avidemux/patches/patch-ac | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/avidemux/patches/patch-ac b/graphics/avidemux/patches/patch-ac deleted file mode 100644 index 038dd8be87a..00000000000 --- a/graphics/avidemux/patches/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 2003/08/02 15:51:41 jmmv Exp $ - ---- avidemux/ADM_audiodevice/ADM_deviceoss.cpp.orig 2003-05-12 13:10:29.000000000 +0200 -+++ avidemux/ADM_audiodevice/ADM_deviceoss.cpp -@@ -29,10 +29,14 @@ - #ifdef OSS_SUPPORT - #include "ADM_library/default.h" - #include "audio_out.h" -+#if defined(__NetBSD__) || defined(__OpenBSD__) -+#include <soundcard.h> -+#else - #include <sys/soundcard.h> -+#endif - #include "ADM_audiodevice/ADM_deviceoss.h" - --const char *dsp = "/dev/dsp"; -+const char *dsp = DEVOSSAUDIO; - - //_______________________________________________ - // |