[x264-devel] [PATCH 03/11] build: Remove pointless empty variable settings

Diego Biurrun diego at biurrun.de
Sun Feb 5 09:02:45 CET 2017


---
 Makefile | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/Makefile b/Makefile
index f57f4b1..7763ce1 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,6 @@ vpath %.S $(SRCPATH)
 vpath %.asm $(SRCPATH)
 vpath %.rc $(SRCPATH)
 
-GENERATED =
-
 all: default
 default:
 
@@ -29,22 +27,12 @@ SRCCLI = x264.c input/input.c input/timecode.c input/raw.c input/y4m.c \
          filters/video/resize.c filters/video/cache.c filters/video/fix_vfr_pts.c \
          filters/video/select_every.c filters/video/crop.c filters/video/depth.c
 
-SRCSO =
-OBJS =
-OBJSO =
-OBJCLI =
-
 OBJCHK = tools/checkasm.o
 
 OBJEXAMPLE = example.o
 
 CONFIG := $(shell cat config.h)
 
-# GPL-only files
-ifneq ($(findstring HAVE_GPL 1, $(CONFIG)),)
-SRCCLI +=
-endif
-
 # Optional module sources
 ifneq ($(findstring HAVE_AVS 1, $(CONFIG)),)
 SRCCLI += input/avs.c
-- 
2.1.4



More information about the x264-devel mailing list