equal
deleted
inserted
replaced
72 file(GLOB ModelCpp model/*.cpp) |
72 file(GLOB ModelCpp model/*.cpp) |
73 file(GLOB_RECURSE UIcpp ui/*.cpp) |
73 file(GLOB_RECURSE UIcpp ui/*.cpp) |
74 file(GLOB UtilCpp util/*.cpp) |
74 file(GLOB UtilCpp util/*.cpp) |
75 |
75 |
76 if((NOT NOVIDEOREC) AND "${FFMPEG_FOUND}") |
76 if((NOT NOVIDEOREC) AND "${FFMPEG_FOUND}") |
77 add_definitions(-DVIDEOREC) |
77 add_definitions(-DVIDEOREC -D__STDC_CONSTANT_MACROS) |
78 endif() |
78 endif() |
79 |
79 |
80 set(hwfr_src |
80 set(hwfr_src |
81 ${ModelCpp} |
81 ${ModelCpp} |
82 ${NetCpp} |
82 ${NetCpp} |