mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40: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) |         if (DEFINED FFmpeg_VER) | ||||||
|             download_bundled_external("ffmpeg/" ${FFmpeg_VER} FFmpeg_PREFIX) |             download_bundled_external("ffmpeg/" ${FFmpeg_VER} FFmpeg_PREFIX) | ||||||
|             set(FFMPEG_DIR "${FFmpeg_PREFIX}") |             set(FFMPEG_DIR "${FFmpeg_PREFIX}/../") | ||||||
|             set(FFMPEG_FOUND YES) |             set(FFMPEG_FOUND YES) | ||||||
|         endif() |         endif() | ||||||
|     else() |     else() | ||||||
|  |  | ||||||
|  | @ -9,7 +9,7 @@ | ||||||
| #endif // _WIN32
 | #endif // _WIN32
 | ||||||
| 
 | 
 | ||||||
| extern "C" { | extern "C" { | ||||||
| #include "libavcodec/avcodec.h" | #include <libavcodec/avcodec.h> | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| #ifdef _WIN32 | #ifdef _WIN32 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue