[xiph-commits] r9983 - trunk/theora

thomasvs at svn.xiph.org thomasvs at svn.xiph.org
Wed Sep 7 10:20:28 PDT 2005


Author: thomasvs
Date: 2005-09-07 10:20:25 -0700 (Wed, 07 Sep 2005)
New Revision: 9983

Modified:
   trunk/theora/autogen.sh
   trunk/theora/configure.ac
Log:
patch from Nehal for win32

Modified: trunk/theora/autogen.sh
===================================================================
--- trunk/theora/autogen.sh	2005-09-07 16:32:19 UTC (rev 9982)
+++ trunk/theora/autogen.sh	2005-09-07 17:20:25 UTC (rev 9983)
@@ -117,7 +117,8 @@
 # this search and replace hack is specifically for MacOSX where automake
 # picks up changelog in debian/ because of filesystem
 # case-not-quite-sensitivity breaking make distcheck
-perl -i -p -e 's/DIST_COMMON = ChangeLog/DIST_COMMON =/g' debian/Makefile.in
+perl -i.bak -p -e 's/DIST_COMMON = ChangeLog/DIST_COMMON =/g' debian/Makefile.in
+rm debian/Makefile.in.bak
 
 cd 
 cd $olddir

Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac	2005-09-07 16:32:19 UTC (rev 9982)
+++ trunk/theora/configure.ac	2005-09-07 17:20:25 UTC (rev 9983)
@@ -217,7 +217,7 @@
 	[Define to exclude encode support from the build])
 else
     if test x$HAVE_VORBIS = xyes; then
-      BUILDABLE_EXAMPLES="$BUILDABLE_EXAMPLES encoder_example"
+      BUILDABLE_EXAMPLES="$BUILDABLE_EXAMPLES encoder_example\$(EXEEXT)"
     else
       AC_MSG_NOTICE([Vorbis missing, cannot build example encoder])
     fi



More information about the commits mailing list