This should work better
authorunc0rr
Wed, 29 Aug 2012 11:35:38 +0400
changeset 7619 e5d17bab312f
parent 7618 4d3a32d91028
child 7620 fa3bc79dc0b8
This should work better
QTfrontend/CMakeLists.txt
--- a/QTfrontend/CMakeLists.txt	Tue Aug 28 21:59:49 2012 +0200
+++ b/QTfrontend/CMakeLists.txt	Wed Aug 29 11:35:38 2012 +0400
@@ -73,7 +73,7 @@
 file(GLOB_RECURSE UIcpp ui/*.cpp)
 file(GLOB UtilCpp util/*.cpp)
 
-if((NOT NO_VIDEOREC) AND ${FFMPEG_FOUND})
+if((NOT NO_VIDEOREC) AND "${FFMPEG_FOUND}")
     add_definitions(-DVIDEOREC)
 endif()