File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ HAVE_PROJECTM = $(shell pkg-config --exists libprojectM && echo true)
1616# --------------------------------------------------------------
1717
1818dgl :
19- $(MAKE ) -C dpf/dgl opengl3 FILE_BROWSER_DISABLED =true
19+ $(MAKE ) -C dpf/dgl opengl3 USE_FILE_BROWSER =true
2020
2121plugins : dgl
2222 $(MAKE ) all -C plugins/ProM
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ HAVE_PROJECTM = $(shell pkg-config --exists libprojectM && echo true)
2626# --------------------------------------------------------------
2727# Import base definitions
2828
29- FILE_BROWSER_DISABLED = true
29+ SKIP_NATIVE_AUDIO_FALLBACK = true
30+ USE_FILE_BROWSER = false
3031include ../../dpf/Makefile.base.mk
3132
3233# --------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments