Mercurial > mplayer.hg
view TOOLS/bmovl-test/Makefile @ 21347:2d5ad5048952
Use av_int2dbl to read doubles instead of our somewhat broken le2me_dbl
(le2me_dbl assumes float and int endianness are the same).
author | reimar |
---|---|
date | Tue, 28 Nov 2006 19:01:04 +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