Mercurial > mplayer.hg
view TOOLS/bmovl-test/Makefile @ 20769:c2c578148d71
r20774: Adding ability to check allowed frequency range.
r20775: Spelling fix: Allowable -> Allowed
r20780: MSGTRs for ao_alsa.c
r20781: MSGTRs for libvo/aspect.c and libvo/vo_xv.c
r20782: remove duplicate MSGTR
r20783: 11l, revert r20782
typo fixed
author | voroshil |
---|---|
date | Wed, 08 Nov 2006 17:36:49 +0000 |
parents | b4c865e17155 |
children | ca4294014917 |
line wrap: on
line source
include ../../config.mak bmovl-test$(EXESUF): bmovl-test.c $(CC) -O3 $(SDL_INC) -lSDL_image -o $@ bmovl-test.c clean: rm -f bmovl-test