mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00: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