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 #36463 is a reply to message #36461] Tue, 29 May 2012 23:00 Go to previous message
koldo is currently offline  koldo
Messages: 3443
Registered: August 2008
Senior Veteran
Hello Wilde

Thanks for your interest.

I have compiled and run actual Media_demo package without problems.

To do that you will need to copy SDL and ffmpeg folders. I prefer to put them under uppsrc/plugin. You can find a copy in http://sourceforge.net/projects/upp/files/GPL-sources/ , files SDL plugin_LGPL.7z and Ffmpeg plugin_LGPL.7z.

I have checked that actual SDLWrapper.h file is right. It contains this:
#ifndef _SDL_SDLWrapper_h_
#define _SDL_SDLWrapper_h_

#if defined(_WIN32)
	#include <SDL.h> 
	#include <SDL_thread.h> 
	#include <SDL_syswm.h>
#else
	#include <SDL/SDL.h>
	#include <SDL/SDL_thread.h>
	#include <SDL/SDL_syswm.h>
#endif

#undef main

#define INT64_C(val) val##LL
#define UINT64_C(val) val##ULL 

#endif



Best regards
IƱaki
 
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: Fri Aug 29 11:38:46 CEST 2025

Total time taken to generate the page: 0.07660 seconds