diff options
author | Nicolas George <george@nsup.org> | 2015-12-03 20:05:14 +0100 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2016-12-18 10:38:52 +0100 |
commit | 62b11db0a08cbb8c338e413a0d1707a8c81ae24e (patch) | |
tree | 523b2248b9e12c92b6129d70ca79dae6caccc518 /libavfilter/Makefile | |
parent | 14090b70502968efc2e393a8d2dfc06e32558897 (diff) | |
download | ffmpeg-62b11db0a08cbb8c338e413a0d1707a8c81ae24e.tar.gz |
lavfi: add FFFrameQueue API.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
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 \ |