summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-07-18 15:07:26 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-07-18 15:07:26 +0000
commite2ae312a37f5dffe7ac66346299eaaea9e2a3386 (patch)
tree0af0e85e987c1b54b7b4b475446d7a776179fe56 /etc
parentbad51c711f9d10f567732a5665e7e88d2a675150 (diff)
downloadmpv-e2ae312a37f5dffe7ac66346299eaaea9e2a3386.tar.bz2
mpv-e2ae312a37f5dffe7ac66346299eaaea9e2a3386.tar.xz
Change libamr support to libopencore-amr support.
libamr support was removed from FFmpeg. based on a patch by Andrew Wason, rectalogic rectalogic com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29426 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index f5aeee3eea..103955c322 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -3840,7 +3840,7 @@ audiocodec ffamrnb
fourcc samr
format 0x57 ;amr in avi
driver ffmpeg
- dll "libamr_nb"
+ dll "libopencore_amrnb"
audiocodec ffamrwb
info "AMR Wideband"
@@ -3848,7 +3848,7 @@ audiocodec ffamrwb
fourcc sawb
format 0x58 ;amr in avi
driver ffmpeg
- dll "libamr_wb"
+ dll "libopencore_amrwb"
audiocodec ffadcpmswf
info "FFmpeg's ADPCM Flash-variant"