mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-31 22:00:10 +01:00
10 lines
227 B
C++
10 lines
227 B
C++
#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
|