From patchwork Tue Apr 7 21:46:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Rheinhardt X-Patchwork-Id: 18768 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 9A54B44AF3F for ; Wed, 8 Apr 2020 00:46:34 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8D35868B6EE; Wed, 8 Apr 2020 00:46:34 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8C7D768B6B0 for ; Wed, 8 Apr 2020 00:46:24 +0300 (EEST) Received: by mail-wr1-f65.google.com with SMTP id c15so5521269wro.11 for ; Tue, 07 Apr 2020 14:46:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=y71Za4hK9l5ST0JAYlNAwPdhfeI2G314GzrXdBM3x/0=; b=iAWlqYv5sOb/nv91XpIBe9Cj/LxmO8xDy4hIObyOVmXUYnYM6GY0JfC4uicWApbhiP QR8wGV1M14uFw8xy+niBw/lm6X6oOfq6VqOhJ8m/N9ryo0UCHpmnDie5WCmt+T1d3j0S +CYANmU6QzIxwmXzqNWfdI974UlQJE3S4bJhw2yaKAq8dRHwisOjzT3NSJTr7h9koL7m lw2x95kubxMF+cYPnkX2yD0RP3zletT/YV5pePSCBctktmpcyamlwDnFtKVA0A7s8V0j uiZhSu+YWjGczT7X23htmtIpxxBK5ISXi/dXI2j04cCMNbRy7+aCsDwnOKTPIHVp+0Z/ i0CQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=y71Za4hK9l5ST0JAYlNAwPdhfeI2G314GzrXdBM3x/0=; b=DLvPHWfOCWG/yT+GT/0BRe52dpzNnFlMb7rWAghjX7OEzqlUm9QkYZ9pMM4kcbQqhZ gucIwoOzlJgOCP5ljWmBKeBsgideOcLAxcpSM4q0feT65LY/x0dw0kSRYBQkbBOBMEXw uxIXdCnwoLFg1B1QxKhAqbig253zBir6wEnuWALYD2UPoP7gi+QhjTJ81AW/ATtNzhPi gbrr2J2+1eZCXTl4PjTe+qlLxF8Tffl9UbTcoyw/oG+r+XkaEe2XFhQYInPXDzEGY61H 8Q0FCEgCTJqZTN7cG/Jo6pGOJZofcWzS/mZhzUc8wUEZMAPS0LZDutn1zbJ7ooz7NlhZ GmyQ== X-Gm-Message-State: AGi0Pub/96425jA7u17R7yFWl7xMdFYgMx1aBeXNdSX9XdeRlJ0qkIEs 9X7dvm3ejwnIZo6ii5/v7l06TGDY X-Google-Smtp-Source: APiQypJgBDdJ75D+jq69VRDCZREXFDhBxo4n3JVdcLq58mjgmUHOs3r+j79hDUZgSUGA37FvzXEzew== X-Received: by 2002:a5d:410d:: with SMTP id l13mr2827211wrp.326.1586295983703; Tue, 07 Apr 2020 14:46:23 -0700 (PDT) Received: from sblaptop.fritz.box (ipbcc1ab57.dynamic.kabel-deutschland.de. [188.193.171.87]) by smtp.gmail.com with ESMTPSA id c6sm7484789wrm.0.2020.04.07.14.46.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Apr 2020 14:46:23 -0700 (PDT) From: Andreas Rheinhardt To: ffmpeg-devel@ffmpeg.org Date: Tue, 7 Apr 2020 23:46:00 +0200 Message-Id: <20200407214603.19798-6-andreas.rheinhardt@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200407171950.19086-1-andreas.rheinhardt@gmail.com> References: <20200407171950.19086-1-andreas.rheinhardt@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 07/10] avformat/Makefile: Don't add dependency twice X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: Andreas Rheinhardt Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" as has happened with flac_picture.o and the Matroska demuxer. Signed-off-by: Andreas Rheinhardt --- 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 \