summaryrefslogtreecommitdiffstats
path: root/libhb/Makefile
diff options
context:
space:
mode:
authoreddyg <[email protected]>2008-12-02 01:07:02 +0000
committereddyg <[email protected]>2008-12-02 01:07:02 +0000
commit29f8a536e11e713e6f8d983aca4405ab017a21e7 (patch)
tree108bc0a97311cdfc82ac63e27c136de60fc531ff /libhb/Makefile
parent2dddca5b3135ed939df9cdcaf2e5ffb2e4d7f44f (diff)
Add metadata support to libhb, add importing of MP4 metadata, add export of MP4 metadata, add importing of MP4 chapters, add seek to chapter for input files, add new libmp4v2, remove old MP4 chapter muxing - now in libmp4v2.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1987 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/Makefile')
-rw-r--r--libhb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libhb/Makefile b/libhb/Makefile
index 858d5b1aa..9992d7cd5 100644
--- a/libhb/Makefile
+++ b/libhb/Makefile
@@ -25,7 +25,8 @@ SRCS = common.c hb.c ports.c scan.c work.c decmpeg2.c encavcodec.c enctheora.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 deblock.c deinterlace.c denoise.c detelecine.c decomb.c lang.c
+ dvd.c deblock.c deinterlace.c denoise.c detelecine.c decomb.c lang.c \
+ decmetadata.c
OTMP = $(SRCS:%.c=%.o)
OBJS = $(OTMP:%.cpp=%.o)