Un-debug ubuntu build script.
authorCarl Hetherington <cth@carlh.net>
Mon, 1 Oct 2012 15:08:08 +0000 (16:08 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 1 Oct 2012 15:08:08 +0000 (16:08 +0100)
TODO
builds/ubuntu-12.04-64

diff --git a/TODO b/TODO
index f9d6ab9db3135b988d4d6d308daef602a50900ab..230d79821cd8c840536b08794477b6528a104338 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,9 @@
+EC2
+
+Small instance $0.085 ph
+Sintel Trailer 1080p @ 250000 Mbps
+
+
 Port DVD rip
 
 Write still j2ks straight to a MXF.
index 5f018508796bf1b0889e624e7f267ef71edfc484..e5899ebd777cbd34c8c8c18b4b72f53b7422f058 100755 (executable)
@@ -3,14 +3,14 @@
 export DEST=dvdomatic-ubuntu-12.04-64
 export ENV=/home/carl/Environments/ubuntu-12.04-64
 
-#./waf clean
+./waf clean
 
 export PATH=$ENV/bin:$PATH
 export PKG_CONFIG_LIBDIR=$ENV/lib/pkgconfig:/usr/lib/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/share/pkgconfig
 
 CXXFLAGS="-I$ENV_PREFIX/include" \
   LINKFLAGS="-L$ENV_PREFIX/lib" \
-  ./waf configure --enable-debug
+  ./waf configure
 
 ./waf