From 3ec6d74520256704fe40113413268ca3b301ea56 Mon Sep 17 00:00:00 2001
From: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
Date: Thu, 7 Jul 2016 09:19:33 -0400
Subject: [PATCH] build: cleanup video Makefile

Removed a non-existing file into dependency list

Change-Id: Idb8a7e49e6ab79b4c1534b90dbb0bfb2058e8c85
Reviewed-by: Edric Milaret <edric.ladent-milaret@savoirfairelinux.com>
---
 src/media/video/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/media/video/Makefile.am b/src/media/video/Makefile.am
index 7e94139048..80e8469480 100644
--- a/src/media/video/Makefile.am
+++ b/src/media/video/Makefile.am
@@ -33,8 +33,7 @@ libvideo_la_SOURCES = \
 	video_receive_thread.cpp video_receive_thread.h \
 	video_sender.cpp video_sender.h \
 	video_rtp_session.cpp video_rtp_session.h \
-	sinkclient.cpp sinkclient.h \
-	video_provider.h
+	sinkclient.cpp sinkclient.h
 
 libvideo_la_LIBADD = @LIBAVCODEC_LIBS@ @LIBAVFORMAT_LIBS@ @LIBAVDEVICE_LIBS@ @LIBSWSCALE_LIBS@ @LIBAVUTIL_LIBS@
 
-- 
GitLab