diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-06-17 12:36:52 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-06-26 13:15:26 +0200 |
commit | 0b3b95813576aeafc64813c93c6387b24e210f9a (patch) | |
tree | 49eececc608c53c5f7417acf1e22ab981e3b43f2 /libavfilter/Makefile | |
parent | 6c1e065bd4a20f6bcac14667ae11d7ffee1551d9 (diff) | |
download | ffmpeg-0b3b95813576aeafc64813c93c6387b24e210f9a.tar.gz |
lavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME cruft
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index c77d450d7e..b78960932f 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -10,7 +10,6 @@ HEADERS = avfilter.h \ buffersink.h \ buffersrc.h \ version.h \ - vsrc_buffer.h \ OBJS = allfilters.o \ audio.o \ |