compiling help URGENT by Sephirothkefka at 10:05 PM EST on January 23, 2017
I downloaded the vgmstream git from github and am having trouble compiling in_vgmstream. It throws a bunch of errors regarding mp4v2 and fdkaac. The .md mentions something about removing it but im not sure how to do that. Any help?
by RebeccaSugar at 12:51 PM EST on January 24, 2017
Are you compiling with VS2013? You may be able to disable those by editing the appropriate .vcxproj files to remove VGM_USE_MP4V2 and VGM_USE_FDKAAC. The relevant files are called out in this search. (I'm sure there's a way to do it from the UI as well but I don't have it on hand to look at)
edited 9:33 PM EST January 24, 2017
Fixed... kind of by Sephirothkefka at 10:44 PM EST on January 24, 2017
Thank you hcs! That worked wonders! Tge only problem now is that the info menu that describes the file is all in asian characters (either chinese or Japanese not sure) do you think I should extract test.exe as well? I haven't checked the options menu for the plugin yet.