HendrikRoth / boblight

Automatically exported from code.google.com/p/boblight
0 stars 0 forks source link

--without-ffmpeg don't work #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by raptorj...@gmail.com on 11 Nov 2012 at 8:42

GoogleCodeExporter commented 9 years ago
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.

Original comment by bob.loo...@gmail.com on 11 Nov 2012 at 11:56

GoogleCodeExporter commented 9 years ago

Original comment by bob.loo...@gmail.com on 11 Nov 2012 at 11:57

GoogleCodeExporter commented 9 years ago
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.

Original comment by b.frauen...@gmail.com on 26 Feb 2014 at 9:08

Attachments: