From patchwork Mon Jul 31 12:02:14 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas George X-Patchwork-Id: 4535 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.1.85 with SMTP id 82csp2323122vsb; Mon, 31 Jul 2017 05:02:49 -0700 (PDT) X-Received: by 10.223.135.249 with SMTP id c54mr13980370wrc.98.1501502569069; Mon, 31 Jul 2017 05:02:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1501502569; cv=none; d=google.com; s=arc-20160816; b=XAVOcQbKUHTq94OSqAgWsbTQJSNf3ZUD6AQFg991aejKPFLur1J9N/yb7vAsKKp8la yt5g2sjWs0U7LRauUf/qQ6U2WvvVB944y3LIbBkhzBAzVKcAALnsQWtvyeESJ8RWSJyy isOynv7PxY22QkqNc1pZYh7EydGi5/ye5FCWAcRZa690xrdso1Uwl01HGkHbEK5vw93h kgN8vmKJUmUrw2fCANO9TnnExwxMM/7yamnwMTu6oU5Y+npXpG4soQVPrmyR2myPhXIr byv8JV4TfKyHSoFpXJI2iz06iUF4VXlqiYBM2xQCkU93p3CEWBuN2LOfbiUHEUcU4Xei DAxw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:mime-version:reply-to :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:message-id:date:to:from:delivered-to :arc-authentication-results; bh=CKrhi2Ug7K+OySN5uLau+xD8J/lun4xEoNs/va/2/E8=; b=B3DjAHBtKBh4lVahrHaqm9EcLx2G+jaiRhj6xumAL2p2H3ZLmVzNVsnB80cLS8crU4 EgBT0fO9X4oevgjRcFdPrgiS1DtSyYjkkCFSFWKO1pvSBCcda4any2XFq8NE0F7b8heb l1Klni3x9CO5WIvPSnKtdr3npUmlDrqfkiqDghzjkCAnXLLs290xlKcBo2h+FBc2rJtJ ZeLdaGkEiU3DFtaTKERo7WtAcFMlNaMSbViumEl1PBSGhqlrXjlqjZhVnG8lnwb7zAgo p2RylyIf77xHpAt6LuKu3NpKzJrh+TOisbZNHzsXft62AtFRkph2lgw1jFl3QNbtG0pr 9gtg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id y62si7859283wmy.276.2017.07.31.05.02.48; Mon, 31 Jul 2017 05:02:49 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A107B68A1F0; Mon, 31 Jul 2017 15:02:36 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from nef2.ens.fr (nef2.ens.fr [129.199.96.40]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id DF30A68988E for ; Mon, 31 Jul 2017 15:02:27 +0300 (EEST) Received: from phare.normalesup.org (archicubes.ens.fr [129.199.129.80]) by nef2.ens.fr (8.13.6/1.01.28121999) with ESMTP id v6VC2Tdh071483 for ; Mon, 31 Jul 2017 14:02:30 +0200 (CEST) Received: by phare.normalesup.org (Postfix, from userid 1001) id C69C4E00FB; Mon, 31 Jul 2017 14:02:29 +0200 (CEST) From: Nicolas George To: ffmpeg-devel@ffmpeg.org Date: Mon, 31 Jul 2017 14:02:14 +0200 Message-Id: <20170731120227.31047-1-george@nsup.org> X-Mailer: git-send-email 2.13.2 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nef2.ens.fr [129.199.96.32]); Mon, 31 Jul 2017 14:02:30 +0200 (CEST) Subject: [FFmpeg-devel] [PATCH 01/14] lavfi: add f_streamsync dependency. 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 MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Signed-off-by: Nicolas George --- libavfilter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 4d61d7835e..b4cdd303bd 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -301,7 +301,7 @@ OBJS-$(CONFIG_SPLIT_FILTER) += split.o OBJS-$(CONFIG_SPP_FILTER) += vf_spp.o OBJS-$(CONFIG_SSIM_FILTER) += vf_ssim.o dualinput.o framesync.o OBJS-$(CONFIG_STEREO3D_FILTER) += vf_stereo3d.o -OBJS-$(CONFIG_STREAMSELECT_FILTER) += f_streamselect.o +OBJS-$(CONFIG_STREAMSELECT_FILTER) += f_streamselect.o framesync.o OBJS-$(CONFIG_SUBTITLES_FILTER) += vf_subtitles.o OBJS-$(CONFIG_SUPER2XSAI_FILTER) += vf_super2xsai.o OBJS-$(CONFIG_SWAPRECT_FILTER) += vf_swaprect.o