Export to GitHub

boblight - issue #53

--without-ffmpeg don't work


Posted on Nov 11, 2012 by Massive Camel

What steps will reproduce the problem? ./configure --without-portaudio --without-ffmpeg --prefix=/usr

What do you see instead? checking for main in -lavdevice ... no configure: error: Missing a required library, please install it or disable ffmpeg support by passing --without-ffmpeg to configure

What version of the product are you using? On what operating system? Revision 449, Ubuntu

Comment #1

Posted on Nov 11, 2012 by Quick Cat

Yeah I know, need to check the enable value of AC_ARG_WITH, just don't pass --without-ffmpeg and it'll compile without ffmpeg.

Comment #2

Posted on Nov 11, 2012 by Quick Cat

(No comment was entered for this change.)

Comment #3

Posted on Feb 26, 2014 by Helpful Dog

Attached is a patch that takes a shot at fixing dependency selection for ffmpeg and all other dependencies. --with and --without should now work as expected, while the default behavior remains the same for each option.

Attachments

Comment #4

Posted on Apr 30, 2015 by Helpful Dog

Attached is an updated version of the patch that also fixes checking for libusb, something I missed in the previous patch. It would be nice if this could get merged, especially since it's fully backwards-compatible.

Attachments

Status: New

Labels:
Type-Defect Priority-Medium