#3747: ffmpeg 1.0 : add pulseaudio dep and instructions to find openjpeg-1.5
-----------------------------+----------------------------------------------
 Reporter:  pierre.labastie  |       Owner:  blfs-book@…                   
     Type:  defect           |      Status:  new                           
 Priority:  normal           |   Milestone:  current                       
Component:  BOOK             |     Version:  SVN                           
 Severity:  minor            |    Keywords:                                
-----------------------------+----------------------------------------------
 The switch --with-libpulse requires pulseaudio, which does not appears in
 the dependencies, even optional. I suggest to add it in the recommended
 deps, although suppressing the switch could be OK too.

 Furthermore, the configure script and the code search openjpeg.h
 in /usr/include instead of /usr/include/openjpeg-1.5. Since the version of
 openjpeg might change, I suggest adding
 {{{
 grep -lr 'openjpeg\.h' * | xargs sed -i \
   s@'openjpeg\.h'@$(find /usr/include -name openjpeg.h |sed
 s,/.*clude/,,)@
 }}}
 before running configure.

 Regards
 Pierre

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3747>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to