1# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5.PHONY:v4l2, vaapi, vaapi_drm 6 7v4l2: 8 python setup_v4l2.py install --install-lib=.. 9 10vaapi: 11 python setup_vaapi.py install --install-lib=.. 12 13vaapi_drm: 14 python setup_vaapi_drm.py install --install-lib=.. 15