~thopiekar/emgd/libva-1.0.13-github_community

« back to all changes in this revision

Viewing changes to va/android/Makefile.am

  • Committer: Austin Yuan
  • Date: 2011-05-31 02:02:25 UTC
  • Revision ID: git-v1:fffeffb8a78fffbb6a7ddf587554f7d2d76aa692
libva: several changes

1) add free_drawable
2) clean the license of Android.mk
3) define VA_ROTATION_270 to 3 instead of 4

Signed-off-by: Zhaohan Ren <zhaohan.ren@intel.com>
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# INTEL CONFIDENTIAL
2
 
# Copyright 2007 Intel Corporation. All Rights Reserved.
3
 
#
4
 
# The source code contained or described herein and all documents related to
5
 
# the source code ("Material") are owned by Intel Corporation or its suppliers
6
 
# or licensors. Title to the Material remains with Intel Corporation or its
7
 
# suppliers and licensors. The Material may contain trade secrets and
8
 
# proprietary and confidential information of Intel Corporation and its
9
 
# suppliers and licensors, and is protected by worldwide copyright and trade
10
 
# secret laws and treaty provisions. No part of the Material may be used,
11
 
# copied, reproduced, modified, published, uploaded, posted, transmitted,
12
 
# distributed, or disclosed in any way without Intel's prior express written
13
 
# permission.
14
 
#
15
 
# No license under any patent, copyright, trade secret or other intellectual
16
 
# property right is granted to or conferred upon you by disclosure or delivery
17
 
# of the Materials, either expressly, by implication, inducement, estoppel or
18
 
# otherwise. Any license under such intellectual property rights must be
19
 
# express and approved by Intel in writing.
 
1
# Copyright (c) 2007 Intel Corporation. All Rights Reserved.
 
2
#
 
3
# Permission is hereby granted, free of charge, to any person obtaining a
 
4
# copy of this software and associated documentation files (the
 
5
# "Software"), to deal in the Software without restriction, including
 
6
# without limitation the rights to use, copy, modify, merge, publish,
 
7
# distribute, sub license, and/or sell copies of the Software, and to
 
8
# permit persons to whom the Software is furnished to do so, subject to
 
9
# the following conditions:
 
10
 
11
# The above copyright notice and this permission notice (including the
 
12
# next paragraph) shall be included in all copies or substantial portions
 
13
# of the Software.
 
14
 
15
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 
16
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 
17
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
 
18
# IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
 
19
# ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 
20
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 
21
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
22
 
21
23
AM_CFLAGS = -DLINUX -I$(top_srcdir)/va -I$(top_srcdir)/va/x11 $(DRM_CFLAGS)
22
24