Bug#641701: A solution for compiling ffaudio.so

Boris Gjenero boris.gjenero at gmail.com
Mon Jan 16 06:06:36 UTC 2012


This affects many formats, so I feel it's important. There are two
relevant causes:
1) The plugin isn't built due to a problem with libavcodec detection
code. Some parts were split into libavcore and then merged back into
libavutil. The configure script expects to find libavcore.
2) AVMEDIA_TYPE_AUDIO was removed, which would cause a problem if you
try to build ffaudio.

I'm attaching a patch which fixes this. It is based on bits of
audacious-plugins-2.5.4. For 1) the change is made to configure.ac, so
autoconf must be rerun to update configure. This is not done
automatically by the build process. There are some warnings about
ffaudio calling depreciated functions, but the resulting ffaudio
plugin works.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: audacious-plugins_2.4.4-ffaudio.patch
Type: text/x-patch
Size: 2387 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20120116/056b9f5a/attachment-0001.bin>


More information about the pkg-multimedia-maintainers mailing list