Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(923)

Side by Side Diff: third_party/libva/debian.upstream/rules

Issue 10375035: Add libva to chromium third_party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698