Re: make mplayer build with enca and newly imported libass

2011-06-25 Thread Edd Barrett
On Fri, Jun 24, 2011 at 11:49:06PM +, Stuart Henderson wrote: hmm, why does it think this is enabled in FFmpeg on a system with -current (i.e. post-faac-removal) FFmpeg installed... Checking for FAAC support ... yes (in FFmpeg: yes) So am I right in thinking we want to disable faac due

make mplayer build with enca and newly imported libass

2011-06-24 Thread Edd Barrett
As noticed by brad, mplayer was picking up the new libass and failing to build. I have added --enable-ass and --enable-enca to be absolutely explicit and clear. OK?: Index: Makefile === RCS file: /cvs/ports/x11/mplayer/Makefile,v

Re: make mplayer build with enca and newly imported libass

2011-06-24 Thread Stuart Henderson
On 2011-06-24, Edd Barrett vex...@gmail.com wrote: As noticed by brad, mplayer was picking up the new libass and failing to build. I have added --enable-ass and --enable-enca to be absolutely explicit and clear. I don't see a need to --enable things which autoconf enables by default.. you

Re: make mplayer build with enca and newly imported libass

2011-06-24 Thread Antoine Jacoutot
On Fri, 24 Jun 2011, Edd Barrett wrote: As noticed by brad, mplayer was picking up the new libass and failing to build. I have added --enable-ass and --enable-enca to be absolutely explicit and clear. OK?: No need to add enca to LIB_DEPENDS, it's already a dependency of libass.