2002-05-19 02:01:20 +03:00
|
|
|
#
|
|
|
|
# libavcodec Makefile
|
2005-03-06 02:43:55 +02:00
|
|
|
# (c) 2000-2005 Fabrice Bellard
|
2002-05-19 02:01:20 +03:00
|
|
|
#
|
2001-07-23 23:06:54 +03:00
|
|
|
include ../config.mak
|
|
|
|
|
2002-05-19 02:01:20 +03:00
|
|
|
VPATH=$(SRC_PATH)/libavcodec
|
|
|
|
|
2002-05-26 01:45:33 +03:00
|
|
|
# NOTE: -I.. is needed to include config.h
|
2005-08-01 23:07:05 +03:00
|
|
|
CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavutil -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE $(AMR_CFLAGS)
|
2001-07-22 17:18:56 +03:00
|
|
|
|
2004-12-29 19:50:25 +02:00
|
|
|
OBJS= bitstream.o utils.o mem.o allcodecs.o \
|
2003-01-29 14:00:11 +02:00
|
|
|
mpegvideo.o jrevdct.o jfdctfst.o jfdctint.o\
|
2004-06-18 16:11:15 +03:00
|
|
|
mpegaudio.o ac3enc.o mjpeg.o resample.o resample2.o dsputil.o \
|
2003-01-29 14:00:11 +02:00
|
|
|
motion_est.o imgconvert.o imgresample.o \
|
2003-07-27 02:21:30 +03:00
|
|
|
mpeg12.o mpegaudiodec.o pcm.o simple_idct.o \
|
2005-05-03 01:14:42 +03:00
|
|
|
ratecontrol.o adpcm.o eval.o error_resilience.o \
|
|
|
|
fft.o mdct.o raw.o golomb.o cabac.o\
|
2005-08-01 23:07:05 +03:00
|
|
|
dpcm.o adx.o faandct.o parser.o g726.o \
|
2005-09-06 15:51:56 +03:00
|
|
|
vp3dsp.o h264idct.o rangecoder.o pnm.o h263.o msmpeg4.o h263dec.o dvdsub.o dvbsub.o dvbsubdec.o\
|
2005-10-18 23:16:43 +03:00
|
|
|
opt.o qdm2.o truemotion2.o
|
2005-06-03 16:59:38 +03:00
|
|
|
|
2005-05-03 01:14:42 +03:00
|
|
|
ifeq ($(CONFIG_AASC_DECODER),yes)
|
|
|
|
OBJS+= aasc.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_ALAC_DECODER),yes)
|
|
|
|
OBJS+= alac.o
|
|
|
|
endif
|
|
|
|
ifneq ($(CONFIG_ASV1_DECODER)$(CONFIG_ASV1_ENCODER)$(CONFIG_ASV2_DECODER)$(CONFIG_ASV2_ENCODER),)
|
|
|
|
OBJS+= asv1.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_CINEPAK_DECODER),yes)
|
|
|
|
OBJS+= cinepak.o
|
|
|
|
endif
|
|
|
|
ifneq ($(CONFIG_CLJR_DECODER)$(CONFIG_CLJR_ENCODER),)
|
|
|
|
OBJS+= cljr.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_CYUV_DECODER),yes)
|
|
|
|
OBJS+= cyuv.o
|
|
|
|
endif
|
|
|
|
ifneq ($(CONFIG_DVVIDEO_DECODER)$(CONFIG_DVVIDEO_ENCODER),)
|
|
|
|
OBJS+= dv.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_EIGHTBPS_DECODER),yes)
|
|
|
|
OBJS+= 8bps.o
|
|
|
|
endif
|
|
|
|
ifneq ($(CONFIG_FFV1_DECODER)$(CONFIG_FFV1_ENCODER),)
|
|
|
|
OBJS+= ffv1.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_FLAC_DECODER),yes)
|
|
|
|
OBJS+= flac.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_FLIC_DECODER),yes)
|
|
|
|
OBJS+= flicvideo.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_FOURXM_DECODER),yes)
|
|
|
|
OBJS+= 4xm.o
|
|
|
|
endif
|
2005-05-18 01:47:34 +03:00
|
|
|
ifeq ($(CONFIG_FRAPS_DECODER),yes)
|
|
|
|
OBJS+= fraps.o
|
|
|
|
endif
|
2005-05-03 01:14:42 +03:00
|
|
|
ifneq ($(CONFIG_H261_DECODER)$(CONFIG_H261_ENCODER),)
|
|
|
|
OBJS+= h261.o
|
|
|
|
endif
|
|
|
|
ifneq ($(CONFIG_H264_DECODER)$(CONFIG_SVQ3_DECODER),)
|
|
|
|
OBJS+= h264.o
|
|
|
|
endif
|
|
|
|
ifneq ($(CONFIG_HUFFYUV_DECODER)$(CONFIG_HUFFYUV_ENCODER)$(CONFIG_FFVHUFF_DECODER)$(CONFIG_FFVHUFF_ENCODER),)
|
|
|
|
OBJS+= huffyuv.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_IDCIN_DECODER),yes)
|
|
|
|
OBJS+= idcinvideo.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_INDEO2_DECODER),yes)
|
|
|
|
OBJS+= indeo2.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_INDEO3_DECODER),yes)
|
|
|
|
OBJS+= indeo3.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_INTERPLAY_VIDEO_DECODER),yes)
|
|
|
|
OBJS+= interplayvideo.o
|
|
|
|
endif
|
|
|
|
ifneq ($(CONFIG_MSZH_DECODER)$(CONFIG_ZLIB_DECODER)$(CONFIG_ZLIB_ENCODER),)
|
|
|
|
OBJS+= lcl.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_LOCO_DECODER),yes)
|
|
|
|
OBJS+= loco.o
|
|
|
|
endif
|
|
|
|
ifneq ($(CONFIG_MACE3_DECODER)$(CONFIG_MACE6_DECODER),)
|
|
|
|
OBJS+= mace.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_MSRLE_DECODER),yes)
|
|
|
|
OBJS+= msrle.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_MSVIDEO1_DECODER),yes)
|
|
|
|
OBJS+= msvideo1.o
|
|
|
|
endif
|
|
|
|
ifneq ($(CONFIG_PNG_DECODER)$(CONFIG_PNG_ENCODER),)
|
|
|
|
OBJS+= png.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_QDRAW_DECODER),yes)
|
|
|
|
OBJS+= qdrw.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_QPEG_DECODER),yes)
|
|
|
|
OBJS+= qpeg.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_QTRLE_DECODER),yes)
|
|
|
|
OBJS+= qtrle.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_RA_144_DECODER),yes)
|
|
|
|
OBJS+= ra144.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_RA_288_DECODER),yes)
|
|
|
|
OBJS+= ra288.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_ROQ_DECODER),yes)
|
|
|
|
OBJS+= roqvideo.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_RPZA_DECODER),yes)
|
|
|
|
OBJS+= rpza.o
|
|
|
|
endif
|
|
|
|
ifneq ($(CONFIG_RV10_DECODER)$(CONFIG_RV20_DECODER)$(CONFIG_RV10_ENCODER)$(CONFIG_RV20_ENCODER),)
|
|
|
|
OBJS+= rv10.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_SHORTEN_DECODER),yes)
|
|
|
|
OBJS+= shorten.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_SMC_DECODER),yes)
|
|
|
|
OBJS+= smc.o
|
|
|
|
endif
|
2005-05-11 00:02:20 +03:00
|
|
|
ifneq ($(CONFIG_SNOW_DECODER)$(CONFIG_SNOW_ENCODER),)
|
2005-05-03 01:14:42 +03:00
|
|
|
OBJS+= snow.o
|
|
|
|
endif
|
|
|
|
ifneq ($(CONFIG_SONIC_DECODER)$(CONFIG_SONIC_ENCODER)$(CONFIG_SONIC_LS_ENCODER),)
|
|
|
|
OBJS+= sonic.o
|
|
|
|
endif
|
|
|
|
ifneq ($(CONFIG_SVQ1_DECODER)$(CONFIG_SVQ1_ENCODER),)
|
|
|
|
OBJS+= svq1.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_TRUEMOTION1_DECODER),yes)
|
|
|
|
OBJS+= truemotion1.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_TSCC_DECODER),yes)
|
|
|
|
OBJS+= tscc.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_ULTI_DECODER),yes)
|
|
|
|
OBJS+= ulti.o
|
|
|
|
endif
|
|
|
|
ifneq ($(CONFIG_VC9_DECODER)$(CONFIG_WMV3_DECODER),)
|
|
|
|
OBJS+= vc9.o
|
|
|
|
endif
|
|
|
|
ifneq ($(CONFIG_VCR1_DECODER)$(CONFIG_VCR1_ENCODER),)
|
|
|
|
OBJS+= vcr1.o
|
|
|
|
endif
|
|
|
|
ifneq ($(CONFIG_VMDVIDEO_DECODER)$(CONFIG_VMDAUDIO_DECODER),)
|
|
|
|
OBJS+= vmdav.o
|
|
|
|
endif
|
2005-05-17 22:02:43 +03:00
|
|
|
ifeq ($(CONFIG_VORBIS_DECODER),yes)
|
|
|
|
OBJS+= vorbis.o
|
|
|
|
endif
|
2005-05-03 01:14:42 +03:00
|
|
|
ifneq ($(CONFIG_VP3_DECODER)$(CONFIG_THEORA_DECODER),)
|
|
|
|
OBJS+= vp3.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_VQA_DECODER),yes)
|
|
|
|
OBJS+= vqavideo.o
|
|
|
|
endif
|
|
|
|
ifneq ($(CONFIG_WMAV1_DECODER)$(CONFIG_WMAV2_DECODER),)
|
|
|
|
OBJS+= wmadec.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_WNV1_DECODER),yes)
|
|
|
|
OBJS+= wnv1.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_WS_SND1_DECODER),yes)
|
|
|
|
OBJS+= ws-snd1.o
|
|
|
|
endif
|
|
|
|
ifneq ($(CONFIG_XAN_WC3_DECODER)$(CONFIG_XAN_WC4_DECODER),)
|
|
|
|
OBJS+= xan.o
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_XL_DECODER),yes)
|
|
|
|
OBJS+= xl.o
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
2004-12-30 01:17:42 +02:00
|
|
|
AMROBJS=
|
2003-05-14 14:40:16 +03:00
|
|
|
ifeq ($(AMR_NB),yes)
|
2003-06-05 17:30:52 +03:00
|
|
|
ifeq ($(AMR_NB_FIXED),yes)
|
2004-12-30 01:17:42 +02:00
|
|
|
AMROBJS= amr.o
|
2003-06-05 17:30:52 +03:00
|
|
|
AMREXTRALIBS+= amr/*.o
|
|
|
|
AMRLIBS=amrlibs
|
|
|
|
CLEANAMR=cleanamr
|
|
|
|
else
|
2004-12-30 01:17:42 +02:00
|
|
|
AMROBJS= amr.o
|
|
|
|
OBJS+= amr_float/sp_dec.o amr_float/sp_enc.o amr_float/interf_dec.o amr_float/interf_enc.o
|
2003-06-05 17:30:52 +03:00
|
|
|
CLEANAMR=cleanamrfloat
|
|
|
|
endif
|
2003-05-14 14:40:16 +03:00
|
|
|
endif
|
|
|
|
|
2004-02-13 19:54:10 +02:00
|
|
|
ifeq ($(HAVE_PTHREADS),yes)
|
|
|
|
OBJS+= pthread.o
|
|
|
|
endif
|
|
|
|
|
2004-02-19 22:29:26 +02:00
|
|
|
ifeq ($(HAVE_W32THREADS),yes)
|
|
|
|
OBJS+= w32thread.o
|
|
|
|
endif
|
|
|
|
|
2004-11-21 20:04:56 +02:00
|
|
|
ifeq ($(HAVE_BEOSTHREADS),yes)
|
|
|
|
OBJS+= beosthread.o
|
|
|
|
endif
|
|
|
|
|
2003-09-28 23:34:11 +03:00
|
|
|
ifeq ($(AMR_WB),yes)
|
2004-12-30 01:17:42 +02:00
|
|
|
AMROBJS= amr.o
|
|
|
|
OBJS+= amrwb_float/dec_acelp.o amrwb_float/dec_dtx.o amrwb_float/dec_gain.o \
|
2003-09-28 23:34:11 +03:00
|
|
|
amrwb_float/dec_if.o amrwb_float/dec_lpc.o amrwb_float/dec_main.o \
|
|
|
|
amrwb_float/dec_rom.o amrwb_float/dec_util.o amrwb_float/enc_acelp.o \
|
|
|
|
amrwb_float/enc_dtx.o amrwb_float/enc_gain.o amrwb_float/enc_if.o \
|
|
|
|
amrwb_float/enc_lpc.o amrwb_float/enc_main.o amrwb_float/enc_rom.o \
|
|
|
|
amrwb_float/enc_util.o amrwb_float/if_rom.o
|
|
|
|
endif
|
2004-12-30 01:17:42 +02:00
|
|
|
OBJS+= $(AMROBJS)
|
2003-09-28 23:34:11 +03:00
|
|
|
CLEANAMRWB=cleanamrwbfloat
|
2001-07-23 23:06:54 +03:00
|
|
|
ASM_OBJS=
|
2001-07-22 17:18:56 +03:00
|
|
|
|
2003-07-27 02:21:30 +03:00
|
|
|
ifeq ($(HAVE_XVMC_ACCEL),yes)
|
|
|
|
OBJS+= xvmcvideo.o
|
|
|
|
endif
|
|
|
|
|
2002-04-22 22:57:45 +03:00
|
|
|
# currently using liba52 for ac3 decoding
|
2001-07-23 23:58:31 +03:00
|
|
|
ifeq ($(CONFIG_AC3),yes)
|
2002-04-22 22:57:45 +03:00
|
|
|
OBJS+= a52dec.o
|
|
|
|
|
|
|
|
# using builtin liba52 or runtime linked liba52.so.0
|
2002-05-26 01:45:33 +03:00
|
|
|
ifneq ($(CONFIG_A52BIN),yes)
|
2002-04-22 22:57:45 +03:00
|
|
|
OBJS+= liba52/bit_allocate.o liba52/bitstream.o liba52/downmix.o \
|
2003-04-16 23:04:20 +03:00
|
|
|
liba52/imdct.o liba52/parse.o liba52/crc.o liba52/resample.o
|
2001-07-23 23:58:31 +03:00
|
|
|
endif
|
2002-05-26 01:45:33 +03:00
|
|
|
endif
|
2001-07-22 17:18:56 +03:00
|
|
|
|
2005-08-13 16:45:42 +03:00
|
|
|
EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF)
|
2005-08-01 23:07:05 +03:00
|
|
|
|
2004-07-14 04:32:14 +03:00
|
|
|
# currently using libdts for dts decoding
|
|
|
|
ifeq ($(CONFIG_DTS),yes)
|
|
|
|
OBJS+= dtsdec.o
|
|
|
|
endif
|
|
|
|
|
2003-05-12 13:55:19 +03:00
|
|
|
ifeq ($(CONFIG_FAAD),yes)
|
|
|
|
OBJS+= faad.o
|
|
|
|
endif
|
|
|
|
|
2003-10-04 12:53:34 +03:00
|
|
|
ifeq ($(CONFIG_FAAC),yes)
|
|
|
|
OBJS+= faac.o
|
|
|
|
endif
|
|
|
|
|
2004-07-16 22:48:30 +03:00
|
|
|
ifeq ($(CONFIG_XVID),yes)
|
|
|
|
OBJS+= xvidff.o
|
|
|
|
endif
|
|
|
|
|
2005-03-09 05:04:56 +02:00
|
|
|
ifeq ($(CONFIG_X264),yes)
|
|
|
|
OBJS+= x264.o
|
|
|
|
endif
|
|
|
|
|
2003-02-14 23:27:25 +02:00
|
|
|
ifeq ($(CONFIG_PP),yes)
|
|
|
|
ifeq ($(SHARED_PP),yes)
|
2005-05-18 17:05:17 +03:00
|
|
|
EXTRALIBS += -Llibpostproc -lpostproc$(BUILDSUF)
|
2003-02-14 23:27:25 +02:00
|
|
|
else
|
|
|
|
# LIBS += libpostproc/libpostproc.a ... should be fixed
|
|
|
|
OBJS += libpostproc/postprocess.o
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
2002-03-10 16:51:20 +02:00
|
|
|
ifeq ($(CONFIG_MP3LAME),yes)
|
|
|
|
OBJS += mp3lameaudio.o
|
|
|
|
endif
|
|
|
|
|
2005-02-24 17:18:02 +02:00
|
|
|
ifeq ($(CONFIG_LIBOGG),yes)
|
|
|
|
ifeq ($(CONFIG_LIBVORBIS),yes)
|
2002-09-01 21:07:56 +03:00
|
|
|
OBJS += oggvorbis.o
|
|
|
|
endif
|
2005-02-24 17:18:02 +02:00
|
|
|
ifeq ($(CONFIG_LIBTHEORA), yes)
|
|
|
|
OBJS += oggtheora.o
|
|
|
|
endif
|
|
|
|
endif
|
2002-09-01 21:07:56 +03:00
|
|
|
|
2005-05-23 02:39:11 +03:00
|
|
|
ifeq ($(CONFIG_LIBGSM),yes)
|
|
|
|
OBJS += libgsm.o
|
|
|
|
endif
|
|
|
|
|
2002-02-27 00:14:27 +02:00
|
|
|
ifeq ($(TARGET_GPROF),yes)
|
|
|
|
CFLAGS+=-p
|
|
|
|
LDFLAGS+=-p
|
|
|
|
endif
|
|
|
|
|
2001-07-22 17:18:56 +03:00
|
|
|
# i386 mmx specific stuff
|
2001-07-23 23:06:54 +03:00
|
|
|
ifeq ($(TARGET_MMX),yes)
|
2001-08-16 01:30:51 +03:00
|
|
|
OBJS += i386/fdct_mmx.o i386/cputest.o \
|
2001-08-08 01:42:22 +03:00
|
|
|
i386/dsputil_mmx.o i386/mpegvideo_mmx.o \
|
2002-04-22 22:57:45 +03:00
|
|
|
i386/idct_mmx.o i386/motion_est_mmx.o \
|
2004-04-25 06:33:30 +03:00
|
|
|
i386/simple_idct_mmx.o i386/fft_sse.o i386/vp3dsp_mmx.o \
|
|
|
|
i386/vp3dsp_sse2.o
|
2005-09-10 20:01:30 +03:00
|
|
|
ifeq ($(CONFIG_GPL),yes)
|
|
|
|
OBJS += i386/idct_mmx_xvid.o
|
|
|
|
endif
|
2003-01-22 11:35:03 +02:00
|
|
|
ifdef TARGET_BUILTIN_VECTOR
|
|
|
|
i386/fft_sse.o: CFLAGS+= -msse
|
2004-03-09 14:18:40 +02:00
|
|
|
depend: CFLAGS+= -msse
|
2003-01-22 11:35:03 +02:00
|
|
|
endif
|
2001-07-22 17:18:56 +03:00
|
|
|
endif
|
|
|
|
|
2001-08-14 00:45:36 +03:00
|
|
|
# armv4l specific stuff
|
|
|
|
ifeq ($(TARGET_ARCH_ARMV4L),yes)
|
2005-05-26 17:32:46 +03:00
|
|
|
ASM_OBJS += armv4l/jrevdct_arm.o armv4l/simple_idct_arm.o armv4l/dsputil_arm_s.o
|
2002-10-06 18:27:01 +03:00
|
|
|
OBJS += armv4l/dsputil_arm.o armv4l/mpegvideo_arm.o
|
2005-05-26 17:32:46 +03:00
|
|
|
ifeq ($(TARGET_IWMMXT),yes)
|
|
|
|
OBJS += armv4l/dsputil_iwmmxt.o armv4l/mpegvideo_iwmmxt.o
|
|
|
|
endif
|
2001-08-14 00:45:36 +03:00
|
|
|
endif
|
|
|
|
|
2001-09-17 00:54:00 +03:00
|
|
|
# sun mediaLib specific stuff
|
|
|
|
# currently only works when libavcodec is used in mplayer
|
|
|
|
ifeq ($(HAVE_MLIB),yes)
|
|
|
|
OBJS += mlib/dsputil_mlib.o
|
|
|
|
CFLAGS += $(MLIB_INC)
|
|
|
|
endif
|
|
|
|
|
2005-05-26 17:32:46 +03:00
|
|
|
# Intel IPP specific stuff
|
|
|
|
# currently only works when libavcodec is used in mplayer
|
|
|
|
ifeq ($(HAVE_IPP),yes)
|
|
|
|
CFLAGS += $(IPP_INC)
|
|
|
|
endif
|
|
|
|
|
2002-01-20 16:48:02 +02:00
|
|
|
# alpha specific stuff
|
|
|
|
ifeq ($(TARGET_ARCH_ALPHA),yes)
|
2002-10-12 02:01:16 +03:00
|
|
|
OBJS += alpha/dsputil_alpha.o alpha/mpegvideo_alpha.o \
|
|
|
|
alpha/simple_idct_alpha.o alpha/motion_est_alpha.o
|
2002-09-29 18:14:28 +03:00
|
|
|
ASM_OBJS += alpha/dsputil_alpha_asm.o alpha/motion_est_mvi_asm.o
|
2005-03-06 16:42:10 +02:00
|
|
|
CFLAGS += -fforce-addr
|
2002-01-20 16:48:02 +02:00
|
|
|
endif
|
|
|
|
|
2002-08-28 16:14:36 +03:00
|
|
|
ifeq ($(TARGET_ARCH_POWERPC),yes)
|
2002-11-02 13:28:08 +02:00
|
|
|
OBJS += ppc/dsputil_ppc.o ppc/mpegvideo_ppc.o
|
2002-09-02 11:48:12 +03:00
|
|
|
endif
|
|
|
|
|
2002-09-23 11:44:24 +03:00
|
|
|
ifeq ($(TARGET_MMI),yes)
|
2002-10-03 23:57:19 +03:00
|
|
|
OBJS += ps2/dsputil_mmi.o ps2/idct_mmi.o ps2/mpegvideo_mmi.o
|
2002-09-23 11:44:24 +03:00
|
|
|
endif
|
|
|
|
|
2002-09-02 11:48:12 +03:00
|
|
|
ifeq ($(TARGET_ALTIVEC),yes)
|
2003-01-07 20:15:48 +02:00
|
|
|
OBJS += ppc/dsputil_altivec.o ppc/mpegvideo_altivec.o ppc/idct_altivec.o \
|
2004-09-16 22:05:22 +03:00
|
|
|
ppc/fft_altivec.o ppc/gmc_altivec.o ppc/fdct_altivec.o \
|
|
|
|
ppc/dsputil_h264_altivec.o
|
2002-08-28 16:14:36 +03:00
|
|
|
endif
|
|
|
|
|
2003-05-14 15:18:49 +03:00
|
|
|
ifeq ($(TARGET_ARCH_SH4),yes)
|
|
|
|
OBJS+= sh4/idct_sh4.o sh4/dsputil_sh4.o sh4/dsputil_align.o
|
|
|
|
endif
|
|
|
|
|
2004-04-24 18:16:23 +03:00
|
|
|
ifeq ($(TARGET_ARCH_SPARC),yes)
|
2004-04-24 02:38:54 +03:00
|
|
|
OBJS+=sparc/dsputil_vis.o
|
2004-04-24 18:16:23 +03:00
|
|
|
sparc/%.o: sparc/%.c
|
|
|
|
$(CC) -mcpu=ultrasparc -mtune=ultrasparc $(CFLAGS) -c -o $@ $<
|
|
|
|
endif
|
|
|
|
ifeq ($(TARGET_ARCH_SPARC64),yes)
|
2004-04-24 02:38:54 +03:00
|
|
|
CFLAGS+= -mcpu=ultrasparc -mtune=ultrasparc
|
|
|
|
endif
|
|
|
|
|
2005-09-26 13:05:13 +03:00
|
|
|
# Darwin specific stuff
|
|
|
|
ifeq ($(CONFIG_DARWIN),yes)
|
|
|
|
SHFLAGS += -Wl,-install_name,$(libdir)/$(SLIBPREF)avcodec$(SLIBSUF),-current_version,$(SPPVERSION),-compatibility_version,$(SPPVERSION)
|
|
|
|
endif
|
|
|
|
|
2002-07-01 07:26:07 +03:00
|
|
|
SRCS := $(OBJS:.o=.c) $(ASM_OBJS:.o=.S)
|
2002-05-26 01:45:33 +03:00
|
|
|
OBJS := $(OBJS) $(ASM_OBJS)
|
2001-07-23 23:06:54 +03:00
|
|
|
|
2003-01-11 22:34:38 +02:00
|
|
|
LIB= $(LIBPREF)avcodec$(LIBSUF)
|
2005-08-01 23:07:05 +03:00
|
|
|
LIBAVUTIL= $(SRC_PATH)/libavutil/$(LIBPREF)avutil$(LIBSUF)
|
2001-10-27 15:04:27 +03:00
|
|
|
ifeq ($(BUILD_SHARED),yes)
|
2005-09-26 13:05:13 +03:00
|
|
|
SLIBNAME= $(SLIBPREF)avcodec$(SLIBSUF)
|
2001-10-27 15:04:27 +03:00
|
|
|
endif
|
2002-10-28 02:51:48 +02:00
|
|
|
TESTS= imgresample-test dct-test motion-test fft-test
|
2001-07-22 17:18:56 +03:00
|
|
|
|
2005-09-26 13:05:13 +03:00
|
|
|
all: $(LIB) $(SLIBNAME)
|
2002-05-26 01:45:33 +03:00
|
|
|
|
2003-06-05 17:30:52 +03:00
|
|
|
amrlibs:
|
|
|
|
$(MAKE) -C amr spclib fipoplib
|
|
|
|
|
2001-08-08 19:26:51 +03:00
|
|
|
tests: apiexample cpuid_test $(TESTS)
|
2001-07-22 17:18:56 +03:00
|
|
|
|
2003-06-05 17:30:52 +03:00
|
|
|
$(LIB): $(OBJS) $(AMRLIBS)
|
2001-07-22 17:18:56 +03:00
|
|
|
rm -f $@
|
2003-06-05 17:30:52 +03:00
|
|
|
$(AR) rc $@ $(OBJS) $(AMREXTRALIBS)
|
2002-09-02 19:48:40 +03:00
|
|
|
$(RANLIB) $@
|
2002-05-26 01:45:33 +03:00
|
|
|
|
2005-09-26 13:05:13 +03:00
|
|
|
$(SLIBNAME): $(OBJS)
|
2004-10-05 20:43:10 +03:00
|
|
|
ifeq ($(CONFIG_PP),yes)
|
2005-01-22 00:16:05 +02:00
|
|
|
$(MAKE) -C libpostproc
|
2004-10-05 20:43:10 +03:00
|
|
|
endif
|
2003-09-16 23:28:53 +03:00
|
|
|
ifeq ($(CONFIG_WIN32),yes)
|
|
|
|
$(CC) $(SHFLAGS) -Wl,--output-def,$(@:.dll=.def) -o $@ $(OBJS) $(EXTRALIBS) $(AMREXTRALIBS)
|
|
|
|
-lib /machine:i386 /def:$(@:.dll=.def)
|
|
|
|
else
|
2005-09-26 13:05:13 +03:00
|
|
|
$(CC) $(SHFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(EXTRALIBS) $(AMREXTRALIBS)
|
2003-09-16 23:28:53 +03:00
|
|
|
endif
|
2001-07-22 17:18:56 +03:00
|
|
|
|
|
|
|
dsputil.o: dsputil.c dsputil.h
|
|
|
|
|
2003-02-14 23:27:25 +02:00
|
|
|
libpostproc/libpostproc.a:
|
|
|
|
$(MAKE) -C libpostproc
|
|
|
|
|
2001-07-22 17:18:56 +03:00
|
|
|
%.o: %.c
|
2005-06-27 03:55:29 +03:00
|
|
|
$(CC) $(CFLAGS) $(LIBOBJFLAGS) -c -o $@ $<
|
2001-07-22 17:18:56 +03:00
|
|
|
|
2001-08-14 00:45:36 +03:00
|
|
|
%.o: %.S
|
2005-06-27 03:55:29 +03:00
|
|
|
$(CC) $(CFLAGS) $(LIBOBJFLAGS) -c -o $@ $<
|
2001-08-14 00:45:36 +03:00
|
|
|
|
2003-02-01 22:57:37 +02:00
|
|
|
depend: $(SRCS)
|
2003-01-22 11:35:03 +02:00
|
|
|
$(CC) -MM $(CFLAGS) $^ 1>.depend
|
2003-01-18 00:40:00 +02:00
|
|
|
|
2001-07-23 23:06:54 +03:00
|
|
|
dep: depend
|
|
|
|
|
2003-06-05 17:30:52 +03:00
|
|
|
clean: $(CLEANAMR)
|
2005-09-26 13:05:13 +03:00
|
|
|
rm -f *.o *.d *~ .depend $(LIB) $(SLIBNAME) *$(SLIBSUF) i386/*.o i386/*~ \
|
2001-08-14 00:45:36 +03:00
|
|
|
armv4l/*.o armv4l/*~ \
|
2001-09-17 00:54:00 +03:00
|
|
|
mlib/*.o mlib/*~ \
|
2002-01-20 16:48:02 +02:00
|
|
|
alpha/*.o alpha/*~ \
|
2002-08-28 16:14:36 +03:00
|
|
|
ppc/*.o ppc/*~ \
|
2002-09-23 11:44:24 +03:00
|
|
|
ps2/*.o ps2/*~ \
|
2003-05-14 15:18:49 +03:00
|
|
|
sh4/*.o sh4/*~ \
|
2004-04-24 18:16:23 +03:00
|
|
|
sparc/*.o sparc/*~ \
|
2002-04-22 22:57:45 +03:00
|
|
|
liba52/*.o liba52/*~ \
|
|
|
|
apiexample $(TESTS)
|
2003-02-18 21:10:57 +02:00
|
|
|
$(MAKE) -C libpostproc clean
|
2001-07-22 17:18:56 +03:00
|
|
|
|
2002-06-08 01:01:03 +03:00
|
|
|
distclean: clean
|
2001-07-23 23:06:54 +03:00
|
|
|
rm -f Makefile.bak .depend
|
|
|
|
|
2003-06-05 17:30:52 +03:00
|
|
|
cleanamr:
|
|
|
|
$(MAKE) -C amr clean
|
|
|
|
|
|
|
|
cleanamrfloat:
|
|
|
|
rm -f amr_float/*.o
|
|
|
|
|
2003-09-28 23:34:11 +03:00
|
|
|
cleanamrwbfloat:
|
|
|
|
$(MAKE) -C amrwb_float -f makefile.gcc clean
|
|
|
|
|
2001-07-22 17:18:56 +03:00
|
|
|
# api example program
|
|
|
|
apiexample: apiexample.c $(LIB)
|
2005-08-01 23:07:05 +03:00
|
|
|
$(CC) $(CFLAGS) -o $@ $< $(LIB) $(LIBAVUTIL) $(EXTRALIBS) -lm
|
2001-07-22 17:18:56 +03:00
|
|
|
|
2001-08-08 19:26:51 +03:00
|
|
|
# cpuid test
|
|
|
|
cpuid_test: i386/cputest.c
|
|
|
|
$(CC) $(CFLAGS) -D__TEST__ -o $@ $<
|
|
|
|
|
2001-07-22 17:18:56 +03:00
|
|
|
# testing progs
|
|
|
|
|
|
|
|
imgresample-test: imgresample.c
|
2002-09-05 11:48:34 +03:00
|
|
|
$(CC) $(CFLAGS) -DTEST -o $@ $^ -lm
|
2001-07-22 17:18:56 +03:00
|
|
|
|
2003-01-08 01:47:09 +02:00
|
|
|
dct-test: dct-test.o fdctref.o $(LIB)
|
2005-09-11 02:00:13 +03:00
|
|
|
$(CC) -o $@ $^ -lm $(LIBAVUTIL)
|
2001-07-23 23:58:31 +03:00
|
|
|
|
2001-08-16 01:30:51 +03:00
|
|
|
motion-test: motion_test.o $(LIB)
|
2002-09-05 11:48:34 +03:00
|
|
|
$(CC) -o $@ $^ -lm
|
2001-08-16 01:30:51 +03:00
|
|
|
|
2003-01-07 19:48:14 +02:00
|
|
|
fft-test: fft-test.o $(LIB)
|
2005-08-01 23:07:05 +03:00
|
|
|
$(CC) -o $@ $^ $(LIBAVUTIL) -lm
|
2002-10-28 02:51:48 +02:00
|
|
|
|
2001-10-27 15:04:27 +03:00
|
|
|
ifeq ($(BUILD_SHARED),yes)
|
2003-09-16 01:27:43 +03:00
|
|
|
install: all install-headers
|
|
|
|
ifeq ($(CONFIG_WIN32),yes)
|
2005-09-26 13:05:13 +03:00
|
|
|
install $(INSTALLSTRIP) -m 755 $(SLIBNAME) "$(prefix)"
|
2003-09-16 01:27:43 +03:00
|
|
|
else
|
2005-03-16 21:11:58 +02:00
|
|
|
install -d $(libdir)
|
2005-09-26 13:05:13 +03:00
|
|
|
install $(INSTALLSTRIP) -m 755 $(SLIBNAME) $(libdir)/libavcodec-$(VERSION)$(SLIBSUF)
|
|
|
|
ln -sf libavcodec-$(VERSION)$(SLIBSUF) $(libdir)/libavcodec$(SLIBSUF)
|
2005-05-23 02:58:58 +03:00
|
|
|
$(LDCONFIG) || true
|
2003-09-16 01:27:43 +03:00
|
|
|
endif
|
2004-10-05 20:43:10 +03:00
|
|
|
ifeq ($(CONFIG_PP),yes)
|
2005-01-22 00:16:05 +02:00
|
|
|
$(MAKE) -C libpostproc $@
|
2004-10-05 20:43:10 +03:00
|
|
|
endif
|
2003-09-16 01:27:43 +03:00
|
|
|
else
|
|
|
|
install:
|
2001-10-27 15:04:27 +03:00
|
|
|
endif
|
2002-06-11 16:39:47 +03:00
|
|
|
|
2003-09-16 01:27:43 +03:00
|
|
|
installlib: all install-headers
|
2005-03-16 21:11:58 +02:00
|
|
|
install -m 644 $(LIB) "$(libdir)"
|
2003-09-16 01:27:43 +03:00
|
|
|
|
|
|
|
install-headers:
|
|
|
|
mkdir -p "$(prefix)/include/ffmpeg"
|
2003-10-24 22:59:43 +03:00
|
|
|
install -m 644 $(SRC_PATH)/libavcodec/avcodec.h \
|
2003-09-16 01:27:43 +03:00
|
|
|
"$(prefix)/include/ffmpeg"
|
2005-05-19 03:17:50 +03:00
|
|
|
install -d $(libdir)/pkgconfig
|
|
|
|
install -m 644 ../libavcodec.pc $(libdir)/pkgconfig
|
2002-06-11 16:39:47 +03:00
|
|
|
|
2001-07-23 23:58:31 +03:00
|
|
|
#
|
|
|
|
# include dependency files if they exist
|
|
|
|
#
|
|
|
|
ifneq ($(wildcard .depend),)
|
|
|
|
include .depend
|
|
|
|
endif
|