]> git.sesse.net Git - vlc/blobdiff - extras/contrib/README
Qt4: We must lock the playlist before calling UpdateTreeItem()
[vlc] / extras / contrib / README
index beeda4f33732f7b9240aae03b7ed5da4d27fd025..72dd6ca9497d9e8eeee4b8d227cb75948e6903ab 100644 (file)
@@ -19,8 +19,6 @@ building from source (can take a long time but is easily customizable)
 and fetching a pre-compiled binary package. Either type 'make src'
 or 'make bin' (also from the contrib directory).
 
-make bin IS NOT WORKING atm USE make src
-
 Once the contribs are built, you can start building VLC.
 See: http://developers.videolan.org/vlc/osx-compile.html 
 or INSTALL.win32 for more details on that.
@@ -28,8 +26,19 @@ or INSTALL.win32 for more details on that.
 Happy hacking.
 --Meuuh 2003-11-15
 
+Appendix: 
+ I) BUILDING AMR SUPPORT IN FFMPEG
+
+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
+
 
-The following patches have already been sent to the upstream developers:
+ 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