From 5e4639e2002d0a19d4278f9ff4ed11f1bdace33b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 4 Sep 2003 09:52:39 +0000 Subject: localtime_r patch by (Glenn Maynard ) Originally committed as revision 2204 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index e064cf6..866fdd5 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -34,6 +34,10 @@ ifeq ($(BUILD_STRPTIME),yes) OBJS+= strptime.o endif +ifeq ($(BUILD_LOCALTIME_R),yes) +OBJS+= localtime_r.o +endif + ifeq ($(CONFIG_VIDEO4LINUX),yes) OBJS+= grab.o endif -- cgit v1.1