From e947d5f47236746e43d2661a51b8eeb08b3b45a2 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 26 Dec 2002 10:53:21 +0000 Subject: 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 --- autogen.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 0b032561..0d6a7cc1 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 -- cgit v1.2.1