GNOME Bugzilla – Bug 752703
configure: DASH plugin requires libxml2 >= 2.8 now
Last modified: 2015-08-16 13:38:04 UTC
dash plugin uses xmlBufferDetach since the following patch which is merged in 20 July. 71a1e36 dashdemux: add support for generating Protection events from ContentProtection elements This causes compile error with libxml2 < 2.8.0 because xmlBufferDetach is introduced on 2.8.0
Created attachment 307896 [details] [review] configure: Build dash plugin with libxml2 >= 2.8
Thanks, pushed: commit 1c9db3df42e94e162583b6380fdd20cce60716ff Author: Young Han Lee <y.lee@lge.com> Date: Wed Jul 22 15:50:26 2015 +0900 configure: require libxml2 >= 2.8 for DASH plugin The DASH plugin uses xmlBufferDetach now in the code that handles ContentProtection elements. https://bugzilla.gnome.org/show_bug.cgi?id=752703