diff --git a/codec/CMakeLists.txt b/codec/CMakeLists.txt index 8d6599c1..87bdc025 100644 --- a/codec/CMakeLists.txt +++ b/codec/CMakeLists.txt @@ -20,7 +20,7 @@ IF(DONT_HAVE_GETOPT) ADD_DEFINITIONS(-DDONT_HAVE_GETOPT) SET(common_SRCS ${common_SRCS} - compat/getopt.c + getopt.c ) ENDIF(DONT_HAVE_GETOPT)