diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-01 16:08:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-01 16:08:08 +0100 |
| commit | 50013be8d2c5edcfbf253459b2754eaaf675ed1d (patch) | |
| tree | 0c865db050c74fce2d0616fa1f180947e499abfc | |
| parent | 1774f34b5420c0526991f3f1b621d9ca53eaf345 (diff) | |
Un-debug ubuntu build script.
| -rw-r--r-- | TODO | 6 | ||||
| -rwxr-xr-x | builds/ubuntu-12.04-64 | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -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. diff --git a/builds/ubuntu-12.04-64 b/builds/ubuntu-12.04-64 index 5f0185087..e5899ebd7 100755 --- a/builds/ubuntu-12.04-64 +++ b/builds/ubuntu-12.04-64 @@ -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 |
