diff options
author | prigaux <[email protected]> | 2007-02-11 20:00:15 +0000 |
---|---|---|
committer | prigaux <[email protected]> | 2007-02-11 20:00:15 +0000 |
commit | a74fd5a1ec37e53fe7008f022639af6ede0e82c9 (patch) | |
tree | 0a6a32640a840b72653149aa11efa264674df976 /libmediafork/Jamfile | |
parent | f45dfeb2afb1b0bf46054959e8ea9494f3b7d14f (diff) |
Merge the 0.8.0_mpeg4ip branch into the trunk
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@285 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libmediafork/Jamfile')
-rw-r--r-- | libmediafork/Jamfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libmediafork/Jamfile b/libmediafork/Jamfile new file mode 100644 index 000000000..10a30ed32 --- /dev/null +++ b/libmediafork/Jamfile @@ -0,0 +1,19 @@ +# $Id: Jamfile,v 1.34 2005/10/15 18:05:03 titer Exp $ +# +# This file is part of the HandBrake source code. +# Homepage: <http://handbrake.m0k.org/>. +# 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 ; |