* Fix up inotify autoconf support.

This commit is contained in:
Justin Maggard
2011-09-21 21:55:56 +00:00
parent 773e1f6566
commit 9a325e04b0
5 changed files with 31 additions and 863 deletions

11
README
View File

@ -21,5 +21,16 @@ and http://www.dlna.org/ for mode details on DLNA.
See the INSTALL file for instructions on compiling, installing,
and configuring minidlna.
Prerequisites
==================
- libexif
- libjpeg
- libid3tag
- libFLAC
- libvorbis
- libsqlite3
- libavformat (the ffmpeg libraries)
Justin Maggard