[xiph-commits] r11583 - trunk/theora/lib

msmith at svn.xiph.org msmith at svn.xiph.org
Fri Jun 16 05:22:48 PDT 2006


Author: msmith
Date: 2006-06-16 05:22:46 -0700 (Fri, 16 Jun 2006)
New Revision: 11583

Modified:
   trunk/theora/lib/Makefile.am
Log:
List encoder enabled/disabled files in EXTRA_DIST to ensure they'll always be
disted.


Modified: trunk/theora/lib/Makefile.am
===================================================================
--- trunk/theora/lib/Makefile.am	2006-06-16 10:57:19 UTC (rev 11582)
+++ trunk/theora/lib/Makefile.am	2006-06-16 12:22:46 UTC (rev 11583)
@@ -11,7 +11,11 @@
 	x86_64/fdct_mmx.c \
 	x86_32_vs/dsp_mmx.c \
 	x86_32_vs/fdct_mmx.c \
-	x86_32_vs/recon_mmx.c
+	x86_32_vs/recon_mmx.c \
+	encoder_disabled.c \
+	dct_encode.c \
+	encode.c \
+	encoder_toplevel.c
 
 lib_LTLIBRARIES = libtheora.la
 



More information about the commits mailing list