GNOME Bugzilla – Bug 753618
Remove --with-gstreamer-api option that no longer valid in gstreamer-vaapi
Last modified: 2015-09-10 15:39:06 UTC
Created attachment 309255 [details] [review] Remove --with-gstreamer-api option in debian.upstream/rules --with-gstreamer-api option no longer valid in gstreamer-vaapi configure.ac. But the debian.upstream/rules file still have this option. Look on configure.ac, GST_API_VERSION is using autodetect to assign the value. This option should be no longer needed. Check with remove out it from debian.upstream/rules, still can compile and install gstreamer-vaapi without any issue. Attached patch to clean up this --with-gstreamer-api option.
Review of attachment 309255 [details] [review]: ::: debian.upstream/rules @@ +20,3 @@ # Allow HTML documentation build indep_conf_flags = \ + --with-html-dir=\$${prefix}/share/doc/$(DEB_SOURCE_PACKAGE) Then you doesn't need to find the GST_API_VERSION inside debian.upstream/rules too :) Line No: 8 & 9...
Comment on attachment 309255 [details] [review] Remove --with-gstreamer-api option in debian.upstream/rules This patch was commited with the modifications requested by Sree.