summaryrefslogtreecommitdiff
path: root/doc/general.texi
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2018-12-04 18:05:53 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2018-12-04 18:06:43 +0530
commitaae7e009b3a91031c4f71141450431384f4b0380 (patch)
tree1d199ccd87f71b497508d2e8e2b26a22a0d7e930 /doc/general.texi
parent8bd791969960d6258177ebf8b68391fd4b432fd1 (diff)
doc: libgme
Add entry in external library list and add details to demuxer entry.
Diffstat (limited to 'doc/general.texi')
-rw-r--r--doc/general.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi
index 7b6efdbfdd..cfab63f7b2 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -59,6 +59,12 @@ FFmpeg can make use of the Chromaprint library for generating audio fingerprints
It is licensed under LGPL version 2.1. Pass @code{--enable-chromaprint} to configure to
enable it. See @url{https://acoustid.org/chromaprint}.
+@section Game Music Emu
+
+FFmpeg can make use of the Game Music Emu library to read audio from supported video game
+music file formats. It is licensed under LGPL version 2.1. Pass @code{--enable-libgme} to configure to
+enable it. See @url{https://bitbucket.org/mpyne/game-music-emu/overview}.
+
@section OpenJPEG
FFmpeg can use the OpenJPEG libraries for encoding/decoding J2K videos. Go to