summaryrefslogtreecommitdiff
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
commit90c2020e84bf5da095b6608c66fee8c8fe6f6426 (patch)
tree942c6d436f9ba70747cbc2063a2d87a246852154 /autogen.sh
parent94bc644f6c1d3cf4564078fc92d30212683852e1 (diff)
downloadgstreamer-plugins-bad-90c2020e84bf5da095b6608c66fee8c8fe6f6426.tar.gz
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 098846fd9..afe794d20 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;