]> git.sesse.net Git - kdenlive/commitdiff
jogshuttle: remove unused code in cmake file
authorEd Rogalsky <ed.rogalsky@googlemail.com>
Sun, 2 Mar 2014 20:46:57 +0000 (21:46 +0100)
committerEd Rogalsky <ed.rogalsky@googlemail.com>
Sun, 2 Mar 2014 20:46:57 +0000 (21:46 +0100)
src/lib/external/media_ctrl/CMakeLists.txt

index 6de4a0c102d56b2a37ea5afc86994613e9caa1f6..dc2b28533f10f9d68b44edb62104dd8cbfa8b924 100644 (file)
@@ -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
+#)