| 
																	
																	
																		
																	
																	
																 | 
																@@ -16,5 +16,16 @@ git grep -L -E "This file is part of FFmpeg|This file is part of libswresample|" | 
															
														
														
													
														
															
																 | 
																 | 
																"This program is free software; you can redistribute it and/or modify|"\ | 
																 | 
																 | 
																"This program is free software; you can redistribute it and/or modify|"\ | 
															
														
														
													
														
															
																 | 
																 | 
																"This file is placed in the public domain" | grep -E '\.c$|\.h$|\.S$|\.asm$' | 
																 | 
																 | 
																"This file is placed in the public domain" | grep -E '\.c$|\.h$|\.S$|\.asm$' | 
															
														
														
													
														
															
																 | 
																 | 
																
  | 
																 | 
																 | 
																
  | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																echo Headers without standard inclusion guards: | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																for f in `git ls-files | grep '\.h$'` ; do | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																    macro="`echo $f | sed \ | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																        -e '/\/\|^ff/!{s/\(.*\)/ffmpeg\/\1/}' \ | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																        -e 's/^lib//' \ | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																        -e 's/[^A-Za-z0-9]\{1\,\}/_/g' \ | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																        -e 's/_\(a\|v\|av\)f_/_/' \ | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																    | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`" | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																
  | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																    grep -L "^#define $macro$" $f | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																done | 
															
														
														
													
														
															
																 | 
																 | 
																
  | 
																 | 
																 | 
																
  | 
															
														
														
													
														
															
																 | 
																 | 
																exit 0 | 
																 | 
																 | 
																exit 0 |