普通文本  |  15行  |  374 B

# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

.PHONY:v4l2, vaapi, vaapi_drm

v4l2:
	python setup_v4l2.py install --install-lib=..

vaapi:
	python setup_vaapi.py install --install-lib=..

vaapi_drm:
	python setup_vaapi_drm.py install --install-lib=..