view Gui/bitmap/bitmap.mak @ 4064:3c747168eb6e

1. subs know are readed after reading AVI header so we already know fps 2. modified vplayer format reader - default time is ~6 sec - maybe that should be an option
author atlka
date Wed, 09 Jan 2002 16:35:24 +0000
parents d237c5d4b216
children
line wrap: on
line source


BITMAPOBJS =                   \
bitmap/bitmap.o                \
bitmap/tga/tga.o               \
bitmap/bmp/bmp.o               \
bitmap/png/png.o               


BITMAPSRCS =                   \
bitmap/bitmap.c                \
bitmap/tga/tga.c               \
bitmap/bmp/bmp.c               \
bitmap/png/png.c