diff options
author | Lukasz Marek <lukasz.m.luki2@gmail.com> | 2014-07-13 00:54:23 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-13 20:38:55 +0200 |
commit | 4cc0f79a2c11f4ef53ee1b1199896832915a668e (patch) | |
tree | 6aeeba35357cf386a6182e05e87acc20891c4672 /libavformat/Makefile | |
parent | ccc4324c90ea7bc637f8f35d21aed857fe0fd46d (diff) | |
download | ffmpeg-4cc0f79a2c11f4ef53ee1b1199896832915a668e.tar.gz |
lavf: add samba protocol via libsmbclient
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 3e14ccc653..a365463dde 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -459,6 +459,7 @@ OBJS-$(CONFIG_LIBNUT_MUXER) += libnut.o OBJS-$(CONFIG_LIBQUVI_DEMUXER) += libquvi.o OBJS-$(CONFIG_LIBRTMP) += librtmp.o OBJS-$(CONFIG_LIBSSH_PROTOCOL) += libssh.o +OBJS-$(CONFIG_LIBSMBCLIENT_PROTOCOL) += libsmbclient.o # protocols I/O OBJS-$(CONFIG_APPLEHTTP_PROTOCOL) += hlsproto.o |