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

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



Hello,

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

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

The missing files are:

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

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

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

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

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

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

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

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

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

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

Regards,
Stuart.


_______________________________________________
OpenDivX mailing list
[email protected]
http://lists.projectmayo.com/mailman/listinfo/opendivx
>From [email protected] Wed May 23 07:23:48 2001
Received: from hoggle.dreamhost.com (hoggle.dreamhost.com [209.85.245.5])
	by eclipse.pacifier.com (8.11.2/8.11.1) with ESMTP id f4NENlV16198
	for <[email protected]>; Wed, 23 May 2001 07:23:47 -0700 (PDT)
Received: from toye.php.net (va.php.net [198.186.203.51])
        by hoggle.dreamhost.com (8.12.0.Beta5/8.12.0.Beta5/Debian 8.12.0-1) with SMTP id f4NEO7uc012074
        for <[email protected]>; Wed, 23 May 2001 07:24:07 -0700
Received: (qmail 11953 invoked by uid 1013); 23 May 2001 14:21:24 -0000
Mailing-List: contact [email protected]; run by ezmlm
Precedence: bulk
list-help: <mailto:[email protected]>
list-unsubscribe: <mailto:[email protected]>
list-post: <mailto:[email protected]>
Delivered-To: mailing list [email protected]
Received: (qmail 11947 invoked from network); 23 May 2001 14:21:24 -0000
Message-ID: <67DF9B67CEFAD4119E4200D0B720FA3F53FA58@BOOTROS>
From: Jon Haworth <[email protected]>
To: "'George E. Papadakis'" <[email protected]>,
   Hassan Arteaga
	 <[email protected]>,
   "Php (E-mail)" <[email protected]>
Date: Wed, 23 May 2001 15:19:43 +0100
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)
Content-Type: text/plain;
	charset="windows-1253"
Subject: RE: [PHP] About Commit..
Content-Length: 1768
Status: O

I thought MySQL already supported transactions, but only for Berkeley table
types...

http://www.mysql.com/doc/C/O/COMMIT.html

Cheers
Jon


-----Original Message-----
From: George E. Papadakis [mailto:[email protected]]
Sent: 23 May 2001 15:17
To: Hassan Arteaga; Php (E-mail)
Subject: Re: [PHP] About Commit..


Use Oracle if you want transactions. Yet, it's going to be slow.
Mysql is said to support transactions soon.

----- Original Message -----
From: "Hassan Arteaga" <[email protected]>
To: "Php (E-mail)" <[email protected]>
Sent: Wednesday, May 23, 2001 4:55 PM
Subject: [PHP] About Commit..


> Hi all!!
>
> I wants to implements transacctions with this code...What can I do ?
>
>
> $Conn=mysql_connect("myserver","myroot","mypass");
> $Query_ID1=mysql_db_query ("App", "update FamiliPic set pic_code=4 ",
> $Conn); //only example
> $Query_ID2=mysql_db_query ("App", "update DesFam set pic_code=4 ", $Conn);
> //only example
> ...other code ....
>
> Thanks !!!


**********************************************************************
'The information included in this Email is of a confidential nature and is 
intended only for the addressee. If you are not the intended addressee, 
any disclosure, copying or distribution by you is prohibited and may be 
unlawful. Disclosure to any party other than the addressee, whether 
inadvertent or otherwise is not intended to waive privilege or confidentiality'

**********************************************************************

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
To contact the list administrators, e-mail: [email protected]


Reply To Poster

Local References / HOW-TO / FAQs