summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 021f0bf013..ae35034854 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -8,7 +8,7 @@ VPATH=$(SRC_PATH)/libavformat
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+= pnm.o yuv.o png.o jpeg.o gifdec.o
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