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