From 007c33df0a2c1a820050dfeb65986c99143d1c7e Mon Sep 17 00:00:00 2001 From: Lukasz Marek Date: Sun, 21 Dec 2014 20:12:47 +0100 Subject: lavd/avdevice: introduce helper functions for sink/sources listing Signed-off-by: Lukasz Marek --- libavdevice/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavdevice/Makefile') diff --git a/libavdevice/Makefile b/libavdevice/Makefile index 6b8ab2e90a..872504bc6e 100644 --- a/libavdevice/Makefile +++ b/libavdevice/Makefile @@ -7,6 +7,7 @@ HEADERS = avdevice.h \ OBJS = alldevices.o \ avdevice.o \ + utils.o \ # input/output devices OBJS-$(CONFIG_ALSA_INDEV) += alsa-audio-common.o \ -- cgit v1.2.3