diff options
author | titer <[email protected]> | 2006-04-26 14:55:23 +0000 |
---|---|---|
committer | titer <[email protected]> | 2006-04-26 14:55:23 +0000 |
commit | 3d93903c9c4e6c120e2dc487b40985208b186083 (patch) | |
tree | 29fdea688d2cf4ef2ae1db2f20b46a5a5b109365 /contrib/Jamfile | |
parent | 1193f04a03e4684de5a64db3ed4a20058c00482f (diff) |
Adds a 'colr' box to mp4 files, indicating an NTSC profile. Makes the
picture look brighter in QuickTime.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@68 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/Jamfile')
-rw-r--r-- | contrib/Jamfile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile index 908fc38a0..0add85ed9 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -73,16 +73,6 @@ actions LibAvUtil strip -S $(<) } LibAvUtil $(SUBDIR)/lib/libavutil.a : $(SUBDIR)/lib/libavcodec.a ; - -rule LibAvFormat -{ - Depends $(<) : $(>) ; - Depends lib : $(<) ; -} -actions LibAvFormat -{ - strip -S $(<) -} LibAvUtil $(SUBDIR)/lib/libavformat.a : $(SUBDIR)/lib/libavcodec.a ; # libdvdcss |