diff options
author | eddyg <[email protected]> | 2008-06-19 04:23:52 +0000 |
---|---|---|
committer | eddyg <[email protected]> | 2008-06-19 04:23:52 +0000 |
commit | 5bf415fc8aa22376f5f81cf2b9c315bc4751adfe (patch) | |
tree | e0f3a27393329c54abfe57777db658d3799da6ff /configure | |
parent | 5cdb0e7948c4170af40742190d5778aeb3ef58ac (diff) |
Reintroduce Solaris support. Fully tested on everything - apart from Windows, which really shouldn't be affected. Note that I've disabled troublesome components in ffmpeg that didn't work with Solaris. And disabled X support in libmpeg2 for all platforms - 'cos it shouldn't have been there.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1531 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -113,9 +113,9 @@ fi # Generating the HB_BUILD and HB_VERSION for snapshots requires # the build date, working path, and current SVN revision. -BUILD_DATE=$(date +%Y%m%d) -FULL_PATH=$(pwd) -SVN_REV=$(svnversion) +BUILD_DATE=`date +%Y%m%d` +FULL_PATH=`pwd` +SVN_REV=`svnversion` # Generate config.jam rm -f config.jam |