Mpeg3Plugin

Ian Piumarta ian.piumarta at hp.com
Sat Mar 19 20:28:26 UTC 2005


The Mpeg3Plugin will not compile using vendor tools on Solaris.  (One 
function is inlined out of existence, then referenced without 
declaration from within another file, causing the link to fail.)

Unless someone objects within the next 30 minutes, I am committing a 
change to

     platforms/Cross/plugins/Mpeg3Plugin/libmpeg/video/motion.c

as follows:

     -INLINE void mpeg3video_calc_dmv(mpeg3video_t *video,
     +#if !defined(sun)
     +INLINE
     +#endif
     +void mpeg3video_calc_dmv(mpeg3video_t *video,

Time is now Sat Mar 19 12:28:26 PST 2005.  You have until 12:58:26 to 
complain.

Ian




More information about the Vm-dev mailing list