From 8cc68ccaa1e43d5c763e4e6f6c8d62b2582b0b6e Mon Sep 17 00:00:00 2001 From: "falktx@falktx.com" Date: Sun, 4 Aug 2024 11:33:48 +0200 Subject: [PATCH] Update to latest DPF Signed-off-by: falktx@falktx.com --- Makefile | 2 +- dpf | 2 +- plugins/glBars/Makefile | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c53723a..a6217a7 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ all: dgl plugins gen # -------------------------------------------------------------- dgl: - $(MAKE) -C dpf/dgl opengl FILE_BROWSER_DISABLED=true + $(MAKE) -C dpf/dgl opengl USE_FILE_BROWSER=false plugins: dgl $(MAKE) all -C plugins/glBars diff --git a/dpf b/dpf index 57fcfca..470c5b7 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit 57fcfcaf07f8dced0f643aff46bd0d3bb1b0b476 +Subproject commit 470c5b7a77091bbea2154cd1d96d3cb1be737aa3 diff --git a/plugins/glBars/Makefile b/plugins/glBars/Makefile index 8be2bb2..22de4b9 100644 --- a/plugins/glBars/Makefile +++ b/plugins/glBars/Makefile @@ -21,7 +21,8 @@ FILES_UI = \ # -------------------------------------------------------------- # Do some magic -FILE_BROWSER_DISABLED = true +SKIP_NATIVE_AUDIO_FALLBACK = true +USE_FILE_BROWSER = false include ../../dpf/Makefile.plugins.mk # --------------------------------------------------------------