From b1c6ac0ba10928a2570903732ecac54a47ffdcf9 Mon Sep 17 00:00:00 2001 From: "falktx@falktx.com" Date: Sun, 4 Aug 2024 11:40:07 +0200 Subject: [PATCH] Update to latest DPF Signed-off-by: falktx@falktx.com --- Makefile | 2 +- dpf | 2 +- plugins/ProM/Makefile | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index dc6fcaa..0528df2 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ HAVE_PROJECTM = $(shell pkg-config --exists libprojectM && echo true) # -------------------------------------------------------------- dgl: - $(MAKE) -C dpf/dgl opengl3 FILE_BROWSER_DISABLED=true + $(MAKE) -C dpf/dgl opengl3 USE_FILE_BROWSER=true plugins: dgl $(MAKE) all -C plugins/ProM diff --git a/dpf b/dpf index b52112b..470c5b7 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit b52112bf23ef7eb91883828b27f12bb15cb671ac +Subproject commit 470c5b7a77091bbea2154cd1d96d3cb1be737aa3 diff --git a/plugins/ProM/Makefile b/plugins/ProM/Makefile index 74c6a53..b39f118 100644 --- a/plugins/ProM/Makefile +++ b/plugins/ProM/Makefile @@ -26,7 +26,8 @@ HAVE_PROJECTM = $(shell pkg-config --exists libprojectM && echo true) # -------------------------------------------------------------- # Import base definitions -FILE_BROWSER_DISABLED = true +SKIP_NATIVE_AUDIO_FALLBACK = true +USE_FILE_BROWSER = false include ../../dpf/Makefile.base.mk # --------------------------------------------------------------