log libmpdemux/Makefile @ 25022:78761aa9b8b3

age author description
Wed, 19 Sep 2007 21:38:22 +0000 lu_zero libnemesi support, yet another rtsp/rtp library...
Thu, 26 Apr 2007 11:22:22 +0000 diego Add general variables for either static or shared FFmpeg libraries.
Thu, 26 Apr 2007 10:36:59 +0000 diego Add CXX include flags to dependency file generation CFLAGS to generate correct
Wed, 25 Apr 2007 08:35:35 +0000 diego cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.
Sun, 18 Mar 2007 22:49:37 +0000 diego Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.
Sun, 18 Mar 2007 21:58:28 +0000 diego Move setting CXXFLAGS to configure.
Thu, 15 Mar 2007 22:34:45 +0000 diego Use explicit path for headers from the loader/ directory.
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Thu, 15 Mar 2007 18:07:12 +0000 diego Add live555 include flags to CXXFLAGS only.
Tue, 13 Mar 2007 21:55:23 +0000 diego cosmetics: Fix indentation, reorder some lines for consistency.
Tue, 13 Mar 2007 12:10:57 +0000 diego Give more descriptive names to the source and library variables and split
Mon, 12 Feb 2007 09:51:25 +0000 diego Revert libnut option names, the issue is fixed in FFmpeg.
Wed, 07 Feb 2007 09:00:11 +0000 gpoirier Fix libnut build failure.
Sun, 21 Jan 2007 23:21:50 +0000 diego Discard -Wdeclaration-after-statement warning.
Thu, 28 Dec 2006 23:44:38 +0000 aurel don't compile demux_mpc.c when libmpcdec is disabled
Sat, 02 Dec 2006 12:08:25 +0000 diego Remove suffix rules that are just copies of make builtin rules.
Sat, 02 Dec 2006 11:41:58 +0000 diego Use standard name for C++ flags.
Fri, 01 Dec 2006 01:11:42 +0000 diego Add libav include paths to CFLAGS without indirection.
Wed, 29 Nov 2006 15:14:03 +0000 diego Remove some superfluous include CFLAGS.
Tue, 28 Nov 2006 11:53:08 +0000 diego cosmetics: Sort SRCS by alphabetical order.
Mon, 27 Nov 2006 14:26:52 +0000 diego Split muxers into a separate library that only MEncoder is linked against.
Mon, 27 Nov 2006 13:32:24 +0000 diego Move common code to mpcommon.mak.
Mon, 27 Nov 2006 01:36:13 +0000 diego 10l: Muxers were not being compiled even when MEncoder was enabled.
Sun, 26 Nov 2006 22:37:03 +0000 diego FFmpeg-style conditional dependency declaration
Sun, 26 Nov 2006 18:12:36 +0000 diego Merge common parts of all Makefiles into one file included by all.
Sun, 26 Nov 2006 13:04:14 +0000 diego Simplify, remove useless indirection.
Sat, 25 Nov 2006 16:12:36 +0000 diego Remove superfluous comment.
Tue, 21 Nov 2006 11:25:44 +0000 diego Remove superfluous empty variable declaration.
Mon, 20 Nov 2006 11:18:01 +0000 diego Unify dep/depend targets.
Sun, 17 Sep 2006 09:32:28 +0000 ods15 Add demux_nut to MPlayer repo