Re: [FFmpeg-devel] [PATCH] avformat: fix apm makefile dependency

2020-05-27 Thread Michael Niedermayer
On Tue, May 26, 2020 at 01:06:11PM +0200, Paul B Mahol wrote: > lgtm will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB There will always be a question for which you do not know the correct answer. signature.asc Description: PGP signature

Re: [FFmpeg-devel] [PATCH] avformat: fix apm makefile dependency

2020-05-26 Thread Paul B Mahol
lgtm On 5/26/20, Zane van Iperen wrote: > Uses ff_get_wav_header() in riffdec.c > > Signed-off-by: Zane van Iperen > --- > libavformat/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/Makefile b/libavformat/Makefile > index fa325d2320..efe82f9f08

[FFmpeg-devel] [PATCH] avformat: fix apm makefile dependency

2020-05-26 Thread Zane van Iperen
Uses ff_get_wav_header() in riffdec.c Signed-off-by: Zane van Iperen --- libavformat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/Makefile b/libavformat/Makefile index fa325d2320..efe82f9f08 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile