things still work with these commented out, but the libs still need to be there...
This commit is contained in:
@@ -28,6 +28,7 @@ namespace avcodec
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
#if defined(_MSC_VER) && !defined(XBOX)
|
#if defined(_MSC_VER) && !defined(XBOX)
|
||||||
#pragma comment(lib, "ffmpeg/lib/avcodec.lib")
|
#pragma comment(lib, "ffmpeg/lib/avcodec.lib")
|
||||||
#pragma comment(lib, "ffmpeg/lib/avformat.lib")
|
#pragma comment(lib, "ffmpeg/lib/avformat.lib")
|
||||||
@@ -35,6 +36,7 @@ namespace avcodec
|
|||||||
#pragma comment(lib, "ffmpeg/lib/swscale.lib")
|
#pragma comment(lib, "ffmpeg/lib/swscale.lib")
|
||||||
#endif
|
#endif
|
||||||
#endif // _MSC_VER && !XBOX
|
#endif // _MSC_VER && !XBOX
|
||||||
|
*/
|
||||||
|
|
||||||
#if defined(XBOX)
|
#if defined(XBOX)
|
||||||
/* NOTES: ffmpeg static libraries arent included in SVN. You have to build
|
/* NOTES: ffmpeg static libraries arent included in SVN. You have to build
|
||||||
|
|||||||
Reference in New Issue
Block a user