Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » MediaPlayer compiler error
Re: MediaPlayer compiler error [message #36461 is a reply to message #33570] Tue, 29 May 2012 15:37 Go to previous messageGo to previous message
o_wild is currently offline  o_wild
Messages: 28
Registered: December 2008
Location: Urmqi
Promising Member
Hi, so long not see. I tested the latest version of this package in Windows XP, with SDL and ffmpeg the safe way. A series of errors show that some types are unrecognised. For example, ConditionVariable,Thread (MediaFile.h). Where are definitions?
BTW, I changed these lines in SDLWrapper.h
from
	#include <SDL/SDL.h> 
	#include <SDL/SDL_thread.h> 
	#include <SDL/SDL_syswm.h>

to
#ifdef COMPILER_MSC
	#include <SDL.h> 
	#include <SDL_thread.h> 
	#include <SDL_syswm.h>
#endif
#ifdef COMPILER_GCC
	#include <SDL/SDL.h> 
	#include <SDL/SDL_thread.h> 
	#include <SDL/SDL_syswm.h>
#endif
#endif


Best regards,
Wilde
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Why qtfequations do not show properly?
Next Topic: PopEasy
Goto Forum:
  


Current Time: Sun May 19 23:33:17 CEST 2024

Total time taken to generate the page: 0.00878 seconds