From: Ted <mpe...@sa...> - 2008-11-29 17:31:21
|
Bill, where do you go to chat? Ted William M. Brack wrote: >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. > */ >------------------------------------------------------------------- > >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. > >Bill > > >------------------------------------------------------------------------- >This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >Build the coolest Linux based applications with Moblin SDK & win great prizes >Grand prize is a trip for two to an Open Source event anywhere in the world >http://moblin-contest.org/redirect.php?banner_id=100&url=/ >_______________________________________________ >Motion-user mailing list >Mot...@li... >https://lists.sourceforge.net/lists/listinfo/motion-user >http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome > >__________ NOD32 3650 (20081128) Information __________ > >This message was checked by NOD32 antivirus system. >http://www.eset.com > > > > > |