guenter geiger wrote:
On Tue, 2 Dec 2003, Yves Degoyon wrote:
hi,
that's just because you have a too old ffmpeg version, you should get the latest from http://ffmpeg.sourceforge.net/cvs
although it is bad practice in general, I think you should include ffmpeg into pidip ... what do you think ?
i don't understand what's wrong here, i don't have the habit to distribute libraries i did not write with my packages. should i ditribribute Image Magick too ? i precisely think this is a bad practice.
(this will make compilation for people easier, and it would make it easier to include pidip in Debian ..)
pidip is already packaged for Debian ( but i don't know where ), just ask Pablo Caedes ( caedes@sindominio.net )
cheers, sevy
Guenter
cheers, sevy
lee@fallingforward.net wrote:
It downloaded and unziped alright, I pointed the configure.ac file to the source trees, it configured! and make:
pdp_live~.c: In function
pdp_decode_stream_from_url': pdp_live~.c:320:
AVFMTCTX_NOHEADER' undeclared (first use in this function) pdp_live~.c:320: (Each undeclared identifier is reported only once pdp_live~.c:320: for each function it appears in.):( it's late, probably can't find a library. I have all the requirements installed but I may have to point autoconf to them? Hey, two out of three ain't bad.
-lee
On Tue, 2 Dec 2003, Yves Degoyon wrote:
hi,
PiDiP won't even unzip and unarchive. The downloaded file from: http://ydegoyon.free.fr/pidip-0.12.11.tar.gz is about 8K
this has been fixed, it was due to a faulty ftp server on my provider's side...
download it again, maybe you'll have all after 2 days of hard work...
cheers, sevy
On Tue, 2 Dec 2003, Yves Degoyon wrote:
although it is bad practice in general, I think you should include ffmpeg into pidip ... what do you think ?
i don't understand what's wrong here, i don't have the habit to distribute libraries i did not write with my packages. should i ditribribute Image Magick too ? i precisely think this is a bad practice.
(this will make compilation for people easier, and it would make it easier to include pidip in Debian ..)
pidip is already packaged for Debian ( but i don't know where ), just ask Pablo Caedes ( caedes@sindominio.net )
nevermind, it was just a thought ... there is nothing wrong.
Guenter
cheers, sevy
Guenter
cheers, sevy
lee@fallingforward.net wrote:
It downloaded and unziped alright, I pointed the configure.ac file to the source trees, it configured! and make:
pdp_live~.c: In function
pdp_decode_stream_from_url': pdp_live~.c:320:
AVFMTCTX_NOHEADER' undeclared (first use in this function) pdp_live~.c:320: (Each undeclared identifier is reported only once pdp_live~.c:320: for each function it appears in.):( it's late, probably can't find a library. I have all the requirements installed but I may have to point autoconf to them? Hey, two out of three ain't bad.
-lee
On Tue, 2 Dec 2003, Yves Degoyon wrote:
hi,
PiDiP won't even unzip and unarchive. The downloaded file from: http://ydegoyon.free.fr/pidip-0.12.11.tar.gz is about 8K
this has been fixed, it was due to a faulty ftp server on my provider's side...
download it again, maybe you'll have all after 2 days of hard work...
cheers, sevy
On Tue, Dec 02, 2003 at 08:11:37PM -0500, Yves Degoyon wrote:
guenter geiger wrote:
although it is bad practice in general, I think you should include ffmpeg into pidip ... what do you think ?
i don't understand what's wrong here, i don't have the habit to distribute libraries i did not write with my packages. should i ditribribute Image Magick too ? i precisely think this is a bad practice.
Instead of hosting a cvs snapshot of ffmpeg, you should note the date when upgrading from ffmpeg cvs, then use this date to write a special cvs command, so people can fetch the correct ffmpeg cvs snapshot.
Here's to upgrade from cvs, and show the correct date (make sure your clock is correctly set):
cvs -z3 -d:pserver:anonymous@cvs.sf.net:/cvsroot/ffmpeg
co ffmpeg
date -u +"%F %R"
The date will look like 2003-12-03 02:40
Here's the command to retrieve that exact snapshot, even a month later:
cvs -z3 -d:pserver:anonymous@cvs.sf.net:/cvsroot/ffmpeg
co -D "2003-12-03 02:40" ffmpeg
Marc