[xiph-commits] r7087 - in trunk/ffmpeg2theora: . kino_export

j at dactyl.lonelymoon.com j
Sun Jul 11 06:13:34 PDT 2004


Author: j
Date: Sun Jul 11 06:13:34 2004
New Revision: 7087

Added:
trunk/ffmpeg2theora/kino_export/Makefile.am
Modified:
trunk/ffmpeg2theora/Makefile.am
trunk/ffmpeg2theora/configure.ac
Log:
- update autofoo, so that make dist-bzip2 is working



Modified: trunk/ffmpeg2theora/Makefile.am
===================================================================
--- trunk/ffmpeg2theora/Makefile.am	2004-07-11 13:02:44 UTC (rev 7086)
+++ trunk/ffmpeg2theora/Makefile.am	2004-07-11 13:13:32 UTC (rev 7087)
@@ -1,5 +1,9 @@
AUTOMAKE_OPTIONS = 1.6 dist-zip

+SUBDIRS = kino_export
+
+EXTRA_DIST = Makefile.mingw32
+
EXTRA="-D_FILE_OFFSET_BITS=64"

bin_PROGRAMS = ffmpeg2theora

Modified: trunk/ffmpeg2theora/configure.ac
===================================================================
--- trunk/ffmpeg2theora/configure.ac	2004-07-11 13:02:44 UTC (rev 7086)
+++ trunk/ffmpeg2theora/configure.ac	2004-07-11 13:13:32 UTC (rev 7087)
@@ -63,4 +63,7 @@

AC_SUBST(XIPH_CFLAGS)
AC_SUBST(XIPH_LIBS)
-AC_OUTPUT([Makefile])
+AC_OUTPUT([
+	Makefile
+	kino_export/Makefile
+])

Added: trunk/ffmpeg2theora/kino_export/Makefile.am
===================================================================
--- trunk/ffmpeg2theora/kino_export/Makefile.am	2004-07-11 13:02:44 UTC (rev 7086)
+++ trunk/ffmpeg2theora/kino_export/Makefile.am	2004-07-11 13:13:32 UTC (rev 7087)
@@ -0,0 +1 @@
+EXTRA_DIST=README ffmpeg2theora.sh



More information about the commits mailing list