aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/Makefile
Commit message (Expand)AuthorAge
* Add general variables for either static or shared FFmpeg libraries.Gravatar diego2007-04-26
* cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.Gravatar diego2007-04-25
* cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.Gravatar diego2007-04-25
* Conditionally compile vf_bmovl.c instead of enclosing all of the fileGravatar diego2007-03-21
* Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.Gravatar diego2007-03-18
* Add explicit location for headers from the libmpdemux/ directory.Gravatar diego2007-03-15
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Use explicit header location, don't use CFLAGS for simple subdirectories.Gravatar diego2007-03-15
* Include loader/ prefix in #include path everywhere.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
* Adding an extra -I.. parameter is no longer necessary.Gravatar diego2007-02-27
* Make liblzo conditional to the appropriate #defines.Gravatar diego2007-02-18
* Remove internal minilzo, external liblzo can be used instead.Gravatar diego2007-02-18
* Get rid on -DGNU_SOURCE for internal code, imported libs should be fixedGravatar reimar2006-12-12
* Add libav include paths to CFLAGS without indirection.Gravatar diego2006-12-01
* Explain reason for -I.. in CFLAGS here.Gravatar diego2006-11-29
* cosmetics to ease future patchingGravatar diego2006-11-27
* Move common code to mpcommon.mak.Gravatar diego2006-11-27
* Use standard SRCS2 name for MEncoder sources.Gravatar diego2006-11-27
* Move common code for generating multiple libraries to mpcommon.mak.Gravatar diego2006-11-27
* Merge duplicate entries.Gravatar diego2006-11-26
* Remove unnecessary variable indirection.Gravatar diego2006-11-26
* cosmetics: alphabetical orderGravatar diego2006-11-26
* FFmpeg-style conditional dependency declarationGravatar diego2006-11-26
* 100l typosGravatar diego2006-11-26
* Remove useless variable indirection.Gravatar diego2006-11-26
* cosmetics: Move around some entries for better readability.Gravatar diego2006-11-26
* Do not use many different variables for SRCS.Gravatar diego2006-11-26
* Reorder entries for better readability.Gravatar diego2006-11-26
* Remove unused include variable.Gravatar diego2006-11-26
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
* simplifyGravatar diego2006-11-25
* Remove superfluous comment.Gravatar diego2006-11-25
* Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpegGravatar diego2006-11-24
* Remove superfluous empty variable declaration.Gravatar diego2006-11-21
* Unify dep/depend targets.Gravatar diego2006-11-20
* Remove obsolete Xvid 3 support.Gravatar diego2006-11-18
* Separate XviD 3 and XviD 4 tests.Gravatar diego2006-11-08
* Remove remnants of long-gone libfame.Gravatar diego2006-11-06
* generic equation filterGravatar michael2006-10-16
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* 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
* moved mpeg_packetizer helpers to libmpdemuxGravatar ben2006-07-19
* new mpeg helpers to build and send mpeg 1/2 ps/pes packets (used by some vo d...Gravatar ben2006-07-19
* new black frame detection filterGravatar ivo2006-07-15
* Remove support for obsolete and non-free divx4/odivx libraries.Gravatar diego2006-07-14
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07