diff Makefile @ 213:89a78842f6c2 libavformat

localtime_r patch by (Glenn Maynard <g_sf at zewt dot org>)
author michaelni
date Thu, 04 Sep 2003 09:52:39 +0000
parents 84b7fd1abf2c
children 2f16e3066399
line wrap: on
line diff
--- a/Makefile	Thu Sep 04 08:21:27 2003 +0000
+++ b/Makefile	Thu Sep 04 09:52:39 2003 +0000
@@ -34,6 +34,10 @@
 OBJS+= strptime.o
 endif
 
+ifeq ($(BUILD_LOCALTIME_R),yes)
+OBJS+= localtime_r.o
+endif
+
 ifeq ($(CONFIG_VIDEO4LINUX),yes)
 OBJS+= grab.o
 endif