CC = libtool gcc
queue4: queue4.c
$(CC) -Wall `gstreamer-config --cflags --libs` queue4.c -o queue4
clean:
rm -f *.o queue4