> Hello:
>
> To make this work you could have done:
>
>
> ifeq ($(ARCH),armhf)
> CONF_arm:=--with-cpu=neon
> CFLAGS += -mfpu=neon
> endif
>
> and moved

(Not sure why the email got sent before I was done.)

CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)

to the top or at least above the if statement.

I had made the change really quick but did not commit it since I
wanted to test it first with qemu first but by the time I finished I
had fallen asleep (took way longer to make qemu work than to compile,
heh).

Anyway reverting the optimization or adding the -mfpu flag works.

- Miguel

_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to