Release 0.1.6

This commit is contained in:
Wim Taymans 2017-11-03 12:26:55 +01:00
parent 25212235b9
commit 5fec60078d
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
project('pipewire', 'c',
version : '0.1.5.1',
version : '0.1.6',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'c_std=gnu99',
@ -158,15 +158,15 @@ subdir('src')
subdir('pkgconfig')
if get_option('enable_docs')
doxygen_dep = find_program('doxygen')
if doxygen_dep.found()
doxygen = find_program('doxygen')
if doxygen.found()
subdir('doc')
endif
endif
if get_option('enable_man')
xmltoman_dep = find_program('xmltoman')
if xmltoman_dep.found()
xmltoman = find_program('xmltoman')
if xmltoman.found()
subdir('man')
endif
endif

View file

@ -1,7 +1,7 @@
#load-module libpipewire-module-protocol-dbus
load-module libpipewire-module-protocol-native
load-module libpipewire-module-suspend-on-idle
load-module libpipewire-module-spa-monitor alsa/libspa-alsa alsa-monitor alsa
#load-module libpipewire-module-spa-monitor alsa/libspa-alsa alsa-monitor alsa
load-module libpipewire-module-spa-monitor v4l2/libspa-v4l2 v4l2-monitor v4l2
#load-module libpipewire-module-spa-node videotestsrc/libspa-videotestsrc videotestsrc videotestsrc Spa:POD:Object:Props:patternType=Spa:POD:Object:Props:patternType:snow
load-module libpipewire-module-autolink