qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Patch: support OSS on solaris
@ 2007-05-12 17:29 Ben Taylor
  0 siblings, 0 replies; only message in thread
From: Ben Taylor @ 2007-05-12 17:29 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 198 bytes --]


I've recrafted my patch for supporting OpenSound System on Solaris by
checking for it automatically, instead of providing an option.  Also added
a status flag on whether OSS is enabled or not.

Ben

[-- Attachment #2: 01-qemu-configure-oss-sol.diff --]
[-- Type: text/x-patch, Size: 474 bytes --]

--- qemu.ORIG/configure	2007-05-09 10:06:06.000000000 -0400
+++ qemu/configure	2007-05-12 13:30:31.292001000 -0400
@@ -157,6 +157,9 @@
             kqemu="yes"
         fi
     fi
+    if test -f /usr/include/sys/soundcard.h ; then
+        oss=yes
+    fi
 ;;
 *)
 oss="yes"
@@ -667,6 +670,7 @@
     fmod_support=""
 fi
 echo "FMOD support      $fmod $fmod_support"
+echo "OSS support       $oss"
 if test -n "$sparc_cpu"; then
     echo "Target Sparc Arch $sparc_cpu"
 fi

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-05-12 17:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-12 17:29 [Qemu-devel] Patch: support OSS on solaris Ben Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).