mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
9f6529b3d3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1694 b3059339-0415-0410-9bf9-f77b7e298cf2
14 lines
331 B
Makefile
14 lines
331 B
Makefile
|
|
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
|