gst 1.2.1 BAD wont build with faac - but faac exists

Sebastian Dröge sebastian at centricular.com
Fri Dec 13 09:52:59 PST 2013


On Do, 2013-12-12 at 04:16 -0800, art vanderhoff wrote:
> Hi All,
> 
> I am building GST 1.2.1 plugins BAD, and have built faac from source and is
> in a custom location. This is the same location as the other plugins that DO
> get built.
> 
> However BAD reports....
> configure: *** Plug-ins with dependencies that will NOT be built:
> faac
> 
> What PATH vars do I need to set to tell ./configure where to find faac?

LDFLAGS must contain the path to your libfaac library, e.g.
"-L/opt/lib", CPPFLAGS must contain the path to the headers, e.g.
"-I/opt/include".

Also above that (many lines above) you will see the actual faac
configure check, and the config.log file that is created can also give
you additional hints about what exactly goes wrong with the configure
check.

-- 
Sebastian Dröge, Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 966 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131213/930a594d/attachment-0001.pgp>


More information about the gstreamer-devel mailing list