[FFmpeg-devel] [PATCH] avfilter: add signalstats filter

Michael Niedermayer michaelni at gmx.at
Tue Jun 3 04:36:58 CEST 2014


On Mon, Jun 02, 2014 at 11:50:27PM +0200, Clément Bœsch wrote:
> Signed-off-by: Mark Heath <mjpeg0 at silicontrip.net>
> Signed-off-by: Dave Rice <dericed at yahoo.com>
> Signed-off-by: Clément Bœsch <u at pkh.me>
> ---
> TODO: bump lavfi minor
> ---
>  Changelog                    |   1 +
>  doc/filters.texi             | 168 +++++++++++++++
>  libavfilter/Makefile         |   1 +
>  libavfilter/allfilters.c     |   1 +
>  libavfilter/vf_signalstats.c | 479 +++++++++++++++++++++++++++++++++++++++++++
>  5 files changed, 650 insertions(+)
>  create mode 100644 libavfilter/vf_signalstats.c

seems to fail to build with --enable-shared

libavfilter/libavfilter.so: undefined reference to `ff_inverse'
libavfilter/libavfilter.so: undefined reference to `ff_inverse'
libavfilter/libavfilter.so: undefined reference to `ff_sqrt_tab'
libavfilter/libavfilter.so: undefined reference to `ff_sqrt_tab'

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

There will always be a question for which you do not know the correct answer.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140603/b9da9965/attachment.asc>


More information about the ffmpeg-devel mailing list