gstreamer/tests/old/examples/helloworld2/Makefile
Wim Taymans c8c0ac4e78 An example using autoplug. Works for mp3 files only for now.
Original commit message from CVS:
An example using autoplug. Works for mp3 files only for now.
2000-08-21 21:23:27 +00:00

11 lines
213 B
Makefile

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