[FFmpeg-devel] [PATCH] lavd: add uncoded_frame test program.

Michael Niedermayer michaelni at gmx.at
Sat Feb 8 21:23:20 CET 2014


On Sat, Feb 08, 2014 at 08:49:31PM +0100, Nicolas George wrote:
> Le decadi 20 pluviôse, an CCXXII, Clément Bœsch a écrit :
> > What would prevent a FATE test to depend on CONFIG_UNCODED_FRAME_EXAMPLE?
> 
> IIRC, the examples have a different build system.
> 
> > Having the tool in PROGS doesn't look like a wise solution to me... I'm
> > not comfortable having this tool half mixed with the fftools build system
> > at all.
> 
> Do you like the attached version better?
> 
> Regards,
> 
> -- 
>   Nicolas George

>  Makefile              |    3 
>  tools/uncoded_frame.c |  277 ++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 279 insertions(+), 1 deletion(-)
> 598f18bfcd59962d6a7885790dbc0f1a238912b9  0001-tools-add-uncoded_frame-test-program.patch
> From dbdfa65623e16d8deac458818610deba5a466561 Mon Sep 17 00:00:00 2001
> From: Nicolas George <george at nsup.org>
> Date: Mon, 3 Feb 2014 09:12:27 +0100
> Subject: [PATCH] tools: add uncoded_frame test program.

breaks out of tree builds

mkdir something
cd something
../configure --enable-libvorbis && make alltools -j12
(also fails without enable-libvorbis)

/usr/bin/ld: warning: libavcodec.so.55, needed by /usr/local/lib64/libavdevice.so, may conflict with libavcodec.so.53
libavfilter/libavfilter.a(f_select.o): In function `config_input':
ffmpeg/libavfilter/f_select.c:248: undefined reference to `avpriv_dsputil_init'
libavfilter/libavfilter.a(vf_deshake.o): In function `config_props':
ffmpeg/libavfilter/vf_deshake.c:417: undefined reference to `avpriv_dsputil_init'
libavfilter/libavfilter.a(vf_elbg.o): In function `filter_frame':
ffmpeg/libavfilter/vf_elbg.c:148: undefined reference to `avpriv_init_elbg'
ffmpeg/libavfilter/vf_elbg.c:151: undefined reference to `avpriv_do_elbg'
libavformat/libavformat.a(matroskadec.o): In function `matroska_read_header':
ffmpeg/libavformat/matroskadec.c:1937: undefined reference to `av_codec_set_seek_preroll'
libavformat/libavformat.a(matroskaenc.o): In function `mkv_write_packet':
ffmpeg/libavformat/matroskaenc.c:1648: undefined reference to `av_copy_packet_side_data'
libavformat/libavformat.a(mux.o): In function `ff_interleave_add_packet':
ffmpeg/libavformat/mux.c:658: undefined reference to `av_copy_packet_side_data'
ffmpeg/libavformat/mux.c:658: undefined reference to `av_copy_packet_side_data'
libavformat/libavformat.a(oggparseopus.o): In function `opus_header':
ffmpeg/libavformat/oggparseopus.c:70: undefined reference to `av_codec_set_seek_preroll'
libavformat/libavformat.a(oggparsevorbis.o): In function `vorbis_update_metadata':
ffmpeg/libavformat/oggparsevorbis.c:265: undefined reference to `av_packet_pack_dictionary'
libavformat/libavformat.a(oggparsevorbis.o): In function `vorbis_packet':
ffmpeg/libavformat/oggparsevorbis.c:395: undefined reference to `avpriv_vorbis_parse_frame_flags'
ffmpeg/libavformat/oggparsevorbis.c:407: undefined reference to `avpriv_vorbis_parse_frame_flags'
ffmpeg/libavformat/oggparsevorbis.c:433: undefined reference to `avpriv_vorbis_parse_frame_flags'
collect2: ld returned 1 exit status
make: *** [tools/uncoded_frame] Error 1
make: *** Waiting for unfinished jobs....



[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The real ebay dictionary, page 1
"Used only once"    - "Some unspecified defect prevented a second use"
"In good condition" - "Can be repaird by experienced expert"
"As is" - "You wouldnt want it even if you were payed for it, if you knew ..."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140208/eba1bf0b/attachment.asc>


More information about the ffmpeg-devel mailing list