all: oqtencoder oqtencoder: oqtencoder.c gcc -g -o oqtencoder oqtencoder.c -lopenquicktime $(CFLAGS) $(LDFLAGS) clean: rm -f *~ rm -f oqtencoder