[FFmpeg-devel] [PATCH] configure: cleanup unused checks for symver
Michael Niedermayer
michael at niedermayer.cc
Thu May 19 22:02:54 CEST 2016
On Thu, May 19, 2016 at 04:55:29PM +0200, Natanael Copa wrote:
> Nothing uses symvers since commit d63443b9 (lavc: drop the
> av_fast_{re,m}alloc compatibility wrappers).
>
> Signed-off-by: Natanael Copa <ncopa at alpinelinux.org>
> ---
> configure | 21 ---------------------
> 1 file changed, 21 deletions(-)
this causes pages of warnings:
CC libavfilter/f_reverse.o
CC libavfilter/f_select.o
CC libavfilter/f_sendcmd.o
CC libavfilter/f_streamselect.o
CC libavfilter/fifo.o
In file included from ./libavutil/common.h:467:0,
from ./libavutil/avutil.h:288,
from ./libavutil/opt.h:31,
from libavfilter/f_reverse.c:21:
./libavutil/internal.h:196:5: warning: "HAVE_SYMVER_ASM_LABEL" is not defined [-Wundef]
./libavutil/internal.h:200:7: warning: "HAVE_SYMVER_GNU_ASM" is not defined [-Wundef]
In file included from ./libavutil/common.h:467:0,
from ./libavutil/avutil.h:288,
from ./libavutil/eval.h:29,
from libavfilter/f_select.c:27:
./libavutil/internal.h:196:5: warning: "HAVE_SYMVER_ASM_LABEL" is not defined [-Wundef]
./libavutil/internal.h:200:7: warning: "HAVE_SYMVER_GNU_ASM" is not defined [-Wundef]
In file included from ./libavutil/common.h:467:0,
from ./libavutil/avutil.h:288,
from ./libavutil/file.h:24,
from libavfilter/f_sendcmd.c:28:
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I have often repented speaking, but never of holding my tongue.
-- Xenocrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160519/c37d852e/attachment.sig>
More information about the ffmpeg-devel
mailing list