view TOOLS/bmovl-test/Makefile @ 15149:8319e8b0c437

remove x264 option "cabacidc", because the default is always best.
author lorenm
date Wed, 13 Apr 2005 19:10:29 +0000
parents bb8835f8be72
children b4c865e17155
line wrap: on
line source

include ../../config.mak

bmovl-test: bmovl-test.c
	$(CC) -O3 $(SDL_INC) -lSDL_image -o bmovl-test bmovl-test.c

clean:
	rm -f bmovl-test