Skip to content
Snippets Groups Projects
Select Git revision
  • 35a2b38b4fa0ddfe44b82da74a0fddcec4bdc80c
  • master default
  • windows_ci_static
  • c_link
  • cpack
  • windows_ci
  • cert_pk_id
  • proxy_push_result
  • cnode_put_id
  • update-windows-build
  • proxy
  • resubscribe_on_token_change
  • actions
  • client_mode
  • llhttp
  • search_node_add
  • crypto_aes_gcm_argon2
  • ios_notifications
  • log_fmt
  • v2asio
  • fix-msvc
  • v3.4.0
  • v3.3.1
  • v3.3.1rc1
  • v3.3.1rc2
  • v3.3.0
  • v3.2.0
  • v3.1.11
  • v3.1.10
  • v3.1.9
  • v3.1.8.2
  • v3.1.8.1
  • v3.1.8
  • v3.1.7
  • v3.1.6
  • v3.1.5
  • v3.1.4
  • v3.1.3
  • v3.1.2
  • v3.1
  • v3.0.1
41 results

meson.build

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    windows-configure-libmfx.patch 1.25 KiB
    From 7e3dd8d95bd8b0364bad194c180d1ccf24b88a05 Mon Sep 17 00:00:00 2001
    From: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
    Date: Tue, 19 Jul 2022 15:17:29 -0300
    Subject: [PATCH] windows libmfx patch
    
    ---
     configure | 5 -----
     1 file changed, 5 deletions(-)
    
    diff --git a/configure b/configure
    index 4a6defcc78..955db827fb 100755
    --- a/configure
    +++ b/configure
    @@ -6547,11 +6547,6 @@ enabled liblensfun        && require_pkg_config liblensfun lensfun lensfun.h lf_
     # Media SDK or Intel Media Server Studio, these don't come with
     # 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"; } }
    -if enabled libmfx; then
    -   check_cc MFX_CODEC_VP9 "mfx/mfxvp9.h mfx/mfxstructures.h" "MFX_CODEC_VP9"
    -fi
     
     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
    -- 
    2.30.2.windows.1