Skip to content

Commit 8cc68cc

Browse files
falktx@falktx.comfalktx@falktx.com
authored andcommitted
Update to latest DPF
Signed-off-by: falktx@falktx.com <falkTX>
1 parent f70bb01 commit 8cc68cc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ all: dgl plugins gen
1111
# --------------------------------------------------------------
1212

1313
dgl:
14-
$(MAKE) -C dpf/dgl opengl FILE_BROWSER_DISABLED=true
14+
$(MAKE) -C dpf/dgl opengl USE_FILE_BROWSER=false
1515

1616
plugins: dgl
1717
$(MAKE) all -C plugins/glBars

dpf

Submodule dpf updated 220 files

plugins/glBars/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ FILES_UI = \
2121
# --------------------------------------------------------------
2222
# Do some magic
2323

24-
FILE_BROWSER_DISABLED = true
24+
SKIP_NATIVE_AUDIO_FALLBACK = true
25+
USE_FILE_BROWSER = false
2526
include ../../dpf/Makefile.plugins.mk
2627

2728
# --------------------------------------------------------------

0 commit comments

Comments
 (0)