log stream/Makefile @ 21393:df86c5cf22ae

age author description
2006-11-27 diego Add a config.mak variable for CDDB.
2006-11-27 diego FFmpeg-style dependency declaration
2006-11-27 diego cosmetics: Merge SRCS together, alphabetical order, whitespace.
2006-11-27 diego cosmetics:indentation
2006-11-27 diego Untangle dependencies that are handled by configure.
2006-11-27 diego Remove unused LIBAV_INC variable.
2006-11-26 diego Merge common parts of all Makefiles into one file included by all.
2006-11-25 diego Remove superfluous comment.
2006-11-20 diego Unify dep/depend targets.
2006-11-03 diego Streamline and simplify internal vs external libdvdread handling.
2006-08-28 reimar Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
2006-08-27 diego Remove XMMS_CFLAGS from CFLAGS, the variable is never set.
2006-08-17 diego Move all internal -I parameters to the front of CFLAGS to avoid using external
2006-08-05 ben isolated tcp socket code from network.c to a dedicated file
2006-08-04 ben removed udp socket creation code from rtp stack to a new dedicated udp helper file
2006-08-04 ben split rtp stack, udp input layer and rtp input layer from rtp.c
2006-08-04 ben proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier)
2006-08-03 ben renamed dvdnav_stream to stream_dvdnav for consistency
2006-08-03 ben added dedicated file for mf:// input
2006-08-03 ben mf.[hc] belong to libmpdemux
2006-08-03 ben renamed cue_read.c to stream_cue.c for consistency
2006-08-03 ben renamed dvbin.c to stream_dvb.c for consistency
2006-08-02 diego Move conditional compilation of cdinfo.c to the build system.
2006-07-31 ben removed deprecated test.c file from libmpdemux
2006-07-31 ben add an explicit tv stream input instead of the previous hack in stream_null
2006-07-31 ben renamed cddX stream interface to stream_cddX for consistency
2006-07-31 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux