X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type; q=dns; s=default; b=BvzEbOKWYAt3B26iXxS6Na/mxm5z8 MaDdxG6TwCDgvhK9Ln4IRaLwSH/GLAPdpAeswLpmrXNlXUHe7uMWiGdMKGnS+0gy 3p3t4QNKmNkfk5j+zpjk49ut2KriM3f2etgjB+D+NxvpJ5x9c1A56iTV9SQWjvgg xQHPL2ckBRHlP8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type; s=default; bh=fGp1VSSl1DLfXo916trGXQlaI6Q=; b=kWB lUfoKmLyNKZiYecISPJNPRRu8Z8cY/uaRFR+OxXXjJFKPplhVvHGXqf4emChxvAK VfhDdoBP2wtbRKFEBFRMefRpUk9UbkIp34n+vAviZlaF/ZiRSkcFU/FCU80JbTGD YGPtDwLdK8kAdhqUgd8aVWAA1c6q3Y1uGDANz37o= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f173.google.com X-Received: by 10.42.40.83 with SMTP id k19mr31789254ice.3.1395273871252; Wed, 19 Mar 2014 17:04:31 -0700 (PDT) Message-ID: <532A3090.5020203@users.sourceforge.net> Date: Wed, 19 Mar 2014 19:04:32 -0500 From: "Yaakov (Cygwin/X)" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: libao: patch for wmm backend Content-Type: multipart/mixed; boundary="------------080906010908000809030707" --------------080906010908000809030707 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit David, FYI, the wmm backend in libao can be built with the attached patch. Yaakov --------------080906010908000809030707 Content-Type: text/plain; charset=windows-1252; name="libao-1.1.0-mingw-w64.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="libao-1.1.0-mingw-w64.patch" For KSDATAFORMAT_SUBTYPE_PCM in src/ao_wmm.c --- origsrc/libao-1.1.0/configure.ac 2011-02-22 10:25:13.000000000 -0600 +++ src/libao-1.1.0/configure.ac 2013-11-19 23:20:49.921179600 -0600 @@ -228,7 +228,7 @@ AS_IF([test "x$enable_wmm" != "xno"], [AC_CHECK_HEADERS([mmsystem.h], [ AC_MSG_CHECKING([waveOut family functions]) - waveout_old_LIBS="$LIBS"; LIBS="$LIBS -lwinmm" + waveout_old_LIBS="$LIBS"; LIBS="$LIBS -lwinmm -Wl,-lksguid" dnl Can't use AC_SEARCH_LIBS because symbols are decorated AC_LINK_IFELSE([ #include --------------080906010908000809030707 Content-Type: text/plain; charset=us-ascii -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple --------------080906010908000809030707--