Comment out unsupported audio formats
This commit is contained in:
		
							parent
							
								
									408864339f
								
							
						
					
					
						commit
						73d5cb5bad
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -535,10 +535,10 @@ static const char *audExt[] =
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
//	"mid",
 | 
					//	"mid",
 | 
				
			||||||
//	"midi",
 | 
					//	"midi",
 | 
				
			||||||
	"mp3",
 | 
					//	"mp3",
 | 
				
			||||||
 | 
					//	"wma",
 | 
				
			||||||
	"ogg",
 | 
						"ogg",
 | 
				
			||||||
	"wav",
 | 
						"wav"
 | 
				
			||||||
	"wma"  // FIXME this prolly isn't even supported lol
 | 
					 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static const char *fonExt[] =
 | 
					static const char *fonExt[] =
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue