diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 3df0d458a3..69bd93d1d4 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -505,7 +505,7 @@ OBJS-$(HAVE_NEON) += arm/dsputil_neon.o \ arm/h264dsp_neon.o \ arm/h264idct_neon.o \ arm/simple_idct_neon.o \ - $(NEON-OBJS-yes) + $(NEON-OBJS-yes) OBJS-$(ARCH_BFIN) += bfin/dsputil_bfin.o \ bfin/fdct_bfin.o \