You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Store license value in a variable for later use.
patch by Jeremy Kolb, jkolb wsi com Originally committed as revision 13183 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
				
					committed by
					
						 Diego Biurrun
						Diego Biurrun
					
				
			
			
				
	
			
			
			
						parent
						
							e6375662db
						
					
				
				
					commit
					ba321adb94
				
			
							
								
								
									
										13
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								configure
									
									
									
									
										vendored
									
									
								
							| @@ -1978,11 +1978,14 @@ for type in decoder encoder parser demuxer muxer protocol filter bsf indev outde | ||||
|     echo | ||||
| done | ||||
|  | ||||
| enabled nonfree && | ||||
|     echo "License: unredistributable" || | ||||
|     (enabled gpl && | ||||
|         echo "License: GPL" || | ||||
|         echo "License: LGPL") | ||||
| license="LGPL" | ||||
| if enabled nonfree; then | ||||
|     license="unredistributable" | ||||
| elif enabled gpl; then | ||||
|     license="GPL" | ||||
| fi | ||||
|  | ||||
| echo "License: $license" | ||||
|  | ||||
| echo "Creating config.mak and config.h..." | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user