diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-06-10 16:58:04 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-06-10 16:58:04 +0000 |
commit | 63ae7e7ca88aec32eb5b0b60a152ef08527d2b52 (patch) | |
tree | 3ae6eca3b580b5fd33f9629eef4e3a467b721d1d /configure | |
parent | d3c9697cb5ae38ecc5d8efe91b90cbcf0bd2e872 (diff) | |
download | ffmpeg-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |