[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [OpenDivX] Missing files in opendivx CVS repository and a missing macro definition in mmx/mmx.h



Hello Stuart,

Wednesday, May 23, 2001, 6:16:33 AM, you wrote:

SR> Hello,

SR> I am trying to build the latest libdivxdecore on Linux.  I got the latest
SR> sources from opendivx CVS repository.  In the process I found two problems.

SR> 1. MISSING FILES IN OPENDIVX CVS REPOSITORY:
SR> There are two files missing (they *definitely* aren't in CVS).

SR> The missing files are:

SR>    divxcore/decore/src/timer.c
SR>    divxcore/decore/src/mmx/yuv2rgb_mmx.c

SR> Both files are referred to by divxcore/decore/src/Makefile.am (snippets of
SR> which are shown below):

SR>   libopendivx_decore_la_SOURCES= basic_prediction.c clearblock.c debug.c \
SR>   decore.c timer.c \

SR>   yuv2rgb_mmx.lo: mmx/yuv2rgb_mmx.c
SR>       $(CC) -g -Wall -fPIC -D_ATT_SYNTAX -I. -I.. -c $< -o $@

SR> Removing -DPROFILING from CFLAGS causes timer.h to use the inlined no-op
SR> timer functions, but that isn't the point.  I still need yuv2rgb_mmx.c.

SR> Please can someone put the missing files into CVS and inform the list when
SR> this is done.

SR> 2. MISSING MACRO DEFINITION IN MMX/MMX.H:
SR> The file divxcore/decore/src/mmx/basic_prediction_mmx.c contains 6
SR> invocations of the (undefined) macro paddb_i2r.  This macro is not defined
SR> in mmx.h (where I suppose it should be).

SR> I guess the correct macro definition for paddb_i2r would be the following:

SR>   #define paddb_i2r(imm, reg)   mmx_i2r(paddb, imm, reg)

SR> Please can someone make the correction and update mmx.h in CVS.


Both corrections are performed. Thanks for the information.


-- 
Best regards,
 Eugene
mailto:[email protected] or [email protected]



_______________________________________________
OpenDivX mailing list
[email protected]
http://lists.projectmayo.com/mailman/listinfo/opendivx


Reply To Poster

Local References / HOW-TO / FAQs