Skip to content

Commit

Permalink
Remove a warning when libsndfile is not present (dr_mp3 still used)
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Aug 19, 2021
1 parent a3e64a9 commit b02121e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/native-plugins/audio-file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ static const char* const audiofilesWildcard =
#else
"*.mp3;"
#endif
#if !defined(HAVE_SNDFILE) && !defined(HAVE_FFMPEG)
""
# ifndef BUILDING_FOR_CI
# warning sndfile and ffmpeg libraries missing, no audio file support will be available
# endif
#endif
;

// -----------------------------------------------------------------------
Expand Down

0 comments on commit b02121e

Please sign in to comment.