read MIDI IN messages in new thread

This commit is contained in:
Tomasz Moń
2009-04-30 10:32:24 +02:00
parent f1359d18e4
commit 6512696240
3 changed files with 139 additions and 44 deletions

View File

@@ -1,7 +1,7 @@
CC = gcc
CFLAGS = `pkg-config --cflags glib-2.0 gio-2.0 gtk+-2.0` -Wall -g -ansi -std=c99
OFLAG = -o
LIBS = `pkg-config --libs glib-2.0 gio-2.0 gtk+-2.0 alsa` -lexpat
LIBS = `pkg-config --libs glib-2.0 gio-2.0 gtk+-2.0 gthread-2.0 alsa` -lexpat
.SUFFIXES : .o .c
.c.o :