summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-12-26 10:53:21 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-12-26 10:53:21 +0000
commita0646013c2c98936c92c19a2735fa0a561bb48c9 (patch)
treed88f245c06f164af932ea3d79cd80efabbffa7ea /autogen.sh
parent4e1449bb3dcff62ada25b626d552c354cbe8ac9e (diff)
slurp in ffmpeg a) please test b) please help me figure out how to portably link in a .a file in our .so plugin
Original commit message from CVS: slurp in ffmpeg a) please test b) please help me figure out how to portably link in a .a file in our .so plugin
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 0b032561f6..0d6a7cc13b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,6 +13,9 @@ then
cvs co common
fi
+# ensure that we have the dirs we put ext libs in to appease automake
+mkdir -p gst-libs/ext/ffmpeg
+
# source helper functions
if test ! -e common/gst-autogen.sh;
then