Skip to content

Commit

Permalink
Add HAVE_GSTREAMER to config header
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenuni committed Oct 22, 2024
1 parent 8c23683 commit 5e4fa2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions psy/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ if portaudio_dep.found()
cdata.set('HAVE_PORTAUDIO', true)
endif

if gstreamer_dep.found()
cdata.set('HAVE_GSTREAMER', true)
endif

configure_file (
input : 'psy-config.h.in',
output : 'psy-config.h',
Expand Down

0 comments on commit 5e4fa2b

Please sign in to comment.