Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Feb 2009 08:36:49 +0800
From:      "Eric L. Chen" <d9364104@mail.nchu.edu.tw>
To:        Jarecki <jarecki@dwb.pl>
Cc:        hu.henry9@gmail.com, multimedia@freebsd.org
Subject:   Re: x264
Message-ID:  <a50d5a500902021636u2716a720m33d35eba0c7ed31a@mail.gmail.com>
In-Reply-To: <52D66BF5-A23E-47E7-880C-F337DDC23BD0@dwb.pl>
References:  <5E28B965-E47E-49C3-AF16-4A395BACC2C6@dwb.pl> <a50d5a500901200528y6dcc50a4m6845be93fd69bf1d@mail.gmail.com> <4D5904AE-8486-450D-A773-94BEA31AA9C0@dwb.pl> <F1555A20-2C54-40CF-92E4-AFB4BB98318D@dwb.pl> <C22E5DBE-B215-4830-B059-95C914B6DDFE@dwb.pl> <53a1e0710901262307v527d856sc2a5b1264fb7ca9d@mail.gmail.com> <B29CE24E-E17F-45D3-B458-7EFF6768C900@dwb.pl> <53a1e0710901270056j223f712cs2ec98a86b852b9d5@mail.gmail.com> <C58A7C61-5642-4339-B231-6BD2E572EE1D@dwb.pl> <52D66BF5-A23E-47E7-880C-F337DDC23BD0@dwb.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 3, 2009 at 3:44 AM, Jarecki <jarecki@dwb.pl> wrote:
> Hi!,
>
>
> more problems, more help needed. when compilie sources of ffmpeg (SVN - not
> form ports)
> its doesnt recognized any of library. For example  faad, x264 is 100%
> instaled
>
> (...)
> Sun medialib support      no
> AVISynth enabled          no
> libamr-nb support         no
> libamr-wb support         no
> libdc1394 support         no
> libdirac enabled          no
> libfaac enabled           no
> libfaad enabled           no
> libfaad dlopened          no
> libgsm enabled            no
> libmp3lame enabled        no
> libnut enabled            no
> libschroedinger enabled   no
> libspeex enabled          no
> libtheora enabled         no
> libvorbis enabled         no
> libx264 enabled           no
> libxvid enabled           no
> vdpau enabled             no
>
> when I try to force for example x264
> ./configure --enable-gpl --enable-libx264
> ERROR: libx264 not found
> If you think configure made a mistake, make sure you are using the latest
> version from SVN.  If the latest version fails, report the problem to the
> ffmpeg-user@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
> Include the log file "config.err" produced by configure as this will help
> solving the problem.

You need specify include/lib path to ffmpeg's configure.
For example:
# ./configure --enable-gpl --enable-libx264
--extra-cflags="-I/usr/local/include" --extra-ldflags="-L/usr/local/lib"

You can goto /usr/ports/multimedia/ffmpeg, then type:
# make -V CONFIGURE_ENV
# make -V CONFIGURE_ARGS
To refer what configure arguments and environment variables that ports
using.

/Eric



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