mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d68321e2a0
libflash (FlashLib) is a GPL Flash (TM) Library to play Flash movies.
15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
--- sound.cc.orig Thu Sep 2 00:10:03 1999
|
|
+++ sound.cc Thu Oct 12 14:49:31 2000
|
|
@@ -26,7 +26,11 @@
|
|
#include <fcntl.h>
|
|
#include <sys/ioctl.h>
|
|
#ifndef NOSOUND
|
|
+#ifdef __FreeBSD__
|
|
+#include <machine/soundcard.h>
|
|
+#else
|
|
#include <linux/soundcard.h>
|
|
+#endif
|
|
#endif
|
|
|
|
#ifdef RCSID
|