[FFmpeg-cvslog] avformat/Makefile: Don't add dependency twice

Andreas Rheinhardt git at videolan.org
Tue Apr 14 19:51:39 EEST 2020


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Tue Apr  7 22:30:26 2020 +0200| [c16611ad6907316f56892fb4b163175a82ca5b8d] | committer: Andreas Rheinhardt

avformat/Makefile: Don't add dependency twice

as has happened with flac_picture.o and the Matroska demuxer.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c16611ad6907316f56892fb4b163175a82ca5b8d
---

 libavformat/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/Makefile b/libavformat/Makefile
index eab8fe5c49..09d5c7df4b 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -297,7 +297,7 @@ OBJS-$(CONFIG_M4V_MUXER)                 += rawenc.o
 OBJS-$(CONFIG_MATROSKA_DEMUXER)          += matroskadec.o matroska.o  \
                                             rmsipr.o flac_picture.o \
                                             oggparsevorbis.o vorbiscomment.o \
-                                            flac_picture.o replaygain.o
+                                            replaygain.o
 OBJS-$(CONFIG_MATROSKA_MUXER)            += matroskaenc.o matroska.o \
                                             av1.o avc.o hevc.o \
                                             flacenc_header.o avlanguage.o \



More information about the ffmpeg-cvslog mailing list