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