summaryrefslogtreecommitdiffstats
path: root/Jamfile
diff options
context:
space:
mode:
authorhandbrake <[email protected]>2006-01-14 13:07:05 +0000
committerhandbrake <[email protected]>2006-01-14 13:07:05 +0000
commit5bfcc1c3cf9baed140c62c37a13c5087bbd3d5cf (patch)
tree0d940224e2a4b6cdba1c45418da88efa1b6a6e45 /Jamfile
parent5824c4979fbc54ae3d3015c07cbf6fa4aea7516d (diff)
HandBrake 0.5.1
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@8 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Jamfile b/Jamfile
index 11dd93332..b04cd66d6 100644
--- a/Jamfile
+++ b/Jamfile
@@ -1,10 +1,10 @@
-# $Id: Jamfile,v 1.5 2003/11/07 22:28:30 titer Exp $
+# $Id: Jamfile,v 1.8 2003/11/09 22:11:06 titer Exp $
#
# This file is part of the HandBrake source code.
# Homepage: <http://handbrake.m0k.org/>.
# It may be used under the terms of the GNU General Public License.
-HB_VERSION = 0.5 ;
+HB_VERSION = 0.5.1 ;
# Compilers
CC = gcc ;
@@ -82,7 +82,7 @@ Library core/libhb : core/Ac3Dec.c core/AviMux.c
core/Mpeg2Dec.c core/FfmpegEnc.c
core/MadDec.c core/Scale.c
core/Scan.c core/Thread.c core/Work.c
- core/XvidEnc.c ;
+ core/XvidEnc.c core/XvidVbr.c ;
LinkLibraries HBTest : core/libhb.a ;
Main HBTest : test/test.c ;