From: William M. B. <wb...@mm...> - 2008-11-30 00:18:43
|
Angel Carpintero wrote: > El sáb, 29-11-2008 a las 05:35 -0800, William M. Brack escribió: >> Dr. Michael J. Chudobiak wrote: >> > Ted wrote: >> >> John, I havn't ever downloaded it yet. I was just looking for >> >> anybody >> >> that had experience with motion and FC 10. >> >> If you install please let us know if motion works. >> > >> > I have motion 3.2.10.1 working on F10. It is not recognizing >> ffmpeg in >> > ./configure, however, so ffmpeg features are disabled. I haven't >> spent >> > any time figuring out the problem. >> > >> > - Mike >> > >> >> I got 3.2.11 compiled and tested OK on f10 x86_64, current ffmpeg >> from >> atrpms, by adding the following patch: >> >> ------------------------------------------------------------------- >> --- motion-3.2.11/ffmpeg.h 2008-09-22 07:20:58.000000000 +0800 >> +++ motion-3.2.11/ffmpeg.h 2008-11-29 17:11:25.000000000 +0800 >> @@ -29,6 +29,10 @@ >> #include <stdio.h> >> #include <stdarg.h> >> >> +#ifndef offset_t >> + typedef int64_t offset_t; >> +#endif >> + >> /* Define a codec name/identifier for timelapse videos, so that we >> can >> * differentiate between normal mpeg1 videos and timelapse videos. >> */ >> ------------------------------------------------------------------- > > Bill , > > 3.2.11 has already a patch in release note page : > > http://www.lavrsen.dk/twiki/bin/view/Motion/ReleaseNoteMotion3x2x11 > > > http://www.lavrsen.dk/twiki/pub/Motion/ReleaseNoteMotion3x2x11/ffmpeg-0.4.9.15594svn-20081010.diff > > > >> However, SVN was a different story. There is a problem with the >> configure which I need to discuss with Angel next time I catch him >> on >> the chat channel. > > Ok Bill lets talk. > >> Bill >> > > -- > Angel Carpintero Heh heh... you caught me that time - I didn't even THINK about looking at the release notes/patch files. Yes, that patch has the same effect as my 'typedef', and may be (philosophically) better (not sure, but not important). Ted, the chat channel is mentioned on http://www.lavrsen.dk/twiki/bin/view/Motion/FreeNodeIRC. There's a lot of very good use made of it. Bill |