summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-24 08:31:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-24 08:31:44 +0000
commit5351098826082eac9b98bf614952f59a6f435e95 (patch)
treee475a2dff091f088ca06b8c2bb9481f321342a69 /libmpcodecs
parent17aebba77f4087e4780ae783babecd25790c732c (diff)
downloadmpv-5351098826082eac9b98bf614952f59a6f435e95.tar.bz2
mpv-5351098826082eac9b98bf614952f59a6f435e95.tar.xz
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
with Tremor support instead of libvorbis. Previously MPlayer would show the same output on the console when decoding with libvorbis and Tremor. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28014 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/ad_libvorbis.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmpcodecs/ad_libvorbis.c b/libmpcodecs/ad_libvorbis.c
index dd20c34984..30e6604080 100644
--- a/libmpcodecs/ad_libvorbis.c
+++ b/libmpcodecs/ad_libvorbis.c
@@ -12,7 +12,11 @@
static ad_info_t info =
{
"Ogg/Vorbis audio decoder",
+#ifdef CONFIG_TREMOR
+ "tremor",
+#else
"libvorbis",
+#endif
"Felix Buenemann, A'rpi",
"libvorbis",
""