diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-10 07:58:11 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-05-15 06:53:22 +0200 |
commit | 4a1ac8c43fcf526b249c3409f1ba54755143a224 (patch) | |
tree | 1f2172bbbe39203734671fb31e802431ead9554d /libavfilter/Makefile | |
parent | 4c64fed37ce0964c45d3699ccf5ac55b077a8291 (diff) | |
download | ffmpeg-4a1ac8c43fcf526b249c3409f1ba54755143a224.tar.gz |
lavfi: move buffer management function to a separate file.
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 12819cbb06..680b8d958c 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -15,6 +15,7 @@ OBJS = allfilters.o \ audio.o \ avfilter.o \ avfiltergraph.o \ + buffer.o \ buffersink.o \ buffersrc.o \ defaults.o \ |