From patchwork Fri Feb 7 09:32:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul B Mahol X-Patchwork-Id: 17704 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 B3143448852 for ; Fri, 7 Feb 2020 11:33:12 +0200 (EET) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8BBC568AFEC; Fri, 7 Feb 2020 11:33:12 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 804BA6880E4 for ; Fri, 7 Feb 2020 11:33:06 +0200 (EET) Received: by mail-wr1-f66.google.com with SMTP id a6so1765479wrx.12 for ; Fri, 07 Feb 2020 01:33:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id; bh=3pzhiCU8eumkFsjqhRaaF6rSXlhpBkkymqU5FeHv4tw=; b=ggY4M0sqrZWeHJ/Rk/Z3qiB9ff1+S7QwqWh9gLHeIc5KjLaiW1Qttc7/hUjcr6Dy+5 AqijEFALWn2jQJCmzyd7usMih2vy/VxK6hZ7YJ6uoFk31Arm4TMLXQamqIiL1TMDmtd+ QgiRFOUR512AyRTZ57jgiQJu6J7TuoAWt4d0VsmviGMQUulEPTtC3ai364S2eEBGqZSG 4zipqT/zG1vGQNZ0qaA9C/htE3jEJvZhRPzgZtPywyMY4EEwAb1cVl/4g+D4gKGXmDg1 HPfKxWLXa4ElBMhSfuBi1opj/21jmgOdqGUkwkkzDDpqguq7e4alVWHpAveo6l/di+sc PRag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=3pzhiCU8eumkFsjqhRaaF6rSXlhpBkkymqU5FeHv4tw=; b=JtYFZQrsReTEVHi+yGms4Tm5hFpaxPdKJtFLdYAuuocS5/dQ0lxm4CoiqHf3Eub6pp eoSotfKZasz+QW2O+jlXbDhKtKe9064RV6zqbvhbPFfO5DibR+10mohnRkXW+0uIPNL4 feMnIB0CHOwtsItkLrCsy3TnbDerqpeWOBGNGPWPc653zyE/S8lIKrp/ptxb+b1bQ1K6 SFvyXGiuXnBM3+kt1DsO/bD6h+Flye4toOpaq6+F37+3g+BYWlQgOrGZogObZgAXoyTs kxres9Y3vg+90qzTCSYLG4eCOOTSV8xY3XGP+AUd007Tinne7K46VfwilRXVgooSd5fr FgnQ== X-Gm-Message-State: APjAAAXYoM7t857fplJiudsPzg0OJ0ru1DBXvRiaHgfu+mX5oOjZ1ZxA sT78AhqTy1TTejn90e+Sx770cfAL X-Google-Smtp-Source: APXvYqyZMS7ClTx6HNNuNFCCO0q5s4OZtmCo72h5yq51+SFpaX3quZrpJH5xoimLAKHEgDyi2L7y6Q== X-Received: by 2002:adf:f052:: with SMTP id t18mr3553622wro.192.1581067985607; Fri, 07 Feb 2020 01:33:05 -0800 (PST) Received: from localhost.localdomain ([109.227.58.1]) by smtp.gmail.com with ESMTPSA id a5sm2631402wmb.37.2020.02.07.01.33.04 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 07 Feb 2020 01:33:04 -0800 (PST) From: Paul B Mahol To: ffmpeg-devel@ffmpeg.org Date: Fri, 7 Feb 2020 10:32:57 +0100 Message-Id: <20200207093257.19680-1-onemda@gmail.com> X-Mailer: git-send-email 2.17.1 Subject: [FFmpeg-devel] [PATCH] configure: fix order of linking for libglslang 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: Paul B Mahol --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 58419cd88c..51cdc7b2cb 100755 --- a/configure +++ b/configure @@ -6267,7 +6267,7 @@ enabled fontconfig && enable libfontconfig enabled libfontconfig && require_pkg_config libfontconfig fontconfig "fontconfig/fontconfig.h" FcInit enabled libfreetype && require_pkg_config libfreetype freetype2 "ft2build.h FT_FREETYPE_H" FT_Init_FreeType enabled libfribidi && require_pkg_config libfribidi fribidi fribidi.h fribidi_version_info -enabled libglslang && require_cpp libglslang glslang/SPIRV/GlslangToSpv.h "glslang::TIntermediate*" -lglslang -lOSDependent -lHLSL -lOGLCompiler -lSPVRemapper -lSPIRV -lSPIRV-Tools -lSPIRV-Tools-opt -lpthread -lstdc++ +enabled libglslang && require_cpp libglslang glslang/SPIRV/GlslangToSpv.h "glslang::TIntermediate*" -lglslang -lOSDependent -lHLSL -lOGLCompiler -lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++ enabled libgme && { check_pkg_config libgme libgme gme/gme.h gme_new_emu || require libgme gme/gme.h gme_new_emu -lgme -lstdc++; } enabled libgsm && { for gsm_hdr in "gsm.h" "gsm/gsm.h"; do