[MPlayer-cvslog] r33881 - trunk/Makefile

Nicolas George nicolas.george at normalesup.org
Fri Aug 19 14:48:33 CEST 2011


Le duodi 2 fructidor, an CCXIX, Diego Biurrun a écrit :
> This has far too little information to qualify as a bug report
> and it looks bogus.  At least it's completely unreproducible.

I can reproduce, naïvely:

git clone --depth 1 git://git.videolan.org/ffmpeg.git
svn co svn://svn.mplayerhq.hu/mplayer/trunk mplayer
cd mplayer
ln -s ../ffmpeg .
./configure
make

The result is:

config.mak:3: ../config.mak: No such file or directory

The problem is there:

(2010-09-28 20:46:19 +0000 8671) cat > ffmpeg/config.mak << EOF
(2011-06-26 14:16:40 +0000 8672) ifndef FFMPEG_CONFIG_MAK
(2011-06-26 14:16:40 +0000 8673) FFMPEG_CONFIG_MAK = 1
(2011-06-26 14:16:40 +0000 8674) include ../config.mak
(2011-07-04 00:36:08 +0000 8675) endif # FFMPEG_CONFIG_MAK
(2010-09-28 20:46:19 +0000 8676) EOF
(2010-09-28 20:46:19 +0000 8677) 
(2011-05-30 20:23:45 +0000 8678) cat > ffmpeg/config.h << EOF
(2011-05-30 20:23:45 +0000 8679) #include "../config.h"
(2011-05-30 20:23:45 +0000 8680) EOF

if ffmpeg is a symlink towards something not in the mplayer directory, then
.. does not lead to what you expect.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/attachments/20110819/3828ce2c/attachment.asc>


More information about the MPlayer-cvslog mailing list