Mercurial > mplayer.hg
comparison libmpdemux/Makefile @ 23101:253a6da2be20
Add general variables for either static or shared FFmpeg libraries.
author | diego |
---|---|
date | Thu, 26 Apr 2007 11:22:22 +0000 |
parents | 138d0a814e89 |
children | e4a38a7cdb81 |
comparison
equal
deleted
inserted
replaced
23100:23fb118dc55a | 23101:253a6da2be20 |
---|---|
45 yuv4mpeg.c \ | 45 yuv4mpeg.c \ |
46 yuv4mpeg_ratio.c \ | 46 yuv4mpeg_ratio.c \ |
47 | 47 |
48 SRCS_COMMON-$(GIF) += demux_gif.c | 48 SRCS_COMMON-$(GIF) += demux_gif.c |
49 SRCS_COMMON-$(LIBAVFORMAT) += demux_lavf.c | 49 SRCS_COMMON-$(LIBAVFORMAT) += demux_lavf.c |
50 SRCS_COMMON-$(LIBAVFORMAT_SO) += demux_lavf.c | |
51 SRCS_COMMON-$(LIBDV) += demux_rawdv.c | 50 SRCS_COMMON-$(LIBDV) += demux_rawdv.c |
52 SRCS_COMMON-$(LIBNUT) += demux_nut.c | 51 SRCS_COMMON-$(LIBNUT) += demux_nut.c |
53 SRCS_COMMON-$(LIBVORBIS) += demux_ogg.c | 52 SRCS_COMMON-$(LIBVORBIS) += demux_ogg.c |
54 SRCS_COMMON-$(MUSEPACK) += demux_mpc.c | 53 SRCS_COMMON-$(MUSEPACK) += demux_mpc.c |
55 SRCS_COMMON-$(STREAMING_LIVE555) += demux_rtp.cpp demux_rtp_codec.cpp | 54 SRCS_COMMON-$(STREAMING_LIVE555) += demux_rtp.cpp demux_rtp_codec.cpp |
61 muxer_mpeg.c \ | 60 muxer_mpeg.c \ |
62 muxer_rawaudio.c \ | 61 muxer_rawaudio.c \ |
63 muxer_rawvideo.c \ | 62 muxer_rawvideo.c \ |
64 | 63 |
65 SRCS_MENCODER-$(LIBAVFORMAT) += muxer_lavf.c | 64 SRCS_MENCODER-$(LIBAVFORMAT) += muxer_lavf.c |
66 SRCS_MENCODER-$(LIBAVFORMAT_SO) += muxer_lavf.c | |
67 | 65 |
68 include ../mpcommon.mak | 66 include ../mpcommon.mak |
69 | 67 |
70 dep depend: CFLAGS += $(EXTRAXX_INC) | 68 dep depend: CFLAGS += $(EXTRAXX_INC) |