shithub: opus

Download patch

ref: 66767ee837b6bd545f982e6f89f563e02b507ea1
parent: 27592c3e49e458bda7d76ee26b4966dad4ccd130
author: Ralph Giles <[email protected]>
date: Mon Oct 31 06:36:39 EDT 2011

Clean up whitespace in the draft makefile.

Remove a trailing tab, and unexpand some tabs in the
source listing.

--- a/Makefile.draft
+++ b/Makefile.draft
@@ -54,20 +54,20 @@
 endif
 
 CINCLUDES += include/ \
-        silk/ \
-        silk/float/ \
-        silk/fixed/ \
+	silk/ \
+	silk/float/ \
+	silk/fixed/ \
 	celt/ \
 	src/
 
 # VPATH e.g. VPATH = src:../headers
 VPATH = ./ \
-        silk/interface \
-        silk/src_FIX \
-        silk/src_FLP \
-        silk/src_SigProc_FIX \
-        silk/src_SigProc_FLP \
-        test
+	silk/interface \
+	silk/src_FIX \
+	silk/src_FLP \
+	silk/src_SigProc_FIX \
+	silk/src_SigProc_FLP \
+	test
 
 LIBS = m
 
@@ -123,6 +123,6 @@
 	
 opus_compare$(EXESUFFIX): $(OPUSCOMPARE_OBJS)
 	$(LINK.o.cmdline)
-	
+
 clean:
 	rm -f opus_demo$(EXESUFFIX) opus_compare$(EXESUFFIX) $(TARGET) $(OBJS) $(OPUSDEMO_OBJS)