Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(190)

Unified Diff: src/pkg/image/ycbcr/Makefile

Issue 4374043: code review 4374043: image/yuv: new package. (Closed)
Patch Set: diff -r 8e011ae43486 https://go.googlecode.com/hg/ Created 13 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/Makefile ('k') | src/pkg/image/ycbcr/ycbcr.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/image/ycbcr/Makefile
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/pkg/image/ycbcr/Makefile
@@ -0,0 +1,11 @@
+# Copyright 2011 The Go Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style
+# license that can be found in the LICENSE file.
+
+include ../../../Make.inc
+
+TARG=image/ycbcr
+GOFILES=\
+ ycbcr.go\
+
+include ../../../Make.pkg
« no previous file with comments | « src/pkg/Makefile ('k') | src/pkg/image/ycbcr/ycbcr.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b