git.videolan.org
/
ffmpeg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
swscale: Check memory allocations
[ffmpeg.git]
/
libswscale
/
Makefile
1
NAME = swscale
2
3
HEADERS = swscale.h \
4
version.h \
5
6
OBJS = input.o \
7
options.o \
8
output.o \
9
rgb2rgb.o \
10
swscale.o \
11
swscale_unscaled.o \
12
utils.o \
13
yuv2rgb.o \
14
15
TESTPROGS = colorspace \
16
swscale \