You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I converted the VS2012 project to VS2015, and was greeted by hundreds of compiler errors. This is due to Microsoft removing the deprecated ability to apply "__declspec(align)" to functions. This is used throughout the current version of libyuv in the libtheoraplayer project.
This issue has apparently been fixed upstream in libyuv, as of revision 1374 (https://code.google.com/p/libyuv/issues/detail?id=422), so you will just need to update the libyuv source. I fixed the errors manually and was able to compile fine, so it seems this all that is necessary to make libtheoraplayer VS2015-compliant.
The text was updated successfully, but these errors were encountered:
I converted the VS2012 project to VS2015, and was greeted by hundreds of
compiler errors. This is due to Microsoft removing the deprecated ability
to apply "__declspec(align)" to functions. This is used throughout the
current version of libyuv in the libtheoraplayer project.
This issue has apparently been fixed upstream in libyuv, as of revision
1374 (https://code.google.com/p/libyuv/issues/detail?id=422), so you will
just need to update the libyuv source. I fixed the errors manually and was
able to compile fine, so it seems this all that is necessary to make
libtheoraplayer VS2015-compliant.
—
Reply to this email directly or view it on GitHub #1.
Looks good. Everything compiles without errors. Thanks! You should now be able to create a proper VS2015 project for libtheoraplayer without any surprises.
I converted the VS2012 project to VS2015, and was greeted by hundreds of compiler errors. This is due to Microsoft removing the deprecated ability to apply "__declspec(align)" to functions. This is used throughout the current version of libyuv in the libtheoraplayer project.
This issue has apparently been fixed upstream in libyuv, as of revision 1374 (https://code.google.com/p/libyuv/issues/detail?id=422), so you will just need to update the libyuv source. I fixed the errors manually and was able to compile fine, so it seems this all that is necessary to make libtheoraplayer VS2015-compliant.
The text was updated successfully, but these errors were encountered: