diff options
author | eddyg <[email protected]> | 2007-08-27 05:24:56 +0000 |
---|---|---|
committer | eddyg <[email protected]> | 2007-08-27 05:24:56 +0000 |
commit | 720e142336f2079cb70be86db1f04f575cece52d (patch) | |
tree | 7fc9ea2df1c8ab375312032cfd0a18def942d739 /libhb/Makefile | |
parent | 285fdf0693de5c0b791345b51694d2e59246ed29 (diff) |
Moved functions from lang.h to lang.c for easy includion in Controller.mm
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@874 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/Makefile')
-rw-r--r-- | libhb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/Makefile b/libhb/Makefile index f5616dc56..097116dff 100644 --- a/libhb/Makefile +++ b/libhb/Makefile @@ -25,7 +25,7 @@ SRCS = 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 stream.c \ muxmp4.c sync.c decsub.c deca52.c decdca.c encfaac.c declpcm.c encx264.c \ decavcodec.c encxvid.c muxmkv.c muxavi.c enclame.c muxogm.c encvorbis.c \ - dvd.c ipodutil.cpp deblock.c deinterlace.c denoise.c detelecine.c + dvd.c ipodutil.cpp deblock.c deinterlace.c denoise.c detelecine.c lang.c OTMP = $(SRCS:%.c=%.o) OBJS = $(OTMP:%.cpp=%.o) |