X-Spam-Check-By: sourceware.org
Message-ID: <45C09526.6020400@byu.net>
Date: Wed, 31 Jan 2007 06:09:58 -0700
From: Eric Blake <ebb9@byu.net>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.9) Gecko/20061207 Thunderbird/1.5.0.9 Mnenhy/0.7.4.666
MIME-Version: 1.0
To: cygwin@cygwin.com, stephenry@gmail.com
Subject: Re: Relative vs. Absolute path problem
References: <98d558bd0701310150o60d1adf6m57707cffbc86f456@mail.gmail.com>
In-Reply-To: <98d558bd0701310150o60d1adf6m57707cffbc86f456@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Stephen Henry on 1/31/2007 2:50 AM:
> 
> This works perfectly (from a directory in my home directory):
> $ ./x264.exe -o out.h264 ../../../testseq/yuv420/COASTGUARD-YUV420-CIF
> 352x288
> 
> Whilst this does not:
> ./x264.exe -o out.264 /testseq/yuv420/COASTGUARD-YUV420-CIF 352x288

Have you tried 'stat ../../../testseq/yuv420/COASTGUARD-YUV420-CIF
/testseq/yuv420/COASTGUARD-YUV420-CIF' to prove to yourself that they are
the same file?  If that also sees the difference, then you can resort to
strace to see what is actually being attempted in the two cases; if it
does not see any difference, then I would suspect a bug in x264.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             ebb9@byu.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFwJUl84KuGfSFAYARAszxAKDW/+Z4iYIYA2kOHfHQTdOQ7aDpjwCfcX68
EHAP8Ayr2S2THOMmMcJNVmY=
=1kYt
-----END PGP SIGNATURE-----

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

