diff options
author | Lukasz Marek <lukasz.m.luki2@gmail.com> | 2014-12-21 20:12:47 +0100 |
---|---|---|
committer | Lukasz Marek <lukasz.m.luki2@gmail.com> | 2015-01-11 18:58:26 +0100 |
commit | 007c33df0a2c1a820050dfeb65986c99143d1c7e (patch) | |
tree | 8d0b633b92d489c487cb8b9fb74499840b0009d0 /libavdevice/Makefile | |
parent | 9241e544ffec5c3f4988ff699e6d2bd0f4c2803b (diff) | |
download | ffmpeg-streaming-007c33df0a2c1a820050dfeb65986c99143d1c7e.zip ffmpeg-streaming-007c33df0a2c1a820050dfeb65986c99143d1c7e.tar.gz |
lavd/avdevice: introduce helper functions for sink/sources listing
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r-- | libavdevice/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile index 6b8ab2e..872504b 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 \ |