Commit f9b8270d authored by Florent Revest's avatar Florent Revest

pulseaudio-modules-nemo: Use newer pa_tagstruct_new()...

pulseaudio-modules-nemo: Use newer pa_tagstruct_new() https://lists.freedesktop.org/archives/pulseaudio-discuss/2014-October/022081.html
parent 244d6d66
......@@ -15,6 +15,7 @@ B = "${S}"
do_configure_prepend() {
sed -i "s@pa_config_parse(conf, NULL, items, NULL, NULL);@pa_config_parse(conf, NULL, items, NULL, false, NULL);@" src/mainvolume/module-meego-mainvolume.c
sed -i "s@pa_tagstruct_new(NULL, 0);@pa_tagstruct_new();@" src/stream-restore-nemo/module-stream-restore-nemo.c
}
FILES_${PN} += "/usr/lib/pulse-6.0/modules"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment