diff Makefile @ 230:9f4f4ca9f7b5 libavformat

simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c
author bellard
date Mon, 08 Sep 2003 21:20:55 +0000
parents d0332f4362b6
children b99548e3ab84
line wrap: on
line diff
--- a/Makefile	Mon Sep 08 20:04:44 2003 +0000
+++ b/Makefile	Mon Sep 08 21:20:55 2003 +0000
@@ -8,7 +8,7 @@
 
 CFLAGS= $(OPTFLAGS) -Wall -g -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
 
-OBJS= utils.o cutils.o allformats.o
+OBJS= utils.o cutils.o os_support.o allformats.o
 PPOBJS=
 
 # mux and demuxes
@@ -31,14 +31,6 @@
 OBJS+= avio.o aviobuf.o file.o 
 OBJS+= framehook.o 
 
-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