Thanks, I have svn access now so I will commit the changes when i have a chance.
I used a single makefile. Im running tis on opensuse. My ffmpeg is probably pretty recent, i used a prebuilt rpm package.
tinyxml was the most recent version (Id like to make the suggestion this be added in the source tree, its only 4 source files and be once less thing to setup for people building.)
I used the latest stable release for fltk2.
Mostly the changes Ive done so so far is fix the socket connection, add some preprocessor WIN32 defines to remove some windows only code. Some various compiler format issues.
My build still has some issues:
a big one being the gui gets locked out if the SDL window is touched (thinking its a thread problem).
Theres no scaling of the image if the SDL window is stretched. (this might be because theres only windows code and not an linux equivalent)
Also if anyone in the team has experience with ffmpeg and if theres some specific debug i can turn to help get the pandora version working let me know.
I used a single makefile. Im running tis on opensuse. My ffmpeg is probably pretty recent, i used a prebuilt rpm package.
tinyxml was the most recent version (Id like to make the suggestion this be added in the source tree, its only 4 source files and be once less thing to setup for people building.)
I used the latest stable release for fltk2.
Mostly the changes Ive done so so far is fix the socket connection, add some preprocessor WIN32 defines to remove some windows only code. Some various compiler format issues.
My build still has some issues:
a big one being the gui gets locked out if the SDL window is touched (thinking its a thread problem).
Theres no scaling of the image if the SDL window is stretched. (this might be because theres only windows code and not an linux equivalent)
Also if anyone in the team has experience with ffmpeg and if theres some specific debug i can turn to help get the pandora version working let me know.
Pickle
Show profile
Link to this post
I think the spark connect needs to be reworked