From c23871be7af1c7a8a524fdcf8bc17171eaf69eea Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Thu, 2 Jun 2011 16:22:57 -0400
Subject: [PATCH] * #6011: removed unused Makefiles

---
 sflphone-common/src/video/Makefile.am         | 35 -------------------
 sflphone-common/src/video/decoder/Makefile.am | 17 ---------
 2 files changed, 52 deletions(-)
 delete mode 100644 sflphone-common/src/video/Makefile.am
 delete mode 100644 sflphone-common/src/video/decoder/Makefile.am

diff --git a/sflphone-common/src/video/Makefile.am b/sflphone-common/src/video/Makefile.am
deleted file mode 100644
index b7a60a35b6..0000000000
--- a/sflphone-common/src/video/Makefile.am
+++ /dev/null
@@ -1,35 +0,0 @@
-include $(top_srcdir)/globals.mak
-
-SUBDIRS = decoder rtp
-
-AM_CXXFLAGS = $(GSTREAMER_CFLAGS)
-
-noinst_LTLIBRARIES = libvideo.la
-
-libvideo_la_SOURCES = \
-	VideoInputSource.cpp \
-	VideoInputSourceGst.cpp  \
-	VideoEndpoint.cpp \
-	VideoFrame.cpp  \
-	FrameFormat.cpp \
-	VideoDevice.cpp \
-	GstVideoDevice.cpp
-
-libvideo_la_LIBADD = \
-	decoder/libvideodecoder.la \
-	rtp/libvideortp.la
-
-libvideo_la_LDFLAGS = $(GSTREAMER_LIBS) $(LIBS)
-
-noinst_HEADERS = \
-	VideoInputSource.h \
-	VideoInputSourceGst.h \
-	VideoEndpoint.h \
-	FrameFormat.h \
-	VideoDevice.h \
-	VideoFrame.h \
-	FrameFormat.h \
-	VideoDevice.h \
-	GstVideoDevice.h
-					
-
diff --git a/sflphone-common/src/video/decoder/Makefile.am b/sflphone-common/src/video/decoder/Makefile.am
deleted file mode 100644
index 6dbf239905..0000000000
--- a/sflphone-common/src/video/decoder/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-include $(top_srcdir)/globals.mak
-
-AM_CXXFLAGS = $(LIBAVCODEC_CFLAGS) $(LIBSWSCALE_CFLAGS)
-
-noinst_LTLIBRARIES = libvideodecoder.la
-
-libvideodecoder_la_SOURCES = \
-		H264Decoder.cpp \
-		VideoDecoder.cpp
-		
-noinst_HEADERS = \
-		VideoDecoder.h \
-		H264Decoder.h
-			
-libvideodecoder_la_LDFLAGS = $(LIBAVCODEC_LIBS) $(LIBSWSCALE_LIBS) $(LIBS)
-
-libvideodecoder_la_LIBADD = $(LIBAVCODEC_LIBS) $(LIBSWSCALE_LIBS) $(LIBS)
\ No newline at end of file
-- 
GitLab