mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
debian: remove --with-gstreamer-api option
It is no longer valid in gstreamer-vaapi. Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> [removed unused GST_API_VERSION variable] Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com> https://bugzilla.gnome.org/show_bug.cgi?id=753618
This commit is contained in:
parent
5fd4c8dffe
commit
5dd1202fb0
1 changed files with 1 additions and 5 deletions
|
@ -5,9 +5,6 @@ include /usr/share/cdbs/1/class/autotools.mk
|
|||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
include /usr/share/cdbs/1/rules/utils.mk
|
||||
|
||||
GST_API_VERSION = $(shell echo "$(DEB_SOURCE_PACKAGE)" | \
|
||||
sed -n '/gstreamer\([0-9][0-9.]*\)-vaapi/s//\1/p')
|
||||
|
||||
# Allow SMP build
|
||||
ifeq ($(DEBIAN_BUILD_NCPUS),)
|
||||
DEBIAN_BUILD_NCPUS = $(shell /usr/bin/getconf _NPROCESSORS_ONLN)
|
||||
|
@ -19,8 +16,7 @@ MAKE += $(EXTRA_MAKE_FLAGS)
|
|||
|
||||
# Allow HTML documentation build
|
||||
indep_conf_flags = \
|
||||
--with-html-dir=\$${prefix}/share/doc/$(DEB_SOURCE_PACKAGE) \
|
||||
--with-gstreamer-api=$(GST_API_VERSION)
|
||||
--with-html-dir=\$${prefix}/share/doc/$(DEB_SOURCE_PACKAGE)
|
||||
|
||||
# only build the docs if gtk-doc-tools is installed, i.e. binary-indep is
|
||||
# called
|
||||
|
|
Loading…
Reference in a new issue