diff options
author | Janne Grunau <janne-libav@jannau.net> | 2014-05-13 23:03:28 +0200 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2014-07-21 23:18:29 +0200 |
commit | d45ebd4876ab8fc07736a644de07e1b1d11a8e5d (patch) | |
tree | 3df06d4e629c4194d1f12a7dbdfc39236d9624f2 /Makefile | |
parent | 389380c27915b0505fed538cd54c035c891fabd9 (diff) | |
download | ffmpeg-streaming-d45ebd4876ab8fc07736a644de07e1b1d11a8e5d.zip ffmpeg-streaming-d45ebd4876ab8fc07736a644de07e1b1d11a8e5d.tar.gz |
configure: add support for neon intrinsics
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -130,6 +130,7 @@ $(foreach V,$(SUBDIR_VARS),$(eval $(call RESET,$(V)))) SUBDIR := $(1)/ include $(SRC_PATH)/$(1)/Makefile -include $(SRC_PATH)/$(1)/$(ARCH)/Makefile +-include $(SRC_PATH)/$(1)/$(INTRINSICS)/Makefile include $(SRC_PATH)/library.mak endef |