summaryrefslogtreecommitdiffstats
path: root/m4
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
commitdf78fdf8af7f795a9d1d8f9c934c3f263c1c683e (patch)
tree2e39b716aab059023c30a41c7ef18e4a3f9af07b /m4
parent8d964703b7928e8d32e1646363fbb5b76d737bf8 (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 'm4')
-rw-r--r--m4/as-ffmpeg.m42
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