diff options
author | prigaux <[email protected]> | 2007-03-06 21:15:55 +0000 |
---|---|---|
committer | prigaux <[email protected]> | 2007-03-06 21:15:55 +0000 |
commit | c4a642b4648d486777af91ccc2894355df447089 (patch) | |
tree | 4ff9eee3e39a530cb649d9db43456e0ab3d712a3 /libhb/Jamfile | |
parent | ff5ed5d2a2009504f1da3cf348689a59a82b27f1 (diff) |
Merge the 5.1 branch into the trunk.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@422 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/Jamfile')
-rw-r--r-- | libhb/Jamfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libhb/Jamfile b/libhb/Jamfile new file mode 100644 index 000000000..afc775e48 --- /dev/null +++ b/libhb/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 libhb ; + +LIBHB_SRC = +ipodutil.cpp common.c hb.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 libhb : $(LIBHB_SRC) ; + +ObjectCcFlags $(LIBHB_SRC) : -I$(TOP)/contrib/include ; +ObjectDefines $(LIBHB_SRC) : __LIBHB__ ; +ObjectC++Flags $(LIBHB_SRC) : -I$(TOP)/contrib/include ; |