This also prevents it from always spamming during build.

Signed-off-by: Derek Buitenhuis <derek.buitenh...@gmail.com>
---
 ffbuild/common.mak | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ffbuild/common.mak b/ffbuild/common.mak
index 0e1eb1f62b..b90d9519cb 100644
--- a/ffbuild/common.mak
+++ b/ffbuild/common.mak
@@ -141,7 +141,6 @@ endif
 
 # 1) Preprocess CSS to a minified version
 %.css.min: %.css
-       # Must start with a tab in the real Makefile
        sed 's!/\\*.*\\*/!!g' $< \
        | tr '\n' ' ' \
        | tr -s ' ' \
-- 
2.49.0

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to