summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2015-12-03 20:05:14 +0100
committerNicolas George <george@nsup.org>2016-12-18 10:38:52 +0100
commit62b11db0a08cbb8c338e413a0d1707a8c81ae24e (patch)
tree523b2248b9e12c92b6129d70ca79dae6caccc518 /libavfilter/Makefile
parent14090b70502968efc2e393a8d2dfc06e32558897 (diff)
lavfi: add FFFrameQueue API.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index cb614c9082..9ab65eb891 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -18,6 +18,7 @@ OBJS = allfilters.o \
fifo.o \
formats.o \
framepool.o \
+ framequeue.o \
graphdump.o \
graphparser.o \
opencl_allkernels.o \