aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2011-01-14 10:14:54 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2011-01-14 10:14:54 +0000
commit0a20b2938abbbf36516c85c2f15bb7a299fe698a (patch)
tree9ed25e770072d48fc4523505eb5bd51b238b9a83
parent810c2d34e7dd8ac77499cb0eb8023fc5f9448623 (diff)
downloadusdx-0a20b2938abbbf36516c85c2f15bb7a299fe698a.tar.gz
usdx-0a20b2938abbbf36516c85c2f15bb7a299fe698a.tar.xz
usdx-0a20b2938abbbf36516c85c2f15bb7a299fe698a.zip
test: disable autogen
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2799 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rwxr-xr-xmediaplugin/dists/buildbot/win32-delphi-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediaplugin/dists/buildbot/win32-delphi-build.sh b/mediaplugin/dists/buildbot/win32-delphi-build.sh
index 3474d7f8..6d743f9a 100755
--- a/mediaplugin/dists/buildbot/win32-delphi-build.sh
+++ b/mediaplugin/dists/buildbot/win32-delphi-build.sh
@@ -7,7 +7,7 @@ if ([ "$GREP_DIR" != "/bin/grep.exe" ] && [ "$GREP_DIR" != "/usr/bin/grep.exe" ]
exit 1
fi
cd src/mediaplugins/ffmpeg
-./autogen.sh
+#./autogen.sh
FFMPEG_DIR="libffmpeg"
FFMPEG_LIB="${FFMPEG_DIR}/lib"
FFMPEG_INCLUDE="${FFMPEG_DIR}/include"