diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-06-20 01:54:58 +0000 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-08-07 20:06:56 +0200 |
commit | 13c506918729c8a75d1012ba485fe25755c8221a (patch) | |
tree | ad721639542f9889767733b6ea037a872f0da707 /libavfilter/Makefile | |
parent | 13bbc464ed949c7ec46a1147d6f3c496d320386c (diff) | |
download | ffmpeg-13c506918729c8a75d1012ba485fe25755c8221a.tar.gz |
lavfi: add smptebars source
Patch readapted by Stefano Sabatini, color values proposed by Tim
Nicholson <nichot20@yahoo.com>.
Address trac ticket #1462.
See thread:
Subject: [FFmpeg-devel] [PATCH] smptebars filter
Date: Wed, 20 Jun 2012 01:54:58 +0000
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
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 727ab4e219..b6bd37f148 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -139,6 +139,7 @@ OBJS-$(CONFIG_MANDELBROT_FILTER) += vsrc_mandelbrot.o OBJS-$(CONFIG_MPTESTSRC_FILTER) += vsrc_mptestsrc.o OBJS-$(CONFIG_NULLSRC_FILTER) += vsrc_testsrc.o OBJS-$(CONFIG_RGBTESTSRC_FILTER) += vsrc_testsrc.o +OBJS-$(CONFIG_SMPTEBARS_FILTER) += vsrc_testsrc.o OBJS-$(CONFIG_TESTSRC_FILTER) += vsrc_testsrc.o OBJS-$(CONFIG_BUFFERSINK_FILTER) += sink_buffer.o |