[xiph-commits] r16576 - trunk/theora/lib
giles at svn.xiph.org
giles at svn.xiph.org
Fri Sep 25 08:29:31 PDT 2009
Author: giles
Date: 2009-09-25 08:29:31 -0700 (Fri, 25 Sep 2009)
New Revision: 16576
Modified:
trunk/theora/lib/Makefile.am
Log:
Add encoder_disabled.c to the distribution.
This is an optional file which supports the --disable-encode option to
configure. Such source files must be listed separately in EXTRA_DIST
to be included in a release.
Modified: trunk/theora/lib/Makefile.am
===================================================================
--- trunk/theora/lib/Makefile.am 2009-09-25 15:12:22 UTC (rev 16575)
+++ trunk/theora/lib/Makefile.am 2009-09-25 15:29:31 UTC (rev 16576)
@@ -3,6 +3,7 @@
EXTRA_DIST = \
cpu.c \
+ encoder_disabled.c \
x86/mmxencfrag.c \
x86/mmxfdct.c \
x86/sse2fdct.c \
More information about the commits
mailing list