We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b2bad commit 4468dfcCopy full SHA for 4468dfc
CMakeLists.txt
@@ -10,7 +10,6 @@ add_definitions(
10
)
11
12
include_directories(
13
- .
14
src
15
src/OpenAL
16
libs
@@ -91,10 +90,6 @@ add_subdirectory(libs/libmodplug EXCLUDE_FROM_ALL)
91
90
add_subdirectory(libs/libopus EXCLUDE_FROM_ALL)
92
add_subdirectory(libs/libopusfile EXCLUDE_FROM_ALL)
93
94
-if(MSVC)
95
- target_compile_definitions(FLAC PRIVATE "HAVE_FSEEKO=1")
96
-endif()
97
-
98
if(UNIX)
99
find_package(OpenAL REQUIRED)
100
target_compile_options(FLAC PRIVATE -Wno-undef)
0 commit comments