[xiph-commits] r16113 - branches/theora-thusnelda/lib
giles at svn.xiph.org
giles at svn.xiph.org
Sat Jun 13 23:13:24 PDT 2009
Author: giles
Date: 2009-06-13 23:13:24 -0700 (Sat, 13 Jun 2009)
New Revision: 16113
Modified:
branches/theora-thusnelda/lib/Makefile.am
Log:
Alphabetise source listings to simplify comparison with other
build files.
Modified: branches/theora-thusnelda/lib/Makefile.am
===================================================================
--- branches/theora-thusnelda/lib/Makefile.am 2009-06-14 06:09:43 UTC (rev 16112)
+++ branches/theora-thusnelda/lib/Makefile.am 2009-06-14 06:13:24 UTC (rev 16113)
@@ -70,12 +70,12 @@
encoder_uniq_sources = \
enc/analyze.c \
- enc/fdct.c \
+ enc/encapiwrapper.c \
enc/encfrag.c \
- enc/encapiwrapper.c \
enc/encinfo.c \
enc/encode.c \
enc/enquant.c \
+ enc/fdct.c \
enc/huffenc.c \
enc/mathops.c \
enc/mcenc.c \
@@ -96,8 +96,8 @@
endif
decoder_x86_sources = \
+ dec/x86/mmxfrag.c \
dec/x86/mmxidct.c \
- dec/x86/mmxfrag.c \
dec/x86/mmxstate.c \
dec/x86/x86state.c
if CPU_x86_64
More information about the commits
mailing list