diff options
author | saintdev <[email protected]> | 2008-03-20 02:40:02 +0000 |
---|---|---|
committer | saintdev <[email protected]> | 2008-03-20 02:40:02 +0000 |
commit | 3a3870d7ea1e81e1a145b1d555b9f0164860f9e3 (patch) | |
tree | 9243f518a3d3827ce2d85c28c4c426e22c780a6f /libhb/Jamfile | |
parent | 1cac31c9ed66396d3fc8a00e9fd75b5f56b000a0 (diff) |
Theora.
This adds the theora encoder to the Xcode project as well. It does not enable
anything in the Mac GUI, just allows it to build.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1350 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/Jamfile')
-rw-r--r-- | libhb/Jamfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/Jamfile b/libhb/Jamfile index bcf4a5471..4f20701c6 100644 --- a/libhb/Jamfile +++ b/libhb/Jamfile @@ -11,7 +11,7 @@ ipodutil.cpp common.c hb.c ports.c scan.c work.c decmpeg2.c encavcodec.c update. demuxmpeg.c fifo.c render.c reader.c muxcommon.c muxmp4.c sync.c stream.c decsub.c deca52.c decdca.c encfaac.c declpcm.c encx264.c decavcodec.c encxvid.c muxavi.c enclame.c muxogm.c encvorbis.c dvd.c muxmkv.c deblock.c deinterlace.c -denoise.c detelecine.c lang.c ; +denoise.c detelecine.c lang.c enctheora.c ; Library libhb : $(LIBHB_SRC) ; |