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