[FFmpeg-devel] [PATCH 1/3] ffbuild/common: Remove what appears to be a temporary debugging comment

Derek Buitenhuis derek.buitenhuis at gmail.com
Tue May 20 21:28:02 EEST 2025


This also prevents it from always spamming during build.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis at 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



More information about the ffmpeg-devel mailing list