Re: [FFmpeg-devel] [PATCH 2/7] avformat: add fwse demuxer

2020-03-16 Thread Lou Logan
On Sun, Mar 15, 2020, at 10:22 AM, Paul B Mahol wrote: > > +++ b/libavformat/Makefile > +OBJS-$(CONFIG_FWSE_DEMUXER) += fwse.o Missing pcm.o. Same with derf demuxer in patch 4/7. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://

[FFmpeg-devel] [PATCH 2/7] avformat: add fwse demuxer

2020-03-16 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/fwse.c | 88 3 files changed, 90 insertions(+) create mode 100644 libavformat/fwse.c diff --git a/libavformat/Makefile b/libavformat/Makef

[FFmpeg-devel] [PATCH 2/7] avformat: add fwse demuxer

2020-03-15 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/fwse.c | 88 3 files changed, 90 insertions(+) create mode 100644 libavformat/fwse.c diff --git a/libavformat/Makefile b/libavformat/Makef