From: Ed Rogalsky Date: Sun, 2 Mar 2014 20:46:57 +0000 (+0100) Subject: jogshuttle: remove unused code in cmake file X-Git-Url: https://git.sesse.net/?p=kdenlive;a=commitdiff_plain;h=f5a501e9143701fb25054d859d0e0d1d5eb5b4dc jogshuttle: remove unused code in cmake file --- diff --git a/src/lib/external/media_ctrl/CMakeLists.txt b/src/lib/external/media_ctrl/CMakeLists.txt index 6de4a0c1..dc2b2853 100644 --- a/src/lib/external/media_ctrl/CMakeLists.txt +++ b/src/lib/external/media_ctrl/CMakeLists.txt @@ -6,13 +6,12 @@ set(kdenlive_SRCS ) -# Create a static library from kiss_fft - -set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} --std=c99") -include_directories( - ${CMAKE_BINARY_DIR} -) -add_library(media_ctrl STATIC - mediactrl.h - mediactrl.c -) +# Create a static library from media_ctrl +#set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} --std=c99") +#include_directories( +# ${CMAKE_BINARY_DIR} +#) +#add_library(media_ctrl STATIC +# mediactrl.h +# mediactrl.c +#)