summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-13 16:39:42 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-10-13 16:39:42 +0200
commit15ef1cfe6431179fb1cd5707b360a7d6d6bdb9d9 (patch)
tree9a5c513d65689913fbbe2abb5be0e7ba6d6afa5e /configure
parent6571833d1a54a0be996481970de09487aa5a55d9 (diff)
parentf5962229bfcb14c2879e69ccdf7f1a4934168609 (diff)
Merge commit 'f5962229bfcb14c2879e69ccdf7f1a4934168609'
* commit 'f5962229bfcb14c2879e69ccdf7f1a4934168609': avplay: use audio parameters from the decoded frame instead of AVCodecContext dca: allocate a secondary buffer for extra channels when downmixing configure: use utilities from /usr/xpg4/bin if it exists avstring-test: fix memory leaks Conflicts: ffplay.c libavcodec/dcadec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index b14adcc4d1..a183b5be2d 100755
--- a/configure
+++ b/configure
@@ -54,6 +54,8 @@ if test "$E1" != 0 || test "$E2" = 0; then
exit 1
fi
+test -d /usr/xpg4/bin && PATH=/usr/xpg4/bin:$PATH
+
show_help(){
cat <<EOF
Usage: configure [options]