From 1af1b527727ccdfcfec8c02fa4e1ff291e9dd932 Mon Sep 17 00:00:00 2001
From: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Date: Wed, 22 Jun 2011 21:16:40 +0200
Subject: [PATCH] general.texi: use "the FFmpeg libraries" in place of
 enumerating them

Avoid an incomplete listing of the libav* libraries, and the need to
update them again.
---
 doc/general.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/general.texi b/doc/general.texi
index c50e3c8ef94..b6392d76e37 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -854,7 +854,7 @@ where SDL was installed. Verify that @file{sdl-config} can be launched from
 the MSYS command line.
 
 @item By using @code{./configure --enable-shared} when configuring FFmpeg,
-you can build libavutil, libavcodec and libavformat as DLLs.
+you can build the FFmpeg libraries as DLLs.
 
 @end itemize
 
-- 
GitLab