Browse Source

Remove a warning when libsndfile is not present (dr_mp3 still used)

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.4.0^0
falkTX 3 years ago
parent
commit
b02121e9a2
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      source/native-plugins/audio-file.cpp

+ 0
- 6
source/native-plugins/audio-file.cpp View File

@@ -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
;

// -----------------------------------------------------------------------


Loading…
Cancel
Save