Moves the filters' logging info to work.c, adds parameter info. I also changed the...
[HandBrake.git] / libhb / Jamfile
blob9750cd019f7030b209a54cb8b8a4cb31ef392324
1 # $Id: Jamfile,v 1.34 2005/10/15 18:05:03 titer Exp $
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.
7 SubDir TOP libhb ;
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 denoise.c detelecine.c ;
15 Library libhb : $(LIBHB_SRC) ;
17 ObjectCcFlags $(LIBHB_SRC) : -I$(TOP)/contrib/include ;
18 ObjectDefines $(LIBHB_SRC) : __LIBHB__ ;
19 ObjectC++Flags $(LIBHB_SRC) : -I$(TOP)/contrib/include ;