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

Unified Diff: Makefile

Issue 76153002: OpenCV 2.4.7 porting to PNaCl (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Last nits and patch extended for all toolchains. Created 7 years, 1 month 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 | « no previous file | ports/opencv/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index fcf54bf14c6549d75945a6490f62acb8c563049d..78f9d2de3e2f518fcc8301e5bf1b9ce7545b94b1 100644
--- a/Makefile
+++ b/Makefile
@@ -130,6 +130,7 @@ LIBRARIES = \
ports/nacl-mounts \
ports/ncurses \
ports/openal-soft \
+ ports/opencv \
ports/OpenSceneGraph \
ports/openssl \
ports/pango \
@@ -365,6 +366,7 @@ nacl-mounts: ports/nacl-mounts ;
ncurses: ports/ncurses ;
ogg libogg: ports/libogg ;
openal openal-soft: ports/openal-soft ;
+opencv: ports/opencv ;
openscenegraph OpenSceneGraph: ports/OpenSceneGraph ;
openssl: ports/openssl ;
pango: ports/pango ;
« no previous file with comments | « no previous file | ports/opencv/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698