diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-26 10:53:21 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-26 10:53:21 +0000 |
commit | df78fdf8af7f795a9d1d8f9c934c3f263c1c683e (patch) | |
tree | 2e39b716aab059023c30a41c7ef18e4a3f9af07b /autogen.sh | |
parent | 8d964703b7928e8d32e1646363fbb5b76d737bf8 (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-x | autogen.sh | 3 |
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 |