# $Id: Jamfile,v 1.34 2005/10/15 18:05:03 titer Exp $ # # This file is part of the HandBrake source code. # Homepage: . # It may be used under the terms of the GNU General Public License. SubDir TOP libmediafork ; LIBMEDIAFORK_SRC = ipodutil.cpp common.c mediafork.c ports.c scan.c work.c decmpeg2.c encavcodec.c update.c demuxmpeg.c fifo.c render.c reader.c muxcommon.c muxmp4.c sync.c decsub.c deca52.c encfaac.c declpcm.c encx264.c decavcodec.c encxvid.c muxavi.c enclame.c muxogm.c encvorbis.c dvd.c ; Library libmediafork : $(LIBMEDIAFORK_SRC) ; ObjectCcFlags $(LIBMEDIAFORK_SRC) : -I$(TOP)/contrib/include ; ObjectDefines $(LIBMEDIAFORK_SRC) : __LIBMEDIAFORK__ ; ObjectC++Flags $(LIBMEDIAFORK_SRC) : -I$(TOP)/contrib/include ;