Mercurial > libavformat.hg
comparison Makefile @ 1:464f4e8aa417 libavformat
More changes to make things compile on more platforms
author | philipjsg |
---|---|
date | Wed, 27 Nov 2002 02:45:14 +0000 |
parents | 05318cf2e886 |
children | 06b1347b3c8e |
comparison
equal
deleted
inserted
replaced
0:05318cf2e886 | 1:464f4e8aa417 |
---|---|
33 endif | 33 endif |
34 | 34 |
35 ifeq ($(CONFIG_NETWORK),yes) | 35 ifeq ($(CONFIG_NETWORK),yes) |
36 OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o | 36 OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o |
37 # BeOS network stuff | 37 # BeOS network stuff |
38 ifeq ($(CONFIG_BEOS_NETSERVER),yes) | 38 ifeq ($(NEED_INET_ATON),yes) |
39 OBJS+= barpainet.o | 39 OBJS+= barpainet.o |
40 endif | 40 endif |
41 endif | 41 endif |
42 | 42 |
43 ifeq ($(CONFIG_VORBIS),yes) | 43 ifeq ($(CONFIG_VORBIS),yes) |