mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
78306f6e03
- Fix libmpg123 and add it to build. svn path=/branches/cmake-bringup/; revision=49073
40 lines
648 B
CMake
40 lines
648 B
CMake
add_definitions(
|
|
-DOPT_I386
|
|
-DREAL_IS_FLOAT
|
|
-DNOXFERMEM
|
|
-DHAVE_CONFIG_H
|
|
-DEOVERFLOW=75
|
|
-Dlseek=_lseek
|
|
-Dread=_read
|
|
-Dstrdup=_strdup)
|
|
|
|
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/include/reactos/libs/libmpg123)
|
|
|
|
add_library(libmpg123
|
|
compat.c
|
|
dct64.c
|
|
dct64_i386.c
|
|
equalizer.c
|
|
feature.c
|
|
format.c
|
|
frame.c
|
|
icy.c
|
|
icy2utf8.c
|
|
id3.c
|
|
index.c
|
|
layer1.c
|
|
layer2.c
|
|
layer3.c
|
|
libmpg123.c
|
|
ntom.c
|
|
optimize.c
|
|
parse.c
|
|
readers.c
|
|
stringbuf.c
|
|
synth.c
|
|
synth_8bit.c
|
|
synth_real.c
|
|
synth_s32.c
|
|
tabinit.c)
|
|
|
|
add_dependencies(libmpg123 psdk)
|