summaryrefslogtreecommitdiff
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
commit57538033d2e67762937596d170fa57df4061f25d (patch)
treebdf22c53027413aa6de92f86491b4b827e1e3946 /autogen.sh
parent5e702de8b4ca0e92c9385cfc7c174cb7bcb0b114 (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;