Add conditional build of strptime
Originally committed as revision 820 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
68892110e0
commit
487ec9a0d9
@ -12,10 +12,15 @@ OBJS= utils.o cutils.o allformats.o
|
|||||||
|
|
||||||
# mux and demuxes
|
# mux and demuxes
|
||||||
OBJS+=mpeg.o mpegts.o ffm.o crc.o img.o raw.o rm.o asf.o \
|
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
|
# file I/O
|
||||||
OBJS+= avio.o aviobuf.o file.o
|
OBJS+= avio.o aviobuf.o file.o
|
||||||
|
|
||||||
|
ifeq ($(BUILD_STRPTIME),yes)
|
||||||
|
OBJS+= strptime.o
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_VIDEO4LINUX),yes)
|
ifeq ($(CONFIG_VIDEO4LINUX),yes)
|
||||||
OBJS+= grab.o
|
OBJS+= grab.o
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user