OSDN Git Service

Adds a bunch of code comments to the x264 option controller, in order to make reading...
[handbrake-jp/handbrake-jp-git.git] / libhb / Jamfile
1 # $Id: Jamfile,v 1.34 2005/10/15 18:05:03 titer Exp $
2 #
3 # This file is part of the HandBrake source code.
4 # Homepage: <http://handbrake.m0k.org/>.
5 # It may be used under the terms of the GNU General Public License.
6
7 SubDir TOP libhb ;
8
9 LIBHB_SRC =
10 ipodutil.cpp common.c hb.c ports.c scan.c work.c decmpeg2.c encavcodec.c update.c
11 demuxmpeg.c fifo.c render.c reader.c muxcommon.c muxmp4.c sync.c stream.c
12 decsub.c deca52.c decdca.c encfaac.c declpcm.c encx264.c decavcodec.c encxvid.c
13 muxavi.c enclame.c muxogm.c encvorbis.c dvd.c muxmkv.c deblock.c deinterlace.c 
14 denoise.c detelecine.c lang.c ;
15
16 Library libhb : $(LIBHB_SRC) ;
17
18 ObjectCcFlags $(LIBHB_SRC) : -I$(TOP)/contrib/include ;
19 ObjectDefines $(LIBHB_SRC) : __LIBHB__ ;
20 ObjectC++Flags $(LIBHB_SRC) : -I$(TOP)/contrib/include ;