From babce9362c4e0ae5dbabd9ff626c8b29b1caf390 Mon Sep 17 00:00:00 2001 From: "Mr.Hope" Date: Wed, 6 Dec 2023 19:01:53 +0800 Subject: [PATCH] Update src/tutorial/README.md --- src/tutorial/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tutorial/README.md b/src/tutorial/README.md index 3c600f1..ca674f9 100644 --- a/src/tutorial/README.md +++ b/src/tutorial/README.md @@ -141,7 +141,7 @@ ZLMediaKit depends on some optional third-party libraries. During the building o ZLMediaKit can support multiple protocols for pulling streams by forking ffmpeg as a subprocess. FFmpeg does not need to be installed during compilation. -- sdl、avcodec、avutil +- sdl, avcodec, avutil These three libraries are used by the test_player test program of ZLMediaKit. You usually do not need to install these three libraries.