VideoPlayer Class Missing

Topics: Linux
Dec 4, 2012 at 6:33 PM

Hey everyone,

So I started porting over an existing XNA game to Linux and discovered there's no VideoPlayer class in the Linux build.  I've got a blank class in there at the moment that just allows the game to build, but I was wondering whether I should just go ahead and write one for Linux or is someone doing that already?

 

Coordinator
Dec 4, 2012 at 11:39 PM

Please double check that the develop3d branch doesn't have one already and if it could be shared between all desktop platforms, or shared with minimal ifdefs.

Other than that, I'm not aware of anyone working on that class.

Please submit a PR.