From dbe6ba55a320f5880c2b72c349be12164e6e4267 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 7 May 2012 12:08:58 +0200 Subject: build: cosmetics: Add missing end-of-line backslashes to item lists. --- libavresample/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavresample/Makefile') diff --git a/libavresample/Makefile b/libavresample/Makefile index ce3fe81953..c0c20a900a 100644 --- a/libavresample/Makefile +++ b/libavresample/Makefile @@ -2,7 +2,7 @@ NAME = avresample FFLIBS = avutil HEADERS = avresample.h \ - version.h + version.h \ OBJS = audio_convert.o \ audio_data.o \ @@ -10,6 +10,6 @@ OBJS = audio_convert.o \ audio_mix_matrix.o \ options.o \ resample.o \ - utils.o + utils.o \ TESTPROGS = avresample -- cgit v1.2.3