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

Unified Diff: linux.mk

Issue 2127863003: fix for gcc 4.4 build (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Created 4 years, 5 months 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 | « include/libyuv/version.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: linux.mk
diff --git a/linux.mk b/linux.mk
index ee5a3a70705a4637aa86e83bd61e5dd2001f62d2..60d516696414e290e927cc4dc1554b9da089726b 100644
--- a/linux.mk
+++ b/linux.mk
@@ -75,7 +75,7 @@ psnr: util/psnr.cc
# A C test utility that uses libyuv conversion from C.
cpuid: util/cpuid.c libyuv.a
- $(CC) $(CFLAGS) -o $@ util/cpuid.c libyuv.a
+ $(CC) $(CFLAGS) -o $@ util/cpuid.c libyuv.a -lc++
clean:
/bin/rm -f source/*.o *.ii *.s libyuv.a convert cpuid psnr
« no previous file with comments | « include/libyuv/version.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698