summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2005-05-05 16:35:52 +0000
committerChristian Schaller <uraeus@gnome.org>2005-05-05 16:35:52 +0000
commit886110240acc01afdc047906f27418e05de7388e (patch)
treeeae13eebbf871bfac01f49fbe40e1cb5e467d310 /autogen.sh
parent9e07c0ac3c54b0c217a16627dfd7cd5f9c057d96 (diff)
updates to make this closer to compile
Original commit message from CVS: updates to make this closer to compile
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 098846fd..afe794d2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,7 +14,7 @@ then
fi
# ensure that we have the dirs we put ext libs in to appease automake
-mkdir -p gst-libs/ext/ffmpeg/ffmpeg
+#mkdir -p gst-libs/ext/ffmpeg/ffmpeg
# source helper functions
if test ! -f common/gst-autogen.sh;