freebsd-ports/audio/mxv/files/patch-ai
Gerald Pfeifer 35fb3fea77 Update to version 1.25 (still broken, though less badly).
PR:		33082
Submitted by:	Ulrich Spoerlein <q@uni.de>
Approved by:	obrien (mentor)
2003-01-16 13:36:35 +00:00

14 lines
327 B
Text

--- vw_converter.C.orig Sun Feb 18 04:29:16 2001
+++ vw_converter.C Mon Jan 13 16:09:13 2003
@@ -36,7 +36,11 @@
#ifdef DEBUG_MIXER
#include <string.h>
#endif
+#ifdef __FreeBSD__
+#include <machine/soundcard.h>
+#else
#include <sys/soundcard.h>
+#endif
#include <String.h>
#include "localdefs.h"
#include "application.h"