[FFmpeg-devel] [FFmpeg-cvslog] lavf: move fifo test muxer into separate file

James Almer jamrial at gmail.com
Wed Feb 7 05:01:24 EET 2018


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 <josh at itanimul.li> | 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?


More information about the ffmpeg-devel mailing list