Skip to content

Commit 78da332

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

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

Makefile

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

1313
dgl:
1414
ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
15-
$(MAKE) -C dpf/dgl FILE_BROWSER_DISABLED=true
15+
$(MAKE) -C dpf/dgl USE_FILE_BROWSER=false
1616
endif
1717

1818
plugins: dgl

dpf

Submodule dpf updated 219 files

plugins/AmplitudeImposer/Makefile

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

2525
UI_TYPE = generic
26-
FILE_BROWSER_DISABLED = true
26+
SKIP_NATIVE_AUDIO_FALLBACK = true
27+
USE_FILE_BROWSER = false
2728
include ../../dpf/Makefile.plugins.mk
2829

2930
# --------------------------------------------------------------

plugins/CycleShifter/Makefile

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

2525
UI_TYPE = generic
26-
FILE_BROWSER_DISABLED = true
26+
SKIP_NATIVE_AUDIO_FALLBACK = true
27+
USE_FILE_BROWSER = false
2728
include ../../dpf/Makefile.plugins.mk
2829

2930
# --------------------------------------------------------------

plugins/SoulForce/Makefile

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

2525
UI_TYPE = generic
26-
FILE_BROWSER_DISABLED = true
26+
SKIP_NATIVE_AUDIO_FALLBACK = true
27+
USE_FILE_BROWSER = false
2728
include ../../dpf/Makefile.plugins.mk
2829

2930
# --------------------------------------------------------------

0 commit comments

Comments
 (0)