mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	audio_core: fix msvc include issue
This commit is contained in:
		
							parent
							
								
									bd9984b5f8
								
							
						
					
					
						commit
						8fe3e37df5
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -270,7 +270,7 @@ if (ENABLE_FFMPEG) | |||
| 
 | ||||
|         if (DEFINED FFmpeg_VER) | ||||
|             download_bundled_external("ffmpeg/" ${FFmpeg_VER} FFmpeg_PREFIX) | ||||
|             set(FFMPEG_DIR "${FFmpeg_PREFIX}") | ||||
|             set(FFMPEG_DIR "${FFmpeg_PREFIX}/../") | ||||
|             set(FFMPEG_FOUND YES) | ||||
|         endif() | ||||
|     else() | ||||
|  |  | |||
|  | @ -9,7 +9,7 @@ | |||
| #endif // _WIN32
 | ||||
| 
 | ||||
| extern "C" { | ||||
| #include "libavcodec/avcodec.h" | ||||
| #include <libavcodec/avcodec.h> | ||||
| } | ||||
| 
 | ||||
| #ifdef _WIN32 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue