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 | e947d5f47236746e43d2661a51b8eeb08b3b45a2 (patch) | |
tree | d754992d82cac3e0a3e558440be5295c96f1a0ce /m4 | |
parent | 0ecc91bfd8e00a14dac91b9ff44197a563e7c30a (diff) | |
download | gst-plugins-bad-e947d5f47236746e43d2661a51b8eeb08b3b45a2.tar.gz gst-plugins-bad-e947d5f47236746e43d2661a51b8eeb08b3b45a2.tar.bz2 gst-plugins-bad-e947d5f47236746e43d2661a51b8eeb08b3b45a2.zip |
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 'm4')
-rw-r--r-- | m4/as-ffmpeg.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/as-ffmpeg.m4 b/m4/as-ffmpeg.m4 index 612224c8..4b438a2d 100644 --- a/m4/as-ffmpeg.m4 +++ b/m4/as-ffmpeg.m4 @@ -18,7 +18,7 @@ AC_DEFUN(AM_PATH_FFMPEG, AC_ARG_WITH(ffmpeg-source, AC_HELP_STRING([--with-ffmpeg-source=DIR], [Directory where FFmpeg source is (optional)]), - ffmpeg_source="$withval", ffmpeg_source="") + ffmpeg_source="$withval") dnl save CFLAGS and LIBS here CFLAGS_save=$CFLAGS |