cvs commit: ports/multimedia/ffmpeg Makefile distinfo pkg-plist ports/multimedia/ffmpeg/files patch-libavcodec_Makefile

Jeremy Messenger mezz7 at cox.net
Tue Oct 9 11:52:44 PDT 2007


On Tue, 09 Oct 2007 13:19:19 -0500, Michael Johnson <ahze at 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 at cox.net  -  mezz at FreeBSD.org
FreeBSD GNOME Team  -  FreeBSD Multimedia Hat (ports, not src)
http://www.FreeBSD.org/gnome/  -  gnome at FreeBSD.org
http://wiki.freebsd.org/multimedia  -  multimedia at FreeBSD.org


More information about the cvs-all mailing list