things still work with these commented out, but the libs still need to be there...

This commit is contained in:
AJ Kelly
2011-03-13 21:33:01 -05:00
parent 56f96a50d8
commit ed72f533bd
@@ -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