From 78da3323ae8689f37725c98b35f4be8a389167d2 Mon Sep 17 00:00:00 2001 From: "falktx@falktx.com" Date: Sun, 4 Aug 2024 11:39:10 +0200 Subject: [PATCH] Update to latest DPF Signed-off-by: falktx@falktx.com --- Makefile | 2 +- dpf | 2 +- plugins/AmplitudeImposer/Makefile | 3 ++- plugins/CycleShifter/Makefile | 3 ++- plugins/SoulForce/Makefile | 3 ++- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index c2fb986..2b70b09 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ all: dgl plugins gen dgl: ifeq ($(HAVE_CAIRO_OR_OPENGL),true) - $(MAKE) -C dpf/dgl FILE_BROWSER_DISABLED=true + $(MAKE) -C dpf/dgl USE_FILE_BROWSER=false endif plugins: dgl diff --git a/dpf b/dpf index 8fc65e2..470c5b7 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit 8fc65e2769c2c65c486c8d2c2ef11e55fab961eb +Subproject commit 470c5b7a77091bbea2154cd1d96d3cb1be737aa3 diff --git a/plugins/AmplitudeImposer/Makefile b/plugins/AmplitudeImposer/Makefile index eee2cce..355634b 100644 --- a/plugins/AmplitudeImposer/Makefile +++ b/plugins/AmplitudeImposer/Makefile @@ -23,7 +23,8 @@ FILES_UI = \ # Do some magic UI_TYPE = generic -FILE_BROWSER_DISABLED = true +SKIP_NATIVE_AUDIO_FALLBACK = true +USE_FILE_BROWSER = false include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- diff --git a/plugins/CycleShifter/Makefile b/plugins/CycleShifter/Makefile index 8aba6d1..5d209f3 100644 --- a/plugins/CycleShifter/Makefile +++ b/plugins/CycleShifter/Makefile @@ -23,7 +23,8 @@ FILES_UI = \ # Do some magic UI_TYPE = generic -FILE_BROWSER_DISABLED = true +SKIP_NATIVE_AUDIO_FALLBACK = true +USE_FILE_BROWSER = false include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- diff --git a/plugins/SoulForce/Makefile b/plugins/SoulForce/Makefile index 23b36f6..0e27755 100644 --- a/plugins/SoulForce/Makefile +++ b/plugins/SoulForce/Makefile @@ -23,7 +23,8 @@ FILES_UI = \ # Do some magic UI_TYPE = generic -FILE_BROWSER_DISABLED = true +SKIP_NATIVE_AUDIO_FALLBACK = true +USE_FILE_BROWSER = false include ../../dpf/Makefile.plugins.mk # --------------------------------------------------------------