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 # --------------------------------------------------------------