mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:03:10 +00:00
[CMAKE]
- More work on the base modules. By Alexey Komarov. svn path=/branches/cmake-bringup/; revision=48984
This commit is contained in:
parent
a5f513fed5
commit
d686345e81
21 changed files with 229 additions and 13 deletions
1
lib/3rdparty/CMakeLists.txt
vendored
1
lib/3rdparty/CMakeLists.txt
vendored
|
@ -6,6 +6,7 @@ add_subdirectory(expat)
|
|||
add_subdirectory(freetype)
|
||||
add_subdirectory(fullfat)
|
||||
add_subdirectory(icu4ros)
|
||||
#add_subdirectory(libmpg123)
|
||||
add_subdirectory(libsamplerate)
|
||||
add_subdirectory(libwine)
|
||||
add_subdirectory(libxml2)
|
||||
|
|
37
lib/3rdparty/libmpg123/CMakeLists.txt
vendored
Normal file
37
lib/3rdparty/libmpg123/CMakeLists.txt
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
add_definitions(-DOPT_I386)
|
||||
add_definitions(-DREAL_IS_FLOAT)
|
||||
add_definitions(-DNOXFERMEM)
|
||||
add_definitions(-DHAVE_CONFIG_H)
|
||||
add_definitions(-DEOVERFLOW=75)
|
||||
add_definitions(-Dlseek=_lseek)
|
||||
add_definitions(-Dread=_read)
|
||||
add_definitions(-Dstrdup=_strdup)
|
||||
|
||||
include_directories(${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)
|
Loading…
Add table
Add a link
Reference in a new issue