summaryrefslogtreecommitdiffstats
path: root/Jamfile
diff options
context:
space:
mode:
authorsaintdev <[email protected]>2007-04-26 07:57:59 +0000
committersaintdev <[email protected]>2007-04-26 07:57:59 +0000
commit4c84cb2ff519e4392ea8af0168b57d4ef5d1c4fd (patch)
tree717ef22b5d8de11d401d81a76fe2d378a185790a /Jamfile
parentc9fa0ecad7aee37b787cd09fc49c3d13fb480a84 (diff)
Various fixes:
- Include parsecsv.c in the Jamfile so we can compile the CLI with Jam - Quiet some compiler warnings in parsecsv.{c,h} - Check some return values in muxmp4.c and encfaac.c and die gracefully if there is a problem. - Correctly set the number of audio channels in the stsd atom. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@552 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Jamfile b/Jamfile
index c068d5400..b0a219958 100644
--- a/Jamfile
+++ b/Jamfile
@@ -29,7 +29,8 @@ if $(OS) != CYGWIN
# Interfaces
CLI_BIN = HandBrakeCLI ;
-CLI_SRC = test/test.c ;
+CLI_SRC = test/test.c
+ test/parsecsv.c ;
BEOS_BIN = HandBrake ;
BEOS_SRC = beos/HBApp.cpp beos/MainWindow.cpp beos/ScanWindow.cpp
beos/PicWindow.cpp beos/Stepper.cpp beos/QueueWindow.cpp ;