From df78fdf8af7f795a9d1d8f9c934c3f263c1c683e 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 --- m4/as-ffmpeg.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') 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 -- cgit