Skip to content

Commit

Permalink
Add -DHAVE_STDINT_H to fix build with recent speexdsp.
Browse files Browse the repository at this point in the history
  • Loading branch information
xorgy committed Feb 25, 2015
1 parent 05a6c1a commit 610e7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebur128/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if(NOT DISABLE_SPEEXDSP)
find_pkg_config(SPEEXDSP speexdsp)
if(SPEEXDSP_FOUND)
include_directories(SYSTEM ${SPEEXDSP_INCLUDE_DIRS})
add_definitions(-DUSE_SPEEX_RESAMPLER)
add_definitions(-DUSE_SPEEX_RESAMPLER -DHAVE_STDINT_H)
endif()
endif()

Expand Down

1 comment on commit 610e7e8

@cicku
Copy link
Contributor

@cicku cicku commented on 610e7e8 Aug 12, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.