You can access the latest fobs sources from the CVS server using the follownig commands:
cvs -d :pserver:anonymous@cvs.sf.net:/cvsroot/fobs login
cvs -d :pserver:anonymous@cvs.sf.net:/cvsroot/fobs co fobs-src
You won't be able to write your changes directly to the CVS server. This is a limitation of the SourceForge service. You'll have to submit your via fobs_at_mac_dot_com.
Cheers.
Jose San Pedro
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
First of all thanks for the cvs I think it's a great improvement. Secondly, I think that you should write in the readme that scons should be extracted in script/. And third, I couldn't get it to compile. I get
src/cppapi/Decoder.cpp:1204: error: `AVSEEK_FLAG_BACKWARD' undeclared (first use this function)
src/cppapi/Decoder.cpp:1204: error: (Each undeclared identifier is reported only once for each function it appears in.)
scons: *** [src/cppapi/Decoder.o] Error 1.
I don't know wherer AVSEEK_FLAG_BACKWARD is declared. I've included my jni path and FFMPEG_HOME. Also maybe you could add a line to compile ffmpeg in buildFobs.sh, I know it's stupid, but the first time I went through this, I took a few hours to figure it out.
Thanks a lot for your great job!
Masato
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First of all, I have corrected the README file (thanks!!!). Of course, scons must be extracted to ./scripts.
About the AVSEEK_FLAG_BACKWARD, I think I have included the wrong ffmpeg package in the CVS repository. While I correct this issue, please download the ffmpeg sources from the official ffmpeg page (ffmpeg.sf.net).
Sorry for the inconvenience... I will fix all these troubles as soon as I get some spare time
Cheers.
Jose San Pedro
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Jos,
Thanks for fixing things so quickly. I see you removed a few stuff like libmp3lame and stuff from buildFobs.sh. Does that change anything? Oh BTW thanks for publishing my Proc code!! I think I shouldn't be lazy and start working on it. I hope other people do so too. As you can see on the other thread, for now I'm experimenting with jni and nio buffers. It seems I've found a pretty good compromise!
Cheers
Masato
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
at last!! it's finally working!!
You can access the latest fobs sources from the CVS server using the follownig commands:
cvs -d :pserver:anonymous@cvs.sf.net:/cvsroot/fobs login
cvs -d :pserver:anonymous@cvs.sf.net:/cvsroot/fobs co fobs-src
You won't be able to write your changes directly to the CVS server. This is a limitation of the SourceForge service. You'll have to submit your via fobs_at_mac_dot_com.
Cheers.
Jose San Pedro
I forgot to mention,
the processor code submitted by Masato is already included in the CVS. Take a look and contribute:
src/jmf-pi/com/omnividea/media/content/unknwon/Handler.java
Cheers!
Jose San Pedro
Can't wait to take a look. Awesome progress.
Hi,
First of all thanks for the cvs I think it's a great improvement. Secondly, I think that you should write in the readme that scons should be extracted in script/. And third, I couldn't get it to compile. I get
src/cppapi/Decoder.cpp:1204: error: `AVSEEK_FLAG_BACKWARD' undeclared (first use this function)
src/cppapi/Decoder.cpp:1204: error: (Each undeclared identifier is reported only once for each function it appears in.)
scons: *** [src/cppapi/Decoder.o] Error 1.
I don't know wherer AVSEEK_FLAG_BACKWARD is declared. I've included my jni path and FFMPEG_HOME. Also maybe you could add a line to compile ffmpeg in buildFobs.sh, I know it's stupid, but the first time I went through this, I took a few hours to figure it out.
Thanks a lot for your great job!
Masato
Hi,
First of all, I have corrected the README file (thanks!!!). Of course, scons must be extracted to ./scripts.
About the AVSEEK_FLAG_BACKWARD, I think I have included the wrong ffmpeg package in the CVS repository. While I correct this issue, please download the ffmpeg sources from the official ffmpeg page (ffmpeg.sf.net).
Sorry for the inconvenience... I will fix all these troubles as soon as I get some spare time
Cheers.
Jose San Pedro
Hi,
all the CVS issues should be solved by now.
Thanks for your patience.
Jose San Pedro
Hi Jos,
Thanks for fixing things so quickly. I see you removed a few stuff like libmp3lame and stuff from buildFobs.sh. Does that change anything? Oh BTW thanks for publishing my Proc code!! I think I shouldn't be lazy and start working on it. I hope other people do so too. As you can see on the other thread, for now I'm experimenting with jni and nio buffers. It seems I've found a pretty good compromise!
Cheers
Masato