[avbin commit] r54 - trunk

0 views
Skip to first unread message

codesite...@google.com

unread,
Feb 6, 2009, 7:13:59 PM2/6/09
to avbin-...@googlegroups.com
Author: Alex.Holkner
Date: Fri Feb 6 14:38:14 2009
New Revision: 54

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

Reply all
Reply to author
Forward
0 new messages