projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
511cf61
)
build: avfilter: Remove duplicate compilation entry for vf_scale
author
Diego Biurrun
<diego@biurrun.de>
Thu, 20 Dec 2012 19:44:39 +0000
(20:44 +0100)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 20 Dec 2012 23:18:34 +0000
(
00:18
+0100)
vf_scale should not be unconditionally compiled even if disabled.
libavfilter/Makefile
patch
|
blob
|
history
diff --git
a/libavfilter/Makefile
b/libavfilter/Makefile
index
2559e8a
..
a37d422
100644
(file)
--- a/
libavfilter/Makefile
+++ b/
libavfilter/Makefile
@@
-21,7
+21,6
@@
OBJS = allfilters.o \
drawutils.o \
formats.o \
graphparser.o \
- vf_scale.o \
video.o \
OBJS-$(CONFIG_AFIFO_FILTER) += fifo.o