summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-12-30 11:14:30 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-12-30 11:14:30 +0000
commitb23c8694ab9d607f4d4038fbe2c5a3d5dd0f1c76 (patch)
tree78548a20ff53b1aace437eb0648808fc5c319eb5 /autogen.sh
parenta06b9161dc442bfb97b4b90f97d117b42fc5b488 (diff)
oops
Original commit message from CVS: oops
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 0d6a7cc1..df5cb8f5 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
+mkdir -p gst-libs/ext/ffmpeg/ffmpeg
# source helper functions
if test ! -e common/gst-autogen.sh;