Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Aug 2008 20:29:48 +0800
From:      "Henry Hu" <henry.hu.sh@gmail.com>
To:        "Andriy Gapon" <avg@icyb.net.ua>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: transcode: 1.0.5_3 => 1.0.6_1 fails at configure(gnome-config)
Message-ID:  <53a1e0710808080529g1d63e79ej4130f6104914f9f0@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
In my config.log, I found that there is -pthread in the arguments.
It comes from $LIBAVCODEC_EXTRA_LIBS, which comes from `pkg-config --libs
libavcodec`

$ pkg-config --libs libavcodec
-pthread -L/usr/local/lib -lavcodec -lz -la52 -lfaac -lfaad -lmp3lame -lx264
-lxvidcore -ltheora -lvorbisenc -lavutil -lvorbis -lm -logg

So it is present when libavcodec(ffmpeg) is installed.
So why is it missing in your libavcodec's pkgconfig file?



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