X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=extras%2Fcontrib%2FREADME;h=082042d5c08ebbf928aea702efcd3f81890d3353;hb=fc14fe5dd6af97130558a77fbd60e1fdbb54165c;hp=beeda4f33732f7b9240aae03b7ed5da4d27fd025;hpb=fb005c12802a3646a2cffe01880b7382366e1f2c;p=vlc diff --git a/extras/contrib/README b/extras/contrib/README index beeda4f337..082042d5c0 100644 --- a/extras/contrib/README +++ b/extras/contrib/README @@ -28,8 +28,19 @@ or INSTALL.win32 for more details on that. Happy hacking. --Meuuh 2003-11-15 +Appendix: + I) BUILDING AMR SUPPORT IN FFMPEG -The following patches have already been sent to the upstream developers: +To build ffmpeg with AMR support add HAVE_AMR=1 to config.mak or do: + +echo "HAVE_AMR=1" >> config.mak + +and add .libamrwb .libamrnb (before .ffmpeg) to your distro.mak. Then rebuild the contrib with: + +make src + + + II) The following patches have already been sent to the upstream developers: ffmpeg-cvs-mactel.patch - split in 5 and sent to ffmpeg-devel@mplayerhq.hu o patch-ffmpeg-0b.diff