[XviD-devel] missing motion/smp_motion_est.h in encoder.c

Christoph Lampert xvid-devel@xvid.org
Wed, 27 Nov 2002 17:52:00 +0100 (CET)


On Wed, 27 Nov 2002, Rick Foos wrote:

> Hi,
> 
> I noticed a missing header file when building dependencies.
> 
> ** Can't Find include file 'motion/smp_motion_est.h' from 'xvidcore/src/encoder.c'
> 
> I found a reference to it in a branch version 1.6.2
> http://umaniac.leffe.dnsalias.com/alpha/changes_full.txt
> 
> Should it be added to the tree, or should the reference in encoder.c be removed?

It should definitely be removed, since there is no SMP in the current
version. 

Btw. the lines in question are 

#ifdef _SMP
#include "motion/smp_motion_est.h"
#endif

and _SMP should never be defined, so it isn't really a problem for
compiling.



gruel