From 392d33cb85ad93d09d2c01b0bf17357c6a9546bd Mon Sep 17 00:00:00 2001 From: Luis Ibanez Date: Tue, 31 Aug 2010 23:27:19 +0000 Subject: [PATCH] BUG: The directory compat doesn't exist. The file getopt.c is actually at this level. --- codec/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)