removed "codec/compat/" directory

This commit is contained in:
Antonin Descampe
2010-12-09 10:23:13 +00:00
parent ebcda80583
commit c0fd0c8f89
5 changed files with 4 additions and 295 deletions

View File

@@ -10,7 +10,7 @@ SET(common_SRCS
IF(DONT_HAVE_GETOPT)
SET(common_SRCS
${common_SRCS}
../codec/compat/getopt.c
../common/getopt.c
)
ENDIF(DONT_HAVE_GETOPT)