summaryrefslogtreecommitdiff
path: root/libavdevice
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-04-14 13:05:08 +0200
committerDiego Biurrun <diego@biurrun.de>2012-05-07 14:01:32 +0200
commit9eb83a56aad355608ff8ae57648ddcf76e218798 (patch)
treeaa05fea64fd25c3310d5725317d6dc0a24f16e80 /libavdevice
parent1f4f752117c0519345a1b0a725a57440cc8924ec (diff)
build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/Makefile3
1 files changed, 2 insertions, 1 deletions
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 \