2002-05-26 00:34:32 +02:00
|
|
|
#
|
|
|
|
# libavformat Makefile
|
2003-09-16 22:29:19 +02:00
|
|
|
# (c) 2000-2003 Fabrice Bellard
|
2002-05-26 00:34:32 +02:00
|
|
|
#
|
2001-07-23 22:06:54 +02:00
|
|
|
include ../config.mak
|
2002-05-19 01:07:57 +02:00
|
|
|
|
2002-11-29 15:56:03 +01:00
|
|
|
VPATH=$(SRC_PATH)/libavformat
|
2002-05-19 01:07:57 +02:00
|
|
|
|
2005-08-01 22:07:05 +02:00
|
|
|
CFLAGS=$(OPTFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavutil -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
|
2001-07-22 16:37:44 +02:00
|
|
|
|
2006-01-29 19:32:55 +01:00
|
|
|
#FIXME: This should be in configure/config.mak
|
|
|
|
ifeq ($(CONFIG_WIN32),yes)
|
2006-01-30 01:22:41 +01:00
|
|
|
LDFLAGS=-Wl,--output-def,$(@:.dll=.def),--out-implib,lib$(SLIBNAME:$(SLIBSUF)=.dll.a)
|
2006-01-29 19:32:55 +01:00
|
|
|
endif
|
|
|
|
|
2003-09-08 23:20:55 +02:00
|
|
|
OBJS= utils.o cutils.o os_support.o allformats.o
|
2003-02-06 16:09:39 +01:00
|
|
|
PPOBJS=
|
2002-05-20 18:31:13 +02:00
|
|
|
|
2006-01-21 19:36:32 +01:00
|
|
|
# demuxers
|
2004-07-15 20:32:54 +02:00
|
|
|
OBJS+=mpeg.o mpegts.o mpegtsenc.o ffm.o crc.o img.o img2.o raw.o rm.o \
|
2005-07-15 14:50:00 +02:00
|
|
|
avienc.o avidec.o wav.o mmf.o swf.o au.o gif.o mov.o mpjpeg.o dv.o \
|
2006-01-21 19:36:32 +01:00
|
|
|
yuv4mpeg.o 4xm.o flvdec.o psxstr.o idroq.o ipmovie.o \
|
2004-01-02 05:47:02 +01:00
|
|
|
nut.o wc3movie.o mp3.o westwood.o segafilm.o idcin.o flic.o \
|
2006-01-21 19:36:32 +01:00
|
|
|
sierravmd.o matroska.o sol.o electronicarts.o nsvdec.o asf.o \
|
2006-02-09 23:52:23 +01:00
|
|
|
ogg2.o oggparsevorbis.o oggparsetheora.o oggparseflac.o daud.o aiff.o \
|
2006-02-12 07:49:40 +01:00
|
|
|
voc.o tta.o mm.o
|
2006-01-21 19:36:32 +01:00
|
|
|
|
|
|
|
# muxers
|
|
|
|
ifeq ($(CONFIG_MUXERS),yes)
|
2006-02-10 02:24:32 +01:00
|
|
|
OBJS+= flvenc.o movenc.o asf-enc.o adtsenc.o
|
2006-01-21 19:36:32 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
|
2004-12-30 00:17:42 +01:00
|
|
|
AMROBJS=
|
2003-10-14 13:36:03 +02:00
|
|
|
ifeq ($(AMR_NB),yes)
|
2004-12-30 00:17:42 +01:00
|
|
|
AMROBJS= amr.o
|
2003-10-14 13:36:03 +02:00
|
|
|
endif
|
|
|
|
ifeq ($(AMR_NB_FIXED),yes)
|
2004-12-30 00:17:42 +01:00
|
|
|
AMROBJS= amr.o
|
2003-10-14 13:36:03 +02:00
|
|
|
endif
|
|
|
|
ifeq ($(AMR_WB),yes)
|
2004-12-30 00:17:42 +01:00
|
|
|
AMROBJS= amr.o
|
2003-06-05 16:30:52 +02:00
|
|
|
endif
|
2004-12-30 00:17:42 +01:00
|
|
|
OBJS+= $(AMROBJS)
|
2003-06-05 16:30:52 +02:00
|
|
|
|
2003-01-11 06:02:14 +01:00
|
|
|
# image formats
|
2004-03-13 18:30:37 +01:00
|
|
|
OBJS+= pnm.o yuv.o png.o jpeg.o gifdec.o sgi.o
|
2005-12-17 19:14:38 +01:00
|
|
|
OBJS+= framehook.o
|
2001-08-13 23:37:10 +02:00
|
|
|
|
2002-05-26 00:34:32 +02:00
|
|
|
ifeq ($(CONFIG_VIDEO4LINUX),yes)
|
|
|
|
OBJS+= grab.o
|
2001-08-13 23:37:10 +02:00
|
|
|
endif
|
2001-07-22 16:37:44 +02:00
|
|
|
|
2006-02-01 12:31:33 +01:00
|
|
|
ifeq ($(CONFIG_VIDEO4LINUX2),yes)
|
|
|
|
OBJS+= v4l2.o
|
|
|
|
endif
|
|
|
|
|
2005-06-25 11:04:08 +02:00
|
|
|
ifeq ($(CONFIG_BKTR),yes)
|
|
|
|
OBJS+= grab_bktr.o
|
|
|
|
endif
|
|
|
|
|
2003-01-22 23:40:52 +01:00
|
|
|
ifeq ($(CONFIG_DV1394),yes)
|
|
|
|
OBJS+= dv1394.o
|
|
|
|
endif
|
|
|
|
|
2004-10-22 04:04:30 +02:00
|
|
|
ifeq ($(CONFIG_DC1394),yes)
|
|
|
|
OBJS+= dc1394.o
|
|
|
|
endif
|
|
|
|
|
2002-05-26 00:34:32 +02:00
|
|
|
ifeq ($(CONFIG_AUDIO_OSS),yes)
|
2005-12-17 19:14:38 +01:00
|
|
|
OBJS+= audio.o
|
2002-05-26 00:34:32 +02:00
|
|
|
endif
|
|
|
|
|
2005-08-13 15:45:42 +02:00
|
|
|
EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF)
|
2005-08-12 00:16:25 +02:00
|
|
|
|
2002-11-05 01:38:06 +01:00
|
|
|
ifeq ($(CONFIG_AUDIO_BEOS),yes)
|
2003-02-06 16:09:39 +01:00
|
|
|
PPOBJS+= beosaudio.o
|
2002-11-05 01:38:06 +01:00
|
|
|
endif
|
|
|
|
|
2006-01-21 19:36:32 +01:00
|
|
|
# protocols I/O
|
|
|
|
OBJS+= avio.o aviobuf.o
|
|
|
|
|
|
|
|
ifeq ($(CONFIG_PROTOCOLS),yes)
|
|
|
|
OBJS+= file.o
|
2002-05-26 00:34:32 +02:00
|
|
|
ifeq ($(CONFIG_NETWORK),yes)
|
2002-07-24 20:04:24 +02:00
|
|
|
OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o
|
2003-02-06 16:09:39 +01:00
|
|
|
# BeOS and Darwin network stuff
|
2002-11-27 03:45:14 +01:00
|
|
|
ifeq ($(NEED_INET_ATON),yes)
|
2002-11-02 11:35:07 +01:00
|
|
|
OBJS+= barpainet.o
|
|
|
|
endif
|
2001-08-16 00:33:03 +02:00
|
|
|
endif
|
2006-01-21 19:36:32 +01:00
|
|
|
endif
|
2001-08-16 00:33:03 +02:00
|
|
|
|
2005-02-24 16:18:02 +01:00
|
|
|
ifeq ($(CONFIG_LIBOGG),yes)
|
2002-09-01 20:07:56 +02:00
|
|
|
OBJS+= ogg.o
|
|
|
|
endif
|
|
|
|
|
2004-04-24 17:16:23 +02:00
|
|
|
ifeq ($(TARGET_ARCH_SPARC64),yes)
|
|
|
|
CFLAGS+= -mcpu=ultrasparc -mtune=ultrasparc
|
|
|
|
endif
|
|
|
|
|
2006-01-14 16:54:58 +01:00
|
|
|
NAME=avformat
|
2003-07-11 23:33:27 +02:00
|
|
|
ifeq ($(BUILD_SHARED),yes)
|
2006-01-14 04:39:02 +01:00
|
|
|
LIBVERSION=$(LAVFVERSION)
|
|
|
|
LIBMAJOR=$(LAVFMAJOR)
|
2005-09-26 12:05:13 +02:00
|
|
|
AVCLIBS+=-lavcodec$(BUILDSUF) -L../libavcodec -lavutil$(BUILDSUF) -L../libavutil
|
2004-11-21 00:10:07 +01:00
|
|
|
endif
|
|
|
|
|
2003-02-06 16:09:39 +01:00
|
|
|
SRCS := $(OBJS:.o=.c) $(PPOBJS:.o=.cpp)
|
2003-01-14 16:30:42 +01:00
|
|
|
|
2005-09-26 12:05:13 +02:00
|
|
|
all: $(LIB) $(SLIBNAME)
|
2001-07-22 16:37:44 +02:00
|
|
|
|
2003-02-06 16:09:39 +01:00
|
|
|
$(LIB): $(OBJS) $(PPOBJS)
|
2001-07-22 16:37:44 +02:00
|
|
|
rm -f $@
|
2003-02-06 16:09:39 +01:00
|
|
|
$(AR) rc $@ $(OBJS) $(PPOBJS)
|
2002-09-02 18:48:40 +02:00
|
|
|
$(RANLIB) $@
|
2001-07-22 16:37:44 +02:00
|
|
|
|
2005-09-26 12:05:13 +02:00
|
|
|
$(SLIBNAME): $(OBJS)
|
2006-01-29 19:32:55 +01:00
|
|
|
$(CC) $(SHFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(PPOBJS) $(AVCLIBS) $(EXTRALIBS)
|
2003-09-16 00:27:43 +02:00
|
|
|
ifeq ($(CONFIG_WIN32),yes)
|
2003-09-04 10:21:27 +02:00
|
|
|
-lib /machine:i386 /def:$(@:.dll=.def)
|
|
|
|
endif
|
2003-07-11 23:33:27 +02:00
|
|
|
|
2003-02-01 21:53:07 +01:00
|
|
|
depend: $(SRCS)
|
2003-01-22 10:53:25 +01:00
|
|
|
$(CC) -MM $(CFLAGS) $^ 1>.depend
|
|
|
|
|
2006-02-11 19:50:45 +01:00
|
|
|
|
|
|
|
install-lib-shared: $(SLIBNAME)
|
2003-09-16 00:27:43 +02:00
|
|
|
ifeq ($(CONFIG_WIN32),yes)
|
2005-09-26 12:05:13 +02:00
|
|
|
install $(INSTALLSTRIP) -m 755 $(SLIBNAME) "$(prefix)"
|
2003-09-16 00:27:43 +02:00
|
|
|
else
|
2006-01-14 04:39:02 +01:00
|
|
|
install $(INSTALLSTRIP) -m 755 $(SLIBNAME) \
|
|
|
|
$(libdir)/$(SLIBNAME_WITH_VERSION)
|
|
|
|
ln -sf $(SLIBNAME_WITH_VERSION) \
|
|
|
|
$(libdir)/$(SLIBNAME_WITH_MAJOR)
|
|
|
|
ln -sf $(SLIBNAME_WITH_VERSION) \
|
|
|
|
$(libdir)/$(SLIBNAME)
|
2003-07-11 23:33:27 +02:00
|
|
|
endif
|
|
|
|
|
2006-02-11 19:50:45 +01:00
|
|
|
install-lib-static: $(LIB)
|
2005-03-16 20:11:58 +01:00
|
|
|
install -m 644 $(LIB) "$(libdir)"
|
2003-09-16 00:27:43 +02:00
|
|
|
|
|
|
|
install-headers:
|
2006-02-11 21:51:26 +01:00
|
|
|
install -m 644 avformat.h avio.h rtp.h rtsp.h rtspcodes.h "$(incdir)"
|
2006-02-11 20:30:55 +01:00
|
|
|
install -m 644 $(SRC_PATH)/libavformat.pc "$(libdir)/pkgconfig"
|
2002-07-25 18:06:41 +02:00
|
|
|
|
2001-07-22 16:37:44 +02:00
|
|
|
%.o: %.c
|
2005-12-17 19:14:38 +01:00
|
|
|
$(CC) $(CFLAGS) $(LIBOBJFLAGS) -c -o $@ $<
|
2001-07-22 16:37:44 +02:00
|
|
|
|
2002-11-05 01:38:06 +01:00
|
|
|
# BeOS: remove -Wall to get rid of all the "multibyte constant" warnings
|
|
|
|
%.o: %.cpp
|
2005-12-17 19:14:38 +01:00
|
|
|
g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $<
|
2002-11-05 01:38:06 +01:00
|
|
|
|
2006-01-16 15:59:54 +01:00
|
|
|
clean:
|
2006-01-30 01:22:41 +01:00
|
|
|
rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll \
|
|
|
|
*.lib *.def *.dll.a *.exp
|
2006-01-16 15:59:54 +01:00
|
|
|
|
|
|
|
distclean: clean
|
2006-01-27 00:42:30 +01:00
|
|
|
rm -f .depend
|
2003-01-22 10:53:25 +01:00
|
|
|
|
|
|
|
#
|
|
|
|
# include dependency files if they exist
|
|
|
|
#
|
|
|
|
ifneq ($(wildcard .depend),)
|
|
|
|
include .depend
|
|
|
|
endif
|