1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-26 07:10:09 +01:00

Remove trailing spaces and replace tabs by spaces in m4 macros.

This commit is contained in:
benjamin.drung@gmail.com
2013-10-24 23:24:52 +00:00
parent e1eb176ec4
commit bb7d691ffd
17 changed files with 35 additions and 37 deletions

View File

@@ -76,7 +76,6 @@ AC_DEFUN([AUDACITY_CHECKLIB_FFMPEG], [
if test "x$FFMPEG_LOCAL_AVAILABLE" = "xno" ; then
AC_MSG_NOTICE([ffmpeg library is NOT available in the local tree])
fi
FFMPEG_MIMETYPES="audio/aac;audio/ac3;audio/mp4;audio/x-ms-wma;video/mpeg;"
])