Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Oct 2007 13:56:44 -0500
From:      "Jeremy Messenger" <mezz7@cox.net>
To:        "Michael Johnson" <ahze@freebsd.org>
Cc:        cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: cvs commit: ports/multimedia/ffmpeg Makefile distinfo pkg-plist ports/multimedia/ffmpeg/files patch-libavcodec_Makefile
Message-ID:  <op.tzx1kusl9aq2h7@mezz.mezzweb.com>
In-Reply-To: <200710091819.l99IJJBV034850@repoman.freebsd.org>
References:  <200710091819.l99IJJBV034850@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 09 Oct 2007 13:19:19 -0500, Michael Johnson <ahze@FreeBSD.org>  
wrote:

> ahze        2007-10-09 18:19:19 UTC
>
>   FreeBSD ports repository
>
>   Modified files:
>     multimedia/ffmpeg    Makefile distinfo pkg-plist
>   Removed files:
>     multimedia/ffmpeg/files patch-libavcodec_Makefile
>   Log:
>   - Update to 2007-10-04
>   - Chase libtheora

-.ifdef(WITH_X264) || exists(${LOCALBASE}/lib/libx264.so)
+.ifndef(WITHOUT_X264) || exists(${LOCALBASE}/lib/libx264.so)

Since, that x264 is enable by default. Can you remove the autocheck of  
x264, which it doesn't make sense if it's enable by default. And.. Do  
ffmpeg has --disable-libx264 support? If it does, then please add it too  
for that WITHOUT_X264 can be function correct. Thanks.

Cheers,
Mezz


-- 
mezz7@cox.net  -  mezz@FreeBSD.org
FreeBSD GNOME Team  -  FreeBSD Multimedia Hat (ports, not src)
http://www.FreeBSD.org/gnome/  -  gnome@FreeBSD.org
http://wiki.freebsd.org/multimedia  -  multimedia@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.tzx1kusl9aq2h7>