summaryrefslogtreecommitdiff
path: root/va/Android.mk
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@gmail.com>2011-05-30 19:02:25 -0700
committerAustin Yuan <shengquan.yuan@gmail.com>2011-05-30 19:02:25 -0700
commitfffeffb8a78fffbb6a7ddf587554f7d2d76aa692 (patch)
tree3decb407ed5b9c7296f3b9715d0aac15487fac48 /va/Android.mk
parente0e4c6b8931cc3c658330d65257e5f766c1c376c (diff)
downloadlibva-fffeffb8a78fffbb6a7ddf587554f7d2d76aa692.tar.gz
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>
Diffstat (limited to 'va/Android.mk')
-rwxr-xr-xva/Android.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/va/Android.mk b/va/Android.mk
index a5ff8d2..0f73a3e 100755
--- a/va/Android.mk
+++ b/va/Android.mk
@@ -1,3 +1,25 @@
+# Copyright (c) 2007 Intel Corporation. All Rights Reserved.
+#
+# Permission is hereby granted, free of charge, to any person obtaining a
+# copy of this software and associated documentation files (the
+# "Software"), to deal in the Software without restriction, including
+# without limitation the rights to use, copy, modify, merge, publish,
+# distribute, sub license, and/or sell copies of the Software, and to
+# permit persons to whom the Software is furnished to do so, subject to
+# the following conditions:
+#
+# The above copyright notice and this permission notice (including the
+# next paragraph) shall be included in all copies or substantial portions
+# of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
+# IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
+# ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
# For libva
# =====================================================