view TOOLS/bmovl-test/Makefile @ 16992:58e526a6a8dc

Big OSD cleanup. Replace the mess with 100's of counter vars with a clean and simple interface. As a bonus osd messages can now be displayed on the console if there is no vo (or osd is disabled in libvo).
author albeu
date Wed, 16 Nov 2005 16:51:48 +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