Skip to content

Commit

Permalink
Update to latest DPF
Browse files Browse the repository at this point in the history
Signed-off-by: falktx@falktx.com <falkTX>
  • Loading branch information
falktx@falktx.com authored and falktx@falktx.com committed Aug 4, 2024
1 parent c57b407 commit 78da332
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ all: dgl plugins gen

dgl:
ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
$(MAKE) -C dpf/dgl FILE_BROWSER_DISABLED=true
$(MAKE) -C dpf/dgl USE_FILE_BROWSER=false
endif

plugins: dgl
Expand Down
2 changes: 1 addition & 1 deletion dpf
Submodule dpf updated 219 files
3 changes: 2 additions & 1 deletion plugins/AmplitudeImposer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ FILES_UI = \
# Do some magic

UI_TYPE = generic
FILE_BROWSER_DISABLED = true
SKIP_NATIVE_AUDIO_FALLBACK = true
USE_FILE_BROWSER = false
include ../../dpf/Makefile.plugins.mk

# --------------------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion plugins/CycleShifter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ FILES_UI = \
# Do some magic

UI_TYPE = generic
FILE_BROWSER_DISABLED = true
SKIP_NATIVE_AUDIO_FALLBACK = true
USE_FILE_BROWSER = false
include ../../dpf/Makefile.plugins.mk

# --------------------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion plugins/SoulForce/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ FILES_UI = \
# Do some magic

UI_TYPE = generic
FILE_BROWSER_DISABLED = true
SKIP_NATIVE_AUDIO_FALLBACK = true
USE_FILE_BROWSER = false
include ../../dpf/Makefile.plugins.mk

# --------------------------------------------------------------
Expand Down

0 comments on commit 78da332

Please sign in to comment.