diff Makefile @ 2335:5b5e1edd462e libavformat

move syncpoint timestamp resetting code to a common file
author michael
date Thu, 09 Aug 2007 16:29:30 +0000
parents 59d84b0f7d30
children e3ea6e602928
line wrap: on
line diff
--- a/Makefile	Thu Aug 09 16:15:50 2007 +0000
+++ b/Makefile	Thu Aug 09 16:29:30 2007 +0000
@@ -101,7 +101,7 @@
 OBJS-$(CONFIG_MXF_DEMUXER)               += mxf.o
 OBJS-$(CONFIG_NSV_DEMUXER)               += nsvdec.o
 OBJS-$(CONFIG_NULL_MUXER)                += raw.o
-OBJS-$(CONFIG_NUT_DEMUXER)               += nutdec.o riff.o
+OBJS-$(CONFIG_NUT_DEMUXER)               += nutdec.o nut.o riff.o
 OBJS-$(CONFIG_NUV_DEMUXER)               += nuv.o riff.o
 OBJS-$(CONFIG_OGG_DEMUXER)               += ogg2.o           \
                                             oggparsevorbis.o \