aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/Makefile
Commit message (Expand)AuthorAge
* Add general variables for either static or shared FFmpeg libraries.Gravatar diego2007-04-26
* Add CXX include flags to dependency file generation CFLAGS to generate correctGravatar diego2007-04-26
* cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.Gravatar diego2007-04-25
* Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.Gravatar diego2007-03-18
* Move setting CXXFLAGS to configure.Gravatar diego2007-03-18
* Use explicit path for headers from the loader/ directory.Gravatar diego2007-03-15
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Add live555 include flags to CXXFLAGS only.Gravatar diego2007-03-15
* cosmetics: Fix indentation, reorder some lines for consistency.Gravatar diego2007-03-13
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13
* Revert libnut option names, the issue is fixed in FFmpeg.Gravatar diego2007-02-12
* Fix libnut build failure.Gravatar gpoirier2007-02-07
* Discard -Wdeclaration-after-statement warning.Gravatar diego2007-01-21
* don't compile demux_mpc.c when libmpcdec is disabledGravatar aurel2006-12-28
* Remove suffix rules that are just copies of make builtin rules.Gravatar diego2006-12-02
* Use standard name for C++ flags.Gravatar diego2006-12-02
* Add libav include paths to CFLAGS without indirection.Gravatar diego2006-12-01
* Remove some superfluous include CFLAGS.Gravatar diego2006-11-29
* cosmetics: Sort SRCS by alphabetical order.Gravatar diego2006-11-28
* Split muxers into a separate library that only MEncoder is linked against.Gravatar diego2006-11-27
* Move common code to mpcommon.mak.Gravatar diego2006-11-27
* 10l: Muxers were not being compiled even when MEncoder was enabled.Gravatar diego2006-11-27
* FFmpeg-style conditional dependency declarationGravatar diego2006-11-26
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
* Simplify, remove useless indirection.Gravatar diego2006-11-26
* Remove superfluous comment.Gravatar diego2006-11-25
* Remove superfluous empty variable declaration.Gravatar diego2006-11-21
* Unify dep/depend targets.Gravatar diego2006-11-20
* Add demux_nut to MPlayer repoGravatar ods152006-09-17
* Remove XMMS_CFLAGS from CFLAGS, the variable is never set.Gravatar diego2006-08-27
* demux_avs compilation should depend on WIN32DLL support, not a linker flag.Gravatar diego2006-08-22
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* Forgotten part of the LIVE555 configure test simplification.Gravatar diego2006-08-03
* mf.[hc] belong to libmpdemuxGravatar ben2006-08-03
* removed deprecated test.c file from libmpdemuxGravatar ben2006-07-31
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31
* Unify include paths in the build system, part I.Gravatar diego2006-07-27
* Introduce general V4L variable/define.Gravatar diego2006-07-27
* Rename *v4l variable to *v4l1.Gravatar diego2006-07-27
* rename rtsp.c to stream_rtsp.c for consistency with other input modulesGravatar ben2006-07-22
* moved mpeg_packetizer helpers to libmpdemuxGravatar ben2006-07-19
* Remove non-existing CSS_INC.Gravatar diego2006-07-12
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
* added new pvr:// input for ivtv based cardsGravatar ben2006-07-10
* Fix for case when both V4L and V4L2 are enabledGravatar reimar2006-07-06
* Move conditional compilation into the build system.Gravatar diego2006-07-06
* cosmeticsGravatar diego2006-07-06
* added new native rtsp demuxer code for mpeg-ts over rtp (now both real and no...Gravatar ben2006-06-26
* new imported library in libmpdemux: freesdp (will be used by native rtsp demu...Gravatar ben2006-06-26
* moved generic rtsp related files from realrtsp to librtspGravatar ben2006-06-23