[xiph-commits] r15819 - branches/theora-thusnelda/lib

giles at svn.xiph.org giles at svn.xiph.org
Sat Mar 21 02:48:50 PDT 2009


Author: giles
Date: 2009-03-21 02:48:49 -0700 (Sat, 21 Mar 2009)
New Revision: 15819

Modified:
   branches/theora-thusnelda/lib/Makefile.am
Log:
Alphabetize the encoder source listing to match the decoder.

Modified: branches/theora-thusnelda/lib/Makefile.am
===================================================================
--- branches/theora-thusnelda/lib/Makefile.am	2009-03-21 07:32:03 UTC (rev 15818)
+++ branches/theora-thusnelda/lib/Makefile.am	2009-03-21 09:48:49 UTC (rev 15819)
@@ -25,21 +25,21 @@
 	enc/encoder_disabled.c
 else
 encoder_sources = \
+	enc/dct.c \
+	enc/dct_decode.c \
 	enc/dct_encode.c \
+	enc/dsp.c \
+	enc/encapiwrapper.c \
 	enc/encode.c \
 	enc/encoder_huffman.c \
 	enc/encoder_idct.c \
 	enc/encoder_toplevel.c \
 	enc/encoder_quant.c \
-	enc/encapiwrapper.c \
-	enc/dct.c \
-	enc/dct_decode.c \
 	enc/frarray.c \
 	enc/frinit.c \
 	enc/mcenc.c \
 	enc/mode.c \
-	enc/reconstruct.c \
-	enc/dsp.c
+	enc/reconstruct.c
 
 encoder_x86_sources = \
 	enc/x86/dct_decode_mmx.c \



More information about the commits mailing list