DFBSee is an image viewer and video player using DirectFB. It asks DirectFB for a suitable media provider for the given files and displays them. --- Only for Linux systems ...
16 lines
421 B
Text
16 lines
421 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2003/06/03 03:13:27 xtraeme Exp $
|
|
|
|
--- src/volume.c.orig 2003-06-04 04:56:18.000000000 +0200
|
|
+++ src/volume.c 2003-06-04 04:57:08.000000000 +0200
|
|
@@ -30,7 +30,11 @@
|
|
#include <fcntl.h>
|
|
#include <sys/ioctl.h>
|
|
|
|
+#ifdef __linux__
|
|
#include <linux/soundcard.h>
|
|
+#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
|
+#include <soundcard.h>
|
|
+#endif
|
|
|
|
#include <directfb.h>
|
|
|