From 2c0fe13b805c4a32aaa44c8a4382b2a999f6bb78 Mon Sep 17 00:00:00 2001 From: Eric Petit Date: Sun, 18 Nov 2007 14:12:31 +0000 Subject: [PATCH] typo --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 86feadcb91..6b5a6ab0f3 100644 --- a/configure.ac +++ b/configure.ac @@ -2990,7 +2990,7 @@ dnl Those options have to be here because the .pc can be bogus for ffmpeg previo fi]) AC_ARG_WITH(ffmpeg-x264, - [ --with-ffmpeg-x264 specify if ffmpeg has been compiled with libamrnb support], + [ --with-ffmpeg-x264 specify if ffmpeg has been compiled with libx264 support], [ if test "$with_ffmpeg_x264" = "yes"; then VLC_ADD_LIBS([ffmpeg],[-lx264])