Modified:
trunk/README
trunk/build.sh
Log:
Issue 13: documentation fix and --help option.
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Fri Feb 6 14:38:14 2009
@@ -64,8 +64,8 @@
Installation and usage
----------------------
-Place the resulting avbin.so, avbin.dylib or avbin.dll in the appropriate
-system directory.
+Place the resulting avbin.so, avbin.dylib or avbin.dll from the 'dist'
+directory into the appropriate system directory.
The AVbin dynamic library exports all of FFmpeg's functions from
libavcodec,
libavutil and libavformat. It also exports some higher-level functions
which
Modified: trunk/build.sh
==============================================================================
--- trunk/build.sh (original)
+++ trunk/build.sh Fri Feb 6 14:38:14 2009
@@ -80,6 +80,8 @@
while [ "${1:0:2}" == "--" ]; do
case $1 in
+ "--help") # fall through
+ ;;
"--rebuild") REBUILD=1;;
"--patch")
shift