diff mbox

[FFmpeg-devel] configure: Fix libmfx detection

Message ID CAB0OVGpvLOxpqannZFnO0ZPYxs9eVCVS3Jvfgc_hhCRvhYJMxA@mail.gmail.com
State New
Headers show

Commit Message

Carl Eugen Hoyos April 18, 2019, 11:04 p.m. UTC
Hi!

I needed attached patch to use libmfx.

Please comment, Carl Eugen

Comments

Carl Eugen Hoyos April 5, 2020, 11:55 a.m. UTC | #1
Am Fr., 19. Apr. 2019 um 01:04 Uhr schrieb Carl Eugen Hoyos
<ceffmpeg@gmail.com>:
>
> Hi!
>
> I needed attached patch to use libmfx.

I will push this as I can reproduce the same issue on Linux.

Carl Eugen
diff mbox

Patch

From 46bde1c4c314a5aad30632a18ae81a5dd8174722 Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos <ceffmpeg@gmail.com>
Date: Fri, 19 Apr 2019 01:03:22 +0200
Subject: [PATCH] configure: Fix libmfx detection.

---
 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index e10e2c2..cacefb1 100755
--- a/configure
+++ b/configure
@@ -6160,7 +6160,7 @@  enabled liblensfun        && require_pkg_config liblensfun lensfun lensfun.h lf_
 # pkg-config support.  Instead, users should make sure that the build
 # can find the libraries and headers through other means.
 enabled libmfx            && { check_pkg_config libmfx libmfx "mfx/mfxvideo.h" MFXInit ||
-                               { require libmfx "mfx/mfxvideo.h" MFXInit "-llibmfx $advapi32_extralibs" && warn "using libmfx without pkg-config"; } }
+                               { require libmfx "mfx/mfxvideo.h" MFXInit "-lmfx $advapi32_extralibs" && warn "using libmfx without pkg-config"; } }
 enabled libmodplug        && require_pkg_config libmodplug libmodplug libmodplug/modplug.h ModPlug_Load
 enabled libmp3lame        && require "libmp3lame >= 3.98.3" lame/lame.h lame_set_VBR_quality -lmp3lame $libm_extralibs
 enabled libmysofa         && { check_pkg_config libmysofa libmysofa mysofa.h mysofa_load ||
-- 
1.7.10.4