mirror of
				https://github.com/taglib/taglib.git
				synced 2025-11-03 16:26:18 -05:00 
			
		
		
		
	No tabs in TagLib
This commit is contained in:
		@ -366,8 +366,7 @@ set_target_properties(tag PROPERTIES
 | 
			
		||||
  PUBLIC_HEADER "${tag_HDRS}"
 | 
			
		||||
)
 | 
			
		||||
if(VISIBILITY_HIDDEN)
 | 
			
		||||
	set_target_properties(tag PROPERTIES C_VISIBILITY_PRESET hidden
 | 
			
		||||
	)
 | 
			
		||||
  set_target_properties(tag PROPERTIES C_VISIBILITY_PRESET hidden)
 | 
			
		||||
endif()
 | 
			
		||||
 | 
			
		||||
if(BUILD_FRAMEWORK)
 | 
			
		||||
 | 
			
		||||
@ -109,8 +109,8 @@ bool MPEG::File::isSupported(IOStream *stream)
 | 
			
		||||
  const ByteVector buffer = Utils::readHeader(stream, bufferSize(), true, &headerOffset);
 | 
			
		||||
 | 
			
		||||
  if(buffer.isEmpty())
 | 
			
		||||
	  return false;
 | 
			
		||||
  
 | 
			
		||||
      return false;
 | 
			
		||||
 | 
			
		||||
  const long originalPosition = stream->tell();
 | 
			
		||||
  AdapterFile file(stream);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user