OSDN Git Service

f3014518ae80f3ff8a735d65b21a97c10e0d0d2d
[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 ;
14
15 Library libhb : $(LIBHB_SRC) ;
16
17 ObjectCcFlags $(LIBHB_SRC) : -I$(TOP)/contrib/include ;
18 ObjectDefines $(LIBHB_SRC) : __LIBHB__ ;
19 ObjectC++Flags $(LIBHB_SRC) : -I$(TOP)/contrib/include ;