On Wed, Feb 07, 2018 at 12:01:24AM -0300, James Almer wrote: > On 2/6/2018 11:52 PM, Michael Niedermayer wrote: > > On Tue, Feb 06, 2018 at 06:57:47PM +0000, Josh de Kock wrote: > >> ffmpeg | branch: master | Josh de Kock <[email protected]> | Tue Jan 2 > >> 13:36:05 2018 +0000| [598d5f8579b3a048a643486a5f20fc4d479a2017] | > >> committer: Josh de Kock > >> > >> lavf: move fifo test muxer into separate file > >> > >> This fixes the fate-fifo-muxer test with the clarified > >> removal of registering external formats. > >> > >>> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=598d5f8579b3a048a643486a5f20fc4d479a2017 > >> --- > >> > >> libavformat/Makefile | 2 +- > >> libavformat/allformats.c | 1 + > >> libavformat/fifo_test.c | 151 > >> +++++++++++++++++++++++++++++++++++++++++ > >> libavformat/tests/fifo_muxer.c | 115 +------------------------------ > >> 4 files changed, 155 insertions(+), 114 deletions(-) > > > > breaks build on linux arm qemu > > > > LD ffmpeg_g > > libavformat/libavformat.a(allformats.o):(.rodata+0x74): undefined reference > > to `ff_fifo_test_muxer' > > collect2: ld returned 1 exit status > > make: *** [ffmpeg_g] Error 1 > > I noticed and fixed this earlier tonight in 8885a29e5d, unless it wasn't > enough?
your commit fixes it, my checkout was a few hours behind [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Many that live deserve death. And some that die deserve life. Can you give it to them? Then do not be too eager to deal out death in judgement. For even the very wise cannot see all ends. -- Gandalf
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
