mpg123-1.33.4
This commit is contained in:
@@ -74,9 +74,9 @@ check_function_exists(execvp HAVE_EXECVP)
|
||||
check_function_exists(ctermid HAVE_CTERMID)
|
||||
check_function_exists(clock_gettime HAVE_CLOCK_GETTIME)
|
||||
|
||||
check_type_size(off_t SIZEOF_OFF_T)
|
||||
check_type_size(off_t MPG123_SIZEOF_OFF_T)
|
||||
|
||||
if(SIZEOF_OFF_T LESS 8)
|
||||
if(MPG123_SIZEOF_OFF_T LESS 8)
|
||||
check_function_exists(lseek64 LFS_LARGEFILE_64)
|
||||
|
||||
if(LFS_LARGEFILE_64)
|
||||
|
||||
@@ -146,7 +146,7 @@
|
||||
#define PKGLIBDIR "@CMAKE_INSTALL_LIBDIR@/@PROJECT_NAME@"
|
||||
|
||||
// CMake leaves it emtpy for non-existing type. Autoconf sets it to 0.
|
||||
#define SIZEOF_OFF_T (@SIZEOF_OFF_T@+0)
|
||||
#define SIZEOF_OFF_T (@MPG123_SIZEOF_OFF_T@+0)
|
||||
|
||||
#cmakedefine STDERR_FILENO @STDERR_FILENO@
|
||||
#cmakedefine STDIN_FILENO @STDIN_FILENO@
|
||||
|
||||
Reference in New Issue
Block a user