Minor changes

This commit is contained in:
Nekotekina 2015-10-22 19:30:39 +03:00
parent d4e0da3f80
commit fd628d8345
11 changed files with 113 additions and 93 deletions

View file

@ -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