[x264-devel] [PATCH 1/3] build: Remove pointless empty variable settings
Diego Biurrun
diego at biurrun.de
Sun Apr 27 22:53:59 CEST 2014
---
Makefile | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/Makefile b/Makefile
index 38ca6f8..5301529 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,6 @@ vpath %.S $(SRCPATH)
vpath %.asm $(SRCPATH)
vpath %.rc $(SRCPATH)
-GENERATED =
-
all: default
default:
@@ -29,20 +27,10 @@ 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
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
--
1.8.3.2
More information about the x264-devel
mailing list