From 6b0dcfd9761235e93b45fa9ee9d90474c12adb11 Mon Sep 17 00:00:00 2001 From: earthdok Date: Mon, 1 Dec 2014 13:11:07 -0800 Subject: Instrumented libraries: add libva1 for ChromeOS. BUG=419367 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/768223002 Cr-Commit-Position: refs/heads/master@{#306251} --- third_party/instrumented_libraries/scripts/libva1.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 third_party/instrumented_libraries/scripts/libva1.sh (limited to 'third_party/instrumented_libraries/scripts') diff --git a/third_party/instrumented_libraries/scripts/libva1.sh b/third_party/instrumented_libraries/scripts/libva1.sh new file mode 100755 index 0000000..d28002a --- /dev/null +++ b/third_party/instrumented_libraries/scripts/libva1.sh @@ -0,0 +1,11 @@ +#!/bin/bash +# Copyright 2014 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +# This script does some preparations before build of instrumented libva1. + +# autogen is only required on Precise. +NOCONFIGURE=1 ./autogen.sh + +sed -i "s|-no-undefined -Wl,--no-undefined||g" dummy_drv_video/Makefile.in -- cgit v1.1