From 2552878f32e4f4a67b398a1ae330230f3c4c0d07 Mon Sep 17 00:00:00 2001 From: "falktx@falktx.com" Date: Sun, 4 Aug 2024 11:25:10 +0200 Subject: [PATCH] Update to latest DPF Signed-off-by: falktx@falktx.com --- Makefile | 2 +- dpf | 2 +- plugins/3BandEQ/Makefile | 2 +- plugins/3BandSplitter/Makefile | 2 +- plugins/PingPongPan/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 5bfd9d6..1650871 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 0ceb411..470c5b7 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit 0ceb411fde5192ad4aaa1c89b079a861e4dac5df +Subproject commit 470c5b7a77091bbea2154cd1d96d3cb1be737aa3 diff --git a/plugins/3BandEQ/Makefile b/plugins/3BandEQ/Makefile index 5e45bd8..0fa56be 100644 --- a/plugins/3BandEQ/Makefile +++ b/plugins/3BandEQ/Makefile @@ -23,8 +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/3BandSplitter/Makefile b/plugins/3BandSplitter/Makefile index cf4656c..82bba56 100644 --- a/plugins/3BandSplitter/Makefile +++ b/plugins/3BandSplitter/Makefile @@ -23,8 +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/PingPongPan/Makefile b/plugins/PingPongPan/Makefile index 7fc8119..1c44ea9 100644 --- a/plugins/PingPongPan/Makefile +++ b/plugins/PingPongPan/Makefile @@ -23,8 +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 # --------------------------------------------------------------