X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;h=4403a11be273c9b72dd95343b714eb2c9551a07a;hb=ceee976bde76a5f4126bfd9d8454f0e601e67204;hp=6193c5936939fda36f9a2e00c734223318ccda14;hpb=8feb733ed1dcb1cc94df3b0e6c98009832ea85cc;p=x264 diff --git a/Makefile b/Makefile index 6193c593..4403a11b 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ ifeq ($(SYS_ARCH),ARM) ifneq ($(AS),) ASMSRC += common/arm/cpu-a.S common/arm/pixel-a.S common/arm/mc-a.S \ common/arm/dct-a.S common/arm/quant-a.S common/arm/deblock-a.S \ - common/arm/predict-a.S + common/arm/predict-a.S common/arm/bitstream-a.S SRCS += common/arm/mc-c.c common/arm/predict-c.c OBJASM = $(ASMSRC:%.S=%.o) endif