From a74127c071fd46cdd40b9beca6721a9ca6338142 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Wed, 15 Aug 2001 22:33:03 +0000 Subject: win32 fixes Originally committed as revision 110 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libav/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libav/Makefile') diff --git a/libav/Makefile b/libav/Makefile index 80dfd389c9..17e4469114 100644 --- a/libav/Makefile +++ b/libav/Makefile @@ -4,12 +4,16 @@ CFLAGS= $(OPTFLAGS) -Wall -g -I../libavcodec -DHAVE_AV_CONFIG_H OBJS= rm.o mpeg.o asf.o avienc.o jpeg.o swf.o wav.o raw.o \ avidec.o ffm.o \ avio.o aviobuf.o utils.o \ - udp.o http.o file.o img.o + file.o img.o ifeq ($(CONFIG_GRAB),yes) OBJS+= grab.o audio.o endif +ifneq ($(CONFIG_WIN32),yes) +OBJS+= udp.o http.o +endif + LIB= libav.a all: $(LIB) -- cgit v1.2.3