aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2011-01-14 10:19:20 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2011-01-14 10:19:20 +0000
commitb6ce96ca05e5e9aa14c1c7d0ff2b8346539c0f9f (patch)
tree2190436d6afc17767e70943527dd077deb75530e
parent0a20b2938abbbf36516c85c2f15bb7a299fe698a (diff)
downloadusdx-github/svn/experimental.tar.gz
usdx-github/svn/experimental.tar.xz
usdx-github/svn/experimental.zip
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2800 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 6d743f9a..3474d7f8 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"