mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
92db508307
This moves work from the configure to the Make stage where it can be parallelized and ensures that pkgconfig files are updated when library versions change. Bug-Id: 449
18 lines
943 B
Makefile
18 lines
943 B
Makefile
NAME = swscale
|
|
DESC = Libav image rescaling library
|
|
|
|
HEADERS = swscale.h \
|
|
version.h \
|
|
|
|
OBJS = input.o \
|
|
options.o \
|
|
output.o \
|
|
rgb2rgb.o \
|
|
swscale.o \
|
|
swscale_unscaled.o \
|
|
utils.o \
|
|
yuv2rgb.o \
|
|
|
|
TESTPROGS = colorspace \
|
|
swscale \
|