summaryrefslogtreecommitdiffstats
path: root/contrib/local
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-31 20:52:30 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-31 20:52:30 (GMT)
commitc2a2b2dee2647b609a8996d4224c537f76e34268 (patch)
tree36b804a0c64719462bf12d4db39a187f81d7772b /contrib/local
parent3e9a302fbdd0d968f6c2241e48f4b208b03da17c (diff)
downloaduscxml-c2a2b2dee2647b609a8996d4224c537f76e34268.zip
uscxml-c2a2b2dee2647b609a8996d4224c537f76e34268.tar.gz
uscxml-c2a2b2dee2647b609a8996d4224c537f76e34268.tar.bz2
Build script for ffmpeg on linux
Diffstat (limited to 'contrib/local')
-rwxr-xr-xcontrib/local/compress_and_upload_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/local/compress_and_upload_deps.sh b/contrib/local/compress_and_upload_deps.sh
index d3c2e33..e47d7b5 100755
--- a/contrib/local/compress_and_upload_deps.sh
+++ b/contrib/local/compress_and_upload_deps.sh
@@ -31,7 +31,7 @@ cd ../prebuilt
ssh ${USCXML_PREBUILT_HOST} mkdir -p ${USCXML_PREBUILT_PATH}/${VERSION}
PLATFORMS=`find . -maxdepth 1 -type d -regex ./[^\.].*`
-PLATFORMS="linux-x86_64"
+#PLATFORMS="linux-x86_64"
for FILE in ${PLATFORMS}; do
PLATFORM=`basename $FILE`
echo $FILE