diff options
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 |