mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-01 06:10:00 +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
|