From: Rosen Penev Date: Sun, 28 Apr 2019 01:06:41 +0000 (-0700) Subject: gst1-libav: Fix octeonplus hack X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=2eb46edaa48d2ad9f39aaeb9801ded2bb75eaa86;p=feed%2Fpackages.git gst1-libav: Fix octeonplus hack The proper directive is ifneq, not ifeq. Tested on mips64 and i386 to make sure it still builds. Signed-off-by: Rosen Penev \ Ted Hess @@ -143,7 +143,7 @@ LIBAV_CONFIGURE_PARSERS:=$(call FILTER_CONFIG,PARSER,parser,$(LIBAV_PARSERS)) LIBAV_CONFIGURE_PROTOCOLS:=$(call FILTER_CONFIG,PROTOCOL,protocol,$(LIBAV_PROTOCOLS)) #hack to build on mips64 -ifeq ($(CONFIG_CPU_TYPE),octeonplus) +ifneq ($(CONFIG_CPU_TYPE),octeonplus) REAL_CPU_TYPE:=octeon+ else # Strip off FPU notation