Re: [Mjpeg-users] JPEG-MMX under Cygwin and Mingw32 with configure

2005-05-18 Thread pjk
> I guess what I'm curious about is if the files would be missed if they > were removed. > > Between cygwin and mingw32 I think there is sufficient win32 support... > > Cheers, > Steven Schultz > I'm note sure that I can answer on behalf of the wider windows comm

Re: [Mjpeg-users] JPEG-MMX under Cygwin and Mingw32 with configure

2005-05-17 Thread pjk
> When building mjpegtools on a win32 system do you know if the files > in win32/ are necessary? Specifically are the files: > > win32: > config.h getopt.c getopt.h mplex win32defs.h > > win32/mplex: > mplex.dsp mplexlib.dsp mplexlib.dsw > > neces

[Mjpeg-users] JPEG-MMX under Cygwin and Mingw32 with configure

2005-05-17 Thread pjk
I am send attach diff to allow ./configure to work under both cygwin and Mingw32/Msys. Together with my first patch to fix problems with leading underscores on the win32 environment, it is possible to ./configure ; make The configure file distributed with jpeg-mmx would appear to be a work in p

Re: [Mjpeg-users] jpeg-mmx under Cygwin 2nd try

2005-05-16 Thread pjk
on any none edited lines and prepared a new patch file which I hope will work ok. Attachments: C:\progs\cygwin\home\pjk\cvs20050515\diff.txt --- End of forwarded message [EMAIL PROTECTED] Peter King diff -urN jpeg-mmx/jdct.h jpeg-mmx.new/jdct.h --- jpeg-mmx/jdct.h 2005-05-16 16:25:

Re: [Mjpeg-users] jpeg-mmx under Cygwin 2nd try

2005-05-16 Thread pjk
> > On Thu, 12 May 2005 [EMAIL PROTECTED] wrote: > > > I include below my diff file for jpeg-mmx to enable compilation under > > cygwin. > > after application of this patch, run ./configure. The only remaining > > problem is the > > Thanks for reposting as an attachement - the lines we

[Mjpeg-users] jpeg-mmx under Cygwin 2nd try

2005-05-11 Thread pjk
I include below my diff file for jpeg-mmx to enable compilation under cygwin. after application of this patch, run ./configure. The only remaining problem is the ASFLAGS in the generated Makefile should be changed to "-f win32" from "-f elf" I have not delved into configure to automate this. [EMA

[Mjpeg-users] jpeg-mmx under Cygwin

2005-05-11 Thread pjk
I include below my diff file for jpeg-mmx to enable compilation under cygwin. after application of this patch, run ./configure. The only remaining problem is the ASFLAGS in the generated Makefile should be changed to "-f win32" from "-f elf" I have not delved into configure to automate this.

[Mjpeg-users] Compiling Mjpegtools under Cygwin

2005-05-05 Thread pjk
At Last I have found the problem with Cygwin compile. Under cygwin stdint.h contains the following: #ifndef __int8_t_defined #define __int8_t_defined typedef signed char int8_t; typedef short int16_t; typedef long int32_t; typedef long long int64_t; #endif typedef unsigned char uint8_t; typedef u

[Mjpeg-users] Re: Compiling Mjpegtools under Cygwin

2005-05-04 Thread pjk
From: "Steven M. Schultz" <[EMAIL PROTECTED]> To: mjpeg-users@lists.sourceforge.net Subject:Re: [Mjpeg-users] Re: Compiling Mjpegtools under Cygwin Date sent: Tue, 3 May 2005 09:59:49 -0700 (PDT) > > On Tue, 3 May 2005 [EMAIL PROT

[Mjpeg-users] Re: Compiling Mjpegtools under Cygwin

2005-05-03 Thread pjk
> On Tue, 3 May 2005 [EMAIL PROTECTED] wrote: > > Actually I was a little premature with my last post. There are a couple > > more uses of > > Limits All are to provide constants for manipulation of > > unsigned int bit > > fields. I have appended a patch file for my current position. I still

[Mjpeg-users] Re: Mjpeg-users digest, Vol 1 #1702 - 6 msgs

2005-05-02 Thread pjk
> Date: Mon, 2 May 2005 10:17:57 -0700 (PDT) > From: "Steven M. Schultz" <[EMAIL PROTECTED]> > To: mjpeg-users@lists.sourceforge.net > Subject: Re: [Mjpeg-users] re Compiling Mjpegtools under Cyqwin > > > On Mon, 2 May 2005 [EMAIL PROTECTED] wrote:

[Mjpeg-users] re Compiling Mjpegtools under Cyqwin

2005-05-02 Thread pjk
$_ZNK14BitmapRegion2DIslE15IteratorForwardERNS0_13ConstIter atorE[BitmapRegion2D::IteratorForward(BitmapRegion2D::ConstIterator&) const]+0x2c): In function `_ZN16DoublyLinkedListIN12SearchWindowIhLi2ElslLs2ELs2Et5PixelIhLi2ElE14Refere ncePixelIthLi2ES2_E14ReferenceFrameIS4_slEE16SearchWindowCellEEC2Ev':

[Mjpeg-users] re: Compiling Mjpegtools under Cygwin

2005-05-01 Thread pjk
mapRegion2D::IteratorForward(BitmapRegion2D::ConstIterator&) const]+0x2c): In function `_ZN16DoublyLinkedListIN12SearchWindowIhLi2ElslLs2ELs2Et5PixelIhLi2ElE14Refere ncePixelIthLi2ES2_E14ReferenceFrameIS4_slEE16SearchWindowCellEEC2Ev': /home/pjk/mjpegplay/y4mdeno

[Mjpeg-users] Re: Compiling Mjpegtools under Cygwin

2005-05-01 Thread pjk
> > Hi All > > I am working my way through compilation under cygwin. Clearly elf shared > > libraries aren't available under windows. It would seem from > > mpeg2enc/fdct_mmx.s that the > change to position independent code was made > > only 18 months ago. Are any older > > Only?? That

[Mjpeg-users] Compiling mjpegtools under cyqwin

2005-04-30 Thread pjk
Hi All I am working my way through compilation under cygwin. Clearly elf shared libraries aren't available under windows. It would seem form mpeg2enc/fdct_mmx.s that the change to position independent code was made only 18 months ago. Are any older versions available so that I could look at thi

[Mjpeg-users] re: Compiling cjpegtools under Cygwin

2005-04-26 Thread pjk
Hi Luke I too am interested in compiling under windows, though I would prefer to be independent of cyqwin. It is beeing down because DVDStyler and DVDAuthorGUI both distribute with windows executables, which are not dependant on cygwin.dll. I started with jpeg-mmx and found there were two major