From 0486034738b850c210b1389a8c3ae51a6b9fad23 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 29 Mar 2014 00:54:51 +0900 Subject: Removed MSN support across Kopete by removing the MSN protocol and the netmeeting plugin. This resolves bug 1547. --- .../protocols/msn/webcam/libmimic/CMakeLists.txt | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 kopete/protocols/msn/webcam/libmimic/CMakeLists.txt (limited to 'kopete/protocols/msn/webcam/libmimic/CMakeLists.txt') diff --git a/kopete/protocols/msn/webcam/libmimic/CMakeLists.txt b/kopete/protocols/msn/webcam/libmimic/CMakeLists.txt deleted file mode 100644 index 5a340661..00000000 --- a/kopete/protocols/msn/webcam/libmimic/CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -################################################# -# -# (C) 2010-2011 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -include_directories( - ${GLIB2_INCLUDE_DIRS} -) - - -##### mimic (static) ############################ - -tde_add_library( mimic STATIC_PIC - SOURCES - mimic.c encode.c decode.c bitstring.c vlc_common.c vlc_encode.c - vlc_decode.c fdct_quant.c idct_dequant.c colorspace.c deblock.c - LINK ${GLIB2_LIBRARIES} -) -- cgit v1.2.1