summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-04-07 22:30:26 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-04-14 18:50:54 +0200
commitc16611ad6907316f56892fb4b163175a82ca5b8d (patch)
treed3d0b4044497da1d55a6ae04b6bad1ff6bc58370 /libavformat/Makefile
parent0c0a1d73c2310ffe52a6545a860f2e1e19e06578 (diff)
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@gmail.com>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \