From 9eb83a56aad355608ff8ae57648ddcf76e218798 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 14 Apr 2012 13:05:08 +0200 Subject: build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. --- libavdevice/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavdevice') diff --git a/libavdevice/Makefile b/libavdevice/Makefile index 82268172c3..bc55405470 100644 --- a/libavdevice/Makefile +++ b/libavdevice/Makefile @@ -3,7 +3,8 @@ FFLIBS = avformat avcodec avutil HEADERS = avdevice.h -OBJS = alldevices.o avdevice.o +OBJS = alldevices.o \ + avdevice.o \ # input/output devices OBJS-$(CONFIG_ALSA_INDEV) += alsa-audio-common.o \ -- cgit v1.2.3