mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Merge pull request #1722 from MerryMage/soundtouch
Externals: Add soundtouch
This commit is contained in:
		
						commit
						2f76dc6758
					
				
							
								
								
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							@ -7,3 +7,6 @@
 | 
				
			|||||||
[submodule "nihstro"]
 | 
					[submodule "nihstro"]
 | 
				
			||||||
	path = externals/nihstro
 | 
						path = externals/nihstro
 | 
				
			||||||
	url = https://github.com/neobrain/nihstro.git
 | 
						url = https://github.com/neobrain/nihstro.git
 | 
				
			||||||
 | 
					[submodule "soundtouch"]
 | 
				
			||||||
 | 
						path = externals/soundtouch
 | 
				
			||||||
 | 
						url = https://github.com/citra-emu/soundtouch.git
 | 
				
			||||||
 | 
				
			|||||||
@ -249,6 +249,9 @@ if(ENABLE_QT)
 | 
				
			|||||||
    include_directories(externals/qhexedit)
 | 
					    include_directories(externals/qhexedit)
 | 
				
			||||||
    add_subdirectory(externals/qhexedit)
 | 
					    add_subdirectory(externals/qhexedit)
 | 
				
			||||||
endif()
 | 
					endif()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					add_subdirectory(externals/soundtouch)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
add_subdirectory(src)
 | 
					add_subdirectory(src)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Install freedesktop.org metadata files, following those specifications:
 | 
					# Install freedesktop.org metadata files, following those specifications:
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										1
									
								
								externals/soundtouch
									
									
									
									
										vendored
									
									
										Submodule
									
								
							
							
								
								
								
								
								
								
							
						
						
									
										1
									
								
								externals/soundtouch
									
									
									
									
										vendored
									
									
										Submodule
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					Subproject commit 5274ec4dec498bd88ccbcd28862a0f78a3b95eff
 | 
				
			||||||
@ -16,6 +16,9 @@ set(HEADERS
 | 
				
			|||||||
            sink.h
 | 
					            sink.h
 | 
				
			||||||
            )
 | 
					            )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					include_directories(../../externals/soundtouch/include)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
create_directory_groups(${SRCS} ${HEADERS})
 | 
					create_directory_groups(${SRCS} ${HEADERS})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
add_library(audio_core STATIC ${SRCS} ${HEADERS})
 | 
					add_library(audio_core STATIC ${SRCS} ${HEADERS})
 | 
				
			||||||
 | 
					target_link_libraries(audio_core SoundTouch)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user