]> git.sesse.net Git - ffmpeg/blobdiff - Makefile
rtpenc: Allow packetizing H263 according to the old RFC 2190
[ffmpeg] / Makefile
index d1b55ba3d1e18b117fd1d97a3899525e21f0ae93..006e35cce6962655177a6eddebccbda831d29570 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,7 @@ config.h: .config
        @-tput sgr0 2>/dev/null
 
 SUBDIR_VARS := OBJS FFLIBS CLEANFILES DIRS TESTPROGS EXAMPLES SKIPHEADERS \
-               ALTIVEC-OBJS MMX-OBJS NEON-OBJS X86-OBJS YASM-OBJS-FFT YASM-OBJS \
+               ALTIVEC-OBJS MMX-OBJS NEON-OBJS YASM-OBJS                  \
                HOSTPROGS BUILT_HEADERS TESTOBJS ARCH_HEADERS ARMV6-OBJS TOOLS
 
 define RESET
@@ -112,6 +112,7 @@ define DOSUBDIR
 $(foreach V,$(SUBDIR_VARS),$(eval $(call RESET,$(V))))
 SUBDIR := $(1)/
 include $(SRC_PATH)/$(1)/Makefile
+-include $(SRC_PATH)/$(1)/$(ARCH)/Makefile
 include $(SRC_PATH)/library.mak
 endef