Bug#578622: mplayer: FTBFS on kfreebsd-amd64 (vidix disable needed)

Diego Biurrun diego at biurrun.de
Wed Apr 21 12:08:28 UTC 2010


On Wed, Apr 21, 2010 at 02:10:31PM +0200, Petr Salinger wrote:
>
> the current version fails to build on kfreebsd-amd64.
> it suffices to disable vidix support in debian/rules
> to get working mplayer.
>
> ifeq ($(DEB_HOST_ARCH),kfreebsd-amd64)
>   with_real_and_xanim = true
>   DEB_BUILD_CONFIGURE += --enable-runtime-cpudetection --disable-vidix
> endif

Bad solution, this will only work for Debian.  You should fix configure
instead of adding workarounds to the local packaging infrastructure.

What are the error messages?

Diego





More information about the pkg-multimedia-maintainers mailing list