Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(550)

Unified Diff: third_party/instrumented_libraries/scripts/libva1.sh

Issue 768223002: Instrumented libraries: add libva1 for ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/instrumented_libraries/patches/libva1.diff ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/scripts/libva1.sh
diff --git a/third_party/instrumented_libraries/scripts/freetype.sh b/third_party/instrumented_libraries/scripts/libva1.sh
similarity index 61%
copy from third_party/instrumented_libraries/scripts/freetype.sh
copy to third_party/instrumented_libraries/scripts/libva1.sh
index 2a3ac3fca2961f268382c9e1c37f408b2be3d5c6..d28002ac5bc3d3210680a3963b8b05f61550abb5 100755
--- a/third_party/instrumented_libraries/scripts/freetype.sh
+++ b/third_party/instrumented_libraries/scripts/libva1.sh
@@ -3,11 +3,9 @@
# 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 freetype.
+# This script does some preparations before build of instrumented libva1.
-mkdir temp
-mv * temp/
-cd temp
-./debian/rules patch
-mv freetype-*/* ../
-cd ..
+# autogen is only required on Precise.
+NOCONFIGURE=1 ./autogen.sh
+
+sed -i "s|-no-undefined -Wl,--no-undefined||g" dummy_drv_video/Makefile.in
« no previous file with comments | « third_party/instrumented_libraries/patches/libva1.diff ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698