summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-05-06 18:50:09 -0300
committerJames Almer <jamrial@gmail.com>2017-05-17 22:52:59 -0300
commit3e295e633c36f601fb3dbee533d7b5dfc8c77bef (patch)
treed553e98c35f885ad0b171c2759ca3ec535399446 /Makefile
parent5ff31babfccd16cdee6575ae015ff67e9a08e35d (diff)
downloadffmpeg-streaming-3e295e633c36f601fb3dbee533d7b5dfc8c77bef.zip
ffmpeg-streaming-3e295e633c36f601fb3dbee533d7b5dfc8c77bef.tar.gz
build: remove --enable-raise-major configure option
It's not used by anything, has dubious usefulness, the reasons for which it was introduced are no longer valid, and only serves to add complexity to the build system. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 4d1c3d7..685b613 100644
--- a/Makefile
+++ b/Makefile
@@ -109,12 +109,6 @@ $(1) :=
$(1)-yes :=
endef
-ifdef CONFIG_RAISE_MAJOR
-RAISE_MAJOR = 100
-else
-RAISE_MAJOR = 0
-endif
-
define DOSUBDIR
$(foreach V,$(SUBDIR_VARS),$(eval $(call RESET,$(V))))
SUBDIR := $(1)/
OpenPOWER on IntegriCloud