summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Ibanez <luis.ibanez@gmail.com>2010-08-31 23:27:19 +0000
committerLuis Ibanez <luis.ibanez@gmail.com>2010-08-31 23:27:19 +0000
commit392d33cb85ad93d09d2c01b0bf17357c6a9546bd (patch)
tree197e6e7292a65fc071557e33bf1fa231f8c79f41
parent642684b9ebe7011bb4c812c977cdda49ab3b1b3c (diff)
BUG: The directory compat doesn't exist. The file getopt.c is actually at this level.
-rw-r--r--codec/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)