[xiph-commits] r14645 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Fri Mar 28 10:32:31 PDT 2008


Author: j
Date: 2008-03-28 10:32:30 -0700 (Fri, 28 Mar 2008)
New Revision: 14645

Modified:
   trunk/ffmpeg2theora/get_libkate.sh
Log:
only build static libkate

Modified: trunk/ffmpeg2theora/get_libkate.sh
===================================================================
--- trunk/ffmpeg2theora/get_libkate.sh	2008-03-28 17:18:41 UTC (rev 14644)
+++ trunk/ffmpeg2theora/get_libkate.sh	2008-03-28 17:32:30 UTC (rev 14645)
@@ -26,5 +26,5 @@
 
 tar xfz "libkate-$version.tar.gz"
 ln -fs "libkate-$version" libkate
-cd libkate && make
+cd libkate && make staticlib
 



More information about the commits mailing list