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
commite947d5f47236746e43d2661a51b8eeb08b3b45a2 (patch)
treed754992d82cac3e0a3e558440be5295c96f1a0ce /autogen.sh
parent0ecc91bfd8e00a14dac91b9ff44197a563e7c30a (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 0b032561f..0d6a7cc13 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