[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] meson: Define TUNNEL_SINK for module-tunnel-sink

Tanu Kaskinen gitlab at gitlab.freedesktop.org
Fri Sep 20 12:25:03 UTC 2019



Tanu Kaskinen pushed to branch master at PulseAudio / pulseaudio


Commits:
7e039c4f by Jan Alexander Steffens (heftig) at 2019-09-20T12:18:11Z
meson: Define TUNNEL_SINK for module-tunnel-sink

This was missing, so it was building another tunnel-source instead.

Fixes https://bugs.archlinux.org/task/63755

- - - - -


1 changed file:

- src/modules/meson.build


Changes:

=====================================
src/modules/meson.build
=====================================
@@ -55,7 +55,7 @@ all_modules = [
   [ 'module-suspend-on-idle', 'module-suspend-on-idle.c' ],
   [ 'module-switch-on-connect', 'module-switch-on-connect.c' ],
   [ 'module-switch-on-port-available', 'module-switch-on-port-available.c' ],
-  [ 'module-tunnel-sink', 'module-tunnel.c', [], [], [x11_dep] ],
+  [ 'module-tunnel-sink', 'module-tunnel.c', [], ['-DTUNNEL_SINK=1'], [x11_dep] ],
   [ 'module-tunnel-sink-new', 'module-tunnel-sink-new.c' ],
   [ 'module-tunnel-source', 'module-tunnel.c', [], [], [x11_dep] ],
   [ 'module-tunnel-source-new', 'module-tunnel-source-new.c' ],



View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/7e039c4ff7466d253ac8a9511ffbe02b9ffc721c

-- 
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/7e039c4ff7466d253ac8a9511ffbe02b9ffc721c
You're receiving this email because of your account on gitlab.freedesktop.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20190920/99635475/attachment.html>


More information about the pulseaudio-commits mailing list