#3747 closed defect (fixed)
ffmpeg 1.0 : add pulseaudio dep and instructions to find openjpeg-1.5
Reported by: | Pierre Labastie | Owned by: | Randy McMurchy |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | minor | Keywords: | |
Cc: |
Description ¶
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
Change History (3)
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Updated BLFS to FFmpeg-1.1.2
Added the libpulse parameter to the configure command.
As far as the openjpeg header goes, this must have been fixed in the 1.1 series as it finds the header just fine (as it looks for it in /usr/include/openjpeg-1.5). I really do not see a need to install a sed command for what *may* happen in the future. We will address any issues as they arise.