diff src/portaudio.mk @ 3776:5fd074e27f85

audio: updates for libsound, portaudio * src/libsndfile-1-fixes.patch: added file * src/portaudio.mk: remove building of test program, fix typo for AR. * dist-files.mk: add libsndfile-1-fixes.patch
author John Donoghue <john.donoghue@ieee.org>
date Sun, 25 Jan 2015 07:59:19 -0500
parents f362e10a0fa7
children f9273cae479a
line wrap: on
line diff
--- a/src/portaudio.mk	Fri Jan 23 10:03:25 2015 -0500
+++ b/src/portaudio.mk	Sun Jan 25 07:59:19 2015 -0500
@@ -29,16 +29,12 @@
         --with-host_os=mingw \
         --with-winapi=wmme,directx \
         --with-dxdir=$(HOST_PREFIX) \
-        ac_cv_path_AR=$MXE_AR() \
+        ac_cv_path_AR=$(MXE_AR) \
         $(if $(filter $(BUILD_SHARED),yes),\
             lt_cv_deplibs_check_method='file_magic file format (pe-i386|pe-x86-64)' \
             lt_cv_file_magic_cmd='$$OBJDUMP -f')
     $(MAKE) -C '$(1)' -j '$(JOBS)' $(if $(filter $(BUILD_STATIC),yes),SHARED_FLAGS=) TESTS=
     $(MAKE) -C '$(1)' -j 1 install
 
-    '$(MXE_CC)' \
-        -W -Wall -Werror -ansi -pedantic \
-        '$(2).c' -o '$(1)/test-portaudio.exe' \
-        `'$(MXE_PKG_CONFIG)' portaudio-2.0 --cflags --libs`
 endef