We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70bb01 commit 8cc68ccCopy full SHA for 8cc68cc
Makefile
@@ -11,7 +11,7 @@ all: dgl plugins gen
11
# --------------------------------------------------------------
12
13
dgl:
14
- $(MAKE) -C dpf/dgl opengl FILE_BROWSER_DISABLED=true
+ $(MAKE) -C dpf/dgl opengl USE_FILE_BROWSER=false
15
16
plugins: dgl
17
$(MAKE) all -C plugins/glBars
dpf
plugins/glBars/Makefile
@@ -21,7 +21,8 @@ FILES_UI = \
21
22
# Do some magic
23
24
-FILE_BROWSER_DISABLED = true
+SKIP_NATIVE_AUDIO_FALLBACK = true
25
+USE_FILE_BROWSER = false
26
include ../../dpf/Makefile.plugins.mk
27
28
0 commit comments