decoder: h264: enable Picture ID Remapping on Haswell and newer.
[platform/upstream/libva-intel-driver.git] / debian.upstream / rules
1 #!/usr/bin/make -f
2
3 include /usr/share/cdbs/1/rules/debhelper.mk
4 include /usr/share/cdbs/1/class/autotools.mk
5 include /usr/share/cdbs/1/rules/utils.mk
6
7 # Allow SMP build
8 ifeq ($(DEBIAN_BUILD_NCPUS),)
9   DEBIAN_BUILD_NCPUS = $(shell /usr/bin/getconf _NPROCESSORS_ONLN)
10 endif
11 ifneq ($(DEBIAN_BUILD_NCPUS),)
12   EXTRA_MAKE_FLAGS += -j$(DEBIAN_BUILD_NCPUS)
13 endif
14 MAKE += $(EXTRA_MAKE_FLAGS)