From 438cfc61ee3fae8875dbbf24a44fa7d75969f2b3 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Wed, 6 Jun 2012 21:42:40 +0000 Subject: Ajout Makefile, résolution crash malloc (tableau statique à la place). Données audio 2 channels : apparament avec un offset style [i*nchan] on obtient bcp de valeurs à 0... FFT : valeurs en sortie toutes pétées, faut débugguer. Conso CPU : correcte MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///var/svn/2012-violon-leds/trunk@13 6be1fa4d-33ac-4c33-becc-79fcb3794bb6 --- tests/test5/compil.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 tests/test5/compil.sh (limited to 'tests/test5/compil.sh') diff --git a/tests/test5/compil.sh b/tests/test5/compil.sh deleted file mode 100755 index 776669a..0000000 --- a/tests/test5/compil.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -ex -gcc -Wall -g -c gtkvumeter.c $(pkg-config --cflags gtk+-2.0) -gcc -Wall -g -c win_main.c $(pkg-config --cflags gtk+-2.0) -gcc -Wall -g -c compute.c $(pkg-config --cflags gtk+-2.0) -gcc -Wall -g -c test5.c $(pkg-config --cflags gtk+-2.0 gthread-2.0 libpulse) -gcc -Wall -g -c capture.c $(pkg-config --cflags gtk+-2.0 libpulse) -gcc -Wall -o test5 *.o $(pkg-config --libs gtk+-2.0 gthread-2.0 libpulse) -- cgit v1.2.3