1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 16:39:30 +02:00

BenBenjamin Drung's ffmpeg-mimetypes.patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=483

This commit is contained in:
v.audacity 2012-06-25 00:48:27 +00:00
parent 312fee2c77
commit 10f6e2b01a

View File

@ -72,5 +72,7 @@ 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/mp4;audio/x-ms-wma;"
])