From 764d9459caecc259952984258ae19ed0906c1176 Mon Sep 17 00:00:00 2001
From: Reto Kromer <lists@reto.ch>
Date: Sun, 17 Feb 2019 09:40:01 +0100
Subject: [PATCH] Makefile: delete unneeded escape

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 59b26c65c9..08b3cfa9b1 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ CONFIGURABLE_COMPONENTS =                                           \
     $(wildcard $(FFLIBS:%=$(SRC_PATH)/lib%/all*.c))                 \
     $(SRC_PATH)/libavcodec/bitstream_filters.c                      \
     $(SRC_PATH)/libavcodec/parsers.c                                \
-    $(SRC_PATH)/libavformat/protocols.c                             \
+    $(SRC_PATH)/libavformat/protocols.c
 
 config.h: ffbuild/.config
 ffbuild/.config: $(CONFIGURABLE_COMPONENTS)
-- 
2.20.1
