From 1f86ecc27b450f999b2639abdf38bf023d7b5a4f Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sat, 11 May 2024 21:34:53 +0900 Subject: [PATCH] Update compile-ffmpeg.md --- compile-ffmpeg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-ffmpeg.md b/compile-ffmpeg.md index 1066bf8..1e939e1 100644 --- a/compile-ffmpeg.md +++ b/compile-ffmpeg.md @@ -21,7 +21,7 @@ cd build ../configure --disable-static --enable-shared --enable-gpl --enable-libx264 --enable-nonfree make make install -#ln -s /usr/local/bin/ffmpeg /usr/bin/ffmpeg # Or add to PATH variable +#ln -s /usr/local/bin/ffmpeg /usr/bin/ffmpeg # Or add /usr/local/bin to PATH variable ``` ## Report abuse