1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00
v.audacity
2012-08-20 03:48:09 +00:00
parent bd55ab0ff0
commit b4bb69cf8c
5 changed files with 6 additions and 2 deletions

View File

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