diff options
author | Mans Rullgard <mans@mansr.com> | 2011-12-13 13:28:01 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-12-13 14:26:49 +0000 |
commit | 878dda5db12b6f84cc9fb37c5c88b94a5be61a24 (patch) | |
tree | 6fe78f20f6829d72b834332c49dbfcb439d05da8 /libswscale/Makefile | |
parent | 4722a03c75d17d88312b91cd1006776844237349 (diff) | |
download | ffmpeg-streaming-878dda5db12b6f84cc9fb37c5c88b94a5be61a24.zip ffmpeg-streaming-878dda5db12b6f84cc9fb37c5c88b94a5be61a24.tar.gz |
build: move inclusion of subdir.mak to main subdir loop
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r-- | libswscale/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index 5671b2e..bb9b7d3 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -22,5 +22,3 @@ OBJS-$(HAVE_YASM) += x86/scale.o TESTPROGS = colorspace swscale DIRS = bfin mlib ppc sparc x86 - -include $(SRC_PATH)/subdir.mak |