mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12:00
Minor changes
This commit is contained in:
parent
d4e0da3f80
commit
fd628d8345
11 changed files with 113 additions and 93 deletions
|
@ -1 +1,9 @@
|
|||
#include "stdafx.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma comment(lib, "avcodec.lib")
|
||||
#pragma comment(lib, "avformat.lib")
|
||||
#pragma comment(lib, "avutil.lib")
|
||||
#pragma comment(lib, "swresample.lib")
|
||||
#pragma comment(lib, "swscale.lib")
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue