Skip to content

Commit 2552878

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

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-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 108 files

plugins/3BandEQ/Makefile

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

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

3030
# --------------------------------------------------------------

plugins/3BandSplitter/Makefile

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

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

3030
# --------------------------------------------------------------

plugins/PingPongPan/Makefile

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

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

3030
# --------------------------------------------------------------

0 commit comments

Comments
 (0)