[xiph-commits] r16114 - branches/theora-thusnelda/lib
giles at svn.xiph.org
giles at svn.xiph.org
Sat Jun 13 23:16:15 PDT 2009
Author: giles
Date: 2009-06-13 23:16:14 -0700 (Sat, 13 Jun 2009)
New Revision: 16114
Modified:
branches/theora-thusnelda/lib/Makefile.am
Log:
Additional source list reordering in the automake build.
Sorry, forgot to save the final edit.
Modified: branches/theora-thusnelda/lib/Makefile.am
===================================================================
--- branches/theora-thusnelda/lib/Makefile.am 2009-06-14 06:13:24 UTC (rev 16113)
+++ branches/theora-thusnelda/lib/Makefile.am 2009-06-14 06:16:14 UTC (rev 16114)
@@ -70,12 +70,12 @@
encoder_uniq_sources = \
enc/analyze.c \
+ enc/fdct.c \
+ enc/encfrag.c \
enc/encapiwrapper.c \
- enc/encfrag.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/mmxidct.c \
dec/x86/mmxfrag.c \
- dec/x86/mmxidct.c \
dec/x86/mmxstate.c \
dec/x86/x86state.c
if CPU_x86_64
More information about the commits
mailing list