aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-06-10 16:58:04 +0000
committerDiego Biurrun <diego@biurrun.de>2010-06-10 16:58:04 +0000
commit63ae7e7ca88aec32eb5b0b60a152ef08527d2b52 (patch)
tree3ae6eca3b580b5fd33f9629eef4e3a467b721d1d /configure
parentd3c9697cb5ae38ecc5d8efe91b90cbcf0bd2e872 (diff)
downloadffmpeg-63ae7e7ca88aec32eb5b0b60a152ef08527d2b52.tar.gz
Apparently nowadays things should be installed in /boot/common on Haiku.
Originally committed as revision 23565 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7d09342e32..a8c7cb13eb 100755
--- a/configure
+++ b/configure
@@ -2126,7 +2126,7 @@ enabled spic && enable pic
# OS specific
case $target_os in
haiku)
- prefix_default="$HOME/config"
+ prefix_default="/boot/common"
enable audio_beos
;;
sunos)