comparison libmpdemux/Makefile @ 10634:5c7d6cca30ab

url_unescape_string is used by the command line parser. These few helper functions will compile everywhere anyway. This was breaking compilation when disabling network support.
author albeu
date Sat, 16 Aug 2003 21:53:26 +0000
parents 620cc649f519
children efb6dcac967d
comparison
equal deleted inserted replaced
10633:e322ed02fa07 10634:5c7d6cca30ab
1 1
2 LIBNAME = libmpdemux.a 2 LIBNAME = libmpdemux.a
3 3
4 include ../config.mak 4 include ../config.mak
5 5
6 SRCS = mp3_hdr.c video.c mpeg_hdr.c cache2.c asfheader.c aviheader.c aviprint.c muxer.c muxer_avi.c muxer_mpeg.c demux_asf.c demux_avi.c demux_mov.c parse_mp4.c demux_mpg.c demux_ty.c demux_ty_osd.c demux_pva.c demux_viv.c demuxer.c dvdauth.c dvdnav_stream.c open.c parse_es.c stream.c stream_file.c stream_netstream.c stream_vcd.c stream_null.c stream_ftp.c tv.c tvi_dummy.c tvi_v4l.c tvi_v4l2.c tvi_bsdbt848.c frequencies.c demux_fli.c demux_real.c demux_y4m.c yuv4mpeg.c yuv4mpeg_ratio.c demux_nuv.c demux_film.c demux_roq.c mf.c demux_mf.c demux_audio.c demux_demuxers.c demux_ogg.c demux_bmp.c cdda.c demux_rawaudio.c demux_rawvideo.c cddb.c cdinfo.c demux_rawdv.c ai_alsa.c ai_oss.c audio_in.c demux_smjpeg.c cue_read.c extension.c demux_gif.c demux_ts.c demux_realaud.c 6 SRCS = mp3_hdr.c video.c mpeg_hdr.c cache2.c asfheader.c aviheader.c aviprint.c muxer.c muxer_avi.c muxer_mpeg.c demux_asf.c demux_avi.c demux_mov.c parse_mp4.c demux_mpg.c demux_ty.c demux_ty_osd.c demux_pva.c demux_viv.c demuxer.c dvdauth.c dvdnav_stream.c open.c parse_es.c stream.c stream_file.c stream_netstream.c stream_vcd.c stream_null.c stream_ftp.c tv.c tvi_dummy.c tvi_v4l.c tvi_v4l2.c tvi_bsdbt848.c frequencies.c demux_fli.c demux_real.c demux_y4m.c yuv4mpeg.c yuv4mpeg_ratio.c demux_nuv.c demux_film.c demux_roq.c mf.c demux_mf.c demux_audio.c demux_demuxers.c demux_ogg.c demux_bmp.c cdda.c demux_rawaudio.c demux_rawvideo.c cddb.c cdinfo.c demux_rawdv.c ai_alsa.c ai_oss.c audio_in.c demux_smjpeg.c cue_read.c extension.c demux_gif.c demux_ts.c demux_realaud.c url.c
7 ifeq ($(XMMS_PLUGINS),yes) 7 ifeq ($(XMMS_PLUGINS),yes)
8 SRCS += demux_xmms.c 8 SRCS += demux_xmms.c
9 endif 9 endif
10 ifeq ($(MPLAYER_NETWORK),yes) 10 ifeq ($(MPLAYER_NETWORK),yes)
11 SRCS += asf_streaming.c url.c http.c network.c asf_mmst_streaming.c pnm.c 11 SRCS += asf_streaming.c http.c network.c asf_mmst_streaming.c pnm.c
12 SRCS += realrtsp/asmrp.c realrtsp/real.c realrtsp/rmff.c realrtsp/rtsp.c realrtsp/rtsp_session.c realrtsp/sdpplin.c realrtsp/xbuffer.c 12 SRCS += realrtsp/asmrp.c realrtsp/real.c realrtsp/rmff.c realrtsp/rtsp.c realrtsp/rtsp_session.c realrtsp/sdpplin.c realrtsp/xbuffer.c
13 ifeq ($(STREAMING_LIVE_DOT_COM),yes) 13 ifeq ($(STREAMING_LIVE_DOT_COM),yes)
14 CPLUSPLUSSRCS = demux_rtp.cpp demux_rtp_codec.cpp 14 CPLUSPLUSSRCS = demux_rtp.cpp demux_rtp_codec.cpp
15 CPLUSPLUSINCLUDE = -I$(LIVE_LIB_DIR)/liveMedia/include 15 CPLUSPLUSINCLUDE = -I$(LIVE_LIB_DIR)/liveMedia/include
16 CPLUSPLUSINCLUDE += -I$(LIVE_LIB_DIR)/UsageEnvironment/include 16 CPLUSPLUSINCLUDE += -I$(LIVE_LIB_DIR)/UsageEnvironment/include