Commit e6b05e5f authored by philipjsg's avatar philipjsg

Add conditional build of strptime


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@820 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent dba11183
......@@ -12,10 +12,15 @@ OBJS= utils.o cutils.o allformats.o
# mux and demuxes
OBJS+=mpeg.o mpegts.o ffm.o crc.o img.o raw.o rm.o asf.o \
avienc.o avidec.o wav.o swf.o au.o gif.o mov.o jpeg.o
avienc.o avidec.o wav.o swf.o au.o gif.o mov.o jpeg.o
# framehook.o
# file I/O
OBJS+= avio.o aviobuf.o file.o
ifeq ($(BUILD_STRPTIME),yes)
OBJS+= strptime.o
endif
ifeq ($(CONFIG_VIDEO4LINUX),yes)
OBJS+= grab.o
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment