Tue, 13 Mar 2007 23:42:38 +0000 |
diego |
cosmetics: Move some parts around to make more sense overall.
|
Tue, 13 Mar 2007 22:43:11 +0000 |
diego |
cosmetics: Move depend target in preparation for upcoming changes.
|
Tue, 13 Mar 2007 22:19:18 +0000 |
diego |
Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency.
|
Tue, 13 Mar 2007 00:37:29 +0000 |
diego |
Add common sources to .depend target.
|
Tue, 13 Mar 2007 00:34:56 +0000 |
diego |
Handle common parts at the objects instead of at the sources level.
|
Mon, 12 Mar 2007 23:53:40 +0000 |
diego |
codecs.conf.h needs to be made before .depend.
|
Mon, 12 Mar 2007 23:24:42 +0000 |
diego |
dirclean target was removed, don't mark as phony.
|
Mon, 12 Mar 2007 18:33:50 +0000 |
diego |
Remove -DCODECS2HTML from .depend creation.
|
Sun, 11 Mar 2007 17:44:10 +0000 |
diego |
Add codec-cfg-test target.
|
Sun, 11 Mar 2007 16:26:13 +0000 |
diego |
mplayer.c and mencoder.c are already in SRCS_MPLAYER and SRCS_MENCODER
|
Sun, 11 Mar 2007 16:16:21 +0000 |
diego |
'make clean' should remove generated binaries.
|
Sun, 11 Mar 2007 16:07:36 +0000 |
diego |
Merge clean and dirclean targets.
|
Tue, 27 Feb 2007 17:10:11 +0000 |
diego |
Simplify strip parameter for install handling.
|
Sat, 24 Feb 2007 10:44:16 +0000 |
diego |
Simplify .depend file inclusion.
|
Fri, 23 Feb 2007 22:14:15 +0000 |
diego |
some more consistency for the VIDIX installation.
|
Wed, 21 Feb 2007 00:49:24 +0000 |
uau |
Split command/property handling from mplayer.c to a new file command.c.
|
Sat, 17 Feb 2007 21:04:46 +0000 |
reimar |
Move some subtitle handling from mplayer.c to mpcommon.c and share it with mencoder.c
|
Tue, 30 Jan 2007 11:02:37 +0000 |
diego |
URL fix
|
Tue, 30 Jan 2007 11:02:19 +0000 |
diego |
cosmetics: Reorder install targets.
|
Tue, 30 Jan 2007 11:01:10 +0000 |
diego |
Mark phony targets as such.
|
Tue, 30 Jan 2007 11:00:54 +0000 |
diego |
Replace ifeq structure in the install target by a set of dependent targets.
|
Thu, 25 Jan 2007 18:06:21 +0000 |
diego |
Do not create font subdir of data directory, bitmap font support is deprecated.
|
Sat, 20 Jan 2007 21:57:57 +0000 |
diego |
Simplify install calls.
|
Sat, 20 Jan 2007 21:55:57 +0000 |
diego |
Remove redundant informative output.
|
Sat, 20 Jan 2007 21:55:30 +0000 |
diego |
Don't suppress make output during installation.
|
Sat, 20 Jan 2007 21:39:21 +0000 |
diego |
some simplifications
|
Thu, 07 Dec 2006 13:55:39 +0000 |
diego |
Fix mplayer-rc.o build.
|
Mon, 04 Dec 2006 11:59:23 +0000 |
diego |
Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,
|
Sat, 02 Dec 2006 12:08:25 +0000 |
diego |
Remove suffix rules that are just copies of make builtin rules.
|
Fri, 01 Dec 2006 01:11:42 +0000 |
diego |
Add libav include paths to CFLAGS without indirection.
|
Tue, 28 Nov 2006 10:04:41 +0000 |
diego |
Unrecurse VIDIX installation.
|
Tue, 28 Nov 2006 09:36:39 +0000 |
diego |
Unrecurse VIDIX drivers uninstall.
|
Tue, 28 Nov 2006 09:33:53 +0000 |
diego |
Remove one level of indirection on VIDIX install/uninstall.
|
Mon, 27 Nov 2006 22:57:42 +0000 |
diego |
Shorten LIBAV_INC handling.
|
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 01:01:50 +0000 |
diego |
libmpdemux has no subdirectories.
|
Sun, 26 Nov 2006 16:31:47 +0000 |
diego |
Add explicit dependency information for libosd.a, this fixes MEncoder-only
|
Sat, 25 Nov 2006 18:24:58 +0000 |
diego |
Linking hotfix, loader depends on osdep.
|
Sat, 25 Nov 2006 16:49:29 +0000 |
diego |
FFmpeg-style conditional dependency declaration
|
Sat, 25 Nov 2006 16:12:36 +0000 |
diego |
Remove superfluous comment.
|
Sat, 25 Nov 2006 09:49:18 +0000 |
diego |
Move osdep/mplayer.rc handling to the osdep Makefile.
|
Sat, 25 Nov 2006 01:22:20 +0000 |
nplourde |
added mmap_anon to osdep lib. Used in loader for now
|
Sat, 25 Nov 2006 00:31:07 +0000 |
diego |
Make loader Makefile non-recursive.
|
Tue, 21 Nov 2006 17:58:39 +0000 |
diego |
LIBS vs LDFLAGS typo
|
Tue, 21 Nov 2006 17:42:20 +0000 |
diego |
Split libs that are dependencies and those that are just linker flags.
|
Tue, 21 Nov 2006 17:20:32 +0000 |
diego |
Treat fontconfig and FreeType linker flags just like any other linker flag.
|
Tue, 21 Nov 2006 16:23:35 +0000 |
diego |
cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODER
|
Tue, 21 Nov 2006 15:40:53 +0000 |
diego |
Remove libdha from LIBS_MPLAYER.
|
Tue, 21 Nov 2006 12:49:46 +0000 |
diego |
Move FFmpeg library dependencies into the Makefile just like everything else.
|
Tue, 21 Nov 2006 12:12:19 +0000 |
diego |
Merge MPlayer-specific libs into one variable.
|
Tue, 21 Nov 2006 11:49:47 +0000 |
diego |
Split libvo.a into two libs so that libosd.a can be used by MEncoder.
|
Tue, 21 Nov 2006 11:35:41 +0000 |
diego |
Remove superfluous empty variable declaration.
|
Tue, 21 Nov 2006 11:21:09 +0000 |
diego |
Add VIDIX to LIBS_MPLAYER directly.
|
Mon, 20 Nov 2006 16:14:01 +0000 |
diego |
Add support for disabling MPlayer compilation.
|
Mon, 20 Nov 2006 14:49:08 +0000 |
diego |
Oops, the loader stuff needs to be in COMMON_LIBS.
|
Mon, 20 Nov 2006 14:45:33 +0000 |
diego |
Deliver dependency handling from redundancy.
|
Mon, 20 Nov 2006 14:27:00 +0000 |
diego |
Remove MPlayer-specific dependencies from COMMON_DEPS.
|
Mon, 20 Nov 2006 13:57:12 +0000 |
diego |
VIDIX is for MPlayer only.
|
Mon, 20 Nov 2006 13:39:36 +0000 |
diego |
The GUI is only for MPlayer, not MEncoder.
|
Mon, 20 Nov 2006 13:38:21 +0000 |
diego |
Rename variables for consistency.
|
Mon, 20 Nov 2006 13:34:47 +0000 |
diego |
Simplify gui and menu libs handling.
|
Mon, 20 Nov 2006 13:00:26 +0000 |
diego |
cosmetics: Move some stuff around for better readability.
|
Mon, 20 Nov 2006 11:20:37 +0000 |
diego |
Clean up PARTS handling.
|
Mon, 20 Nov 2006 11:18:01 +0000 |
diego |
Unify dep/depend targets.
|
Mon, 20 Nov 2006 11:14:11 +0000 |
diego |
Uninstall should run all parts unconditionally.
|
Mon, 20 Nov 2006 11:13:40 +0000 |
diego |
Remove nonsense ifeq around MEncoder target and variable declaration.
|
Sun, 19 Nov 2006 23:18:57 +0000 |
diego |
Put libdvdcss under a separate ifeq.
|
Sat, 18 Nov 2006 00:33:01 +0000 |
diego |
Rename libdvdread to dvdread. We really only include only the dvdread
|
Fri, 10 Nov 2006 16:39:13 +0000 |
diego |
The addition of loader/ to PARTS depended on a non-existing variable.
|
Thu, 09 Nov 2006 23:14:33 +0000 |
rathann |
Disable linking mplayer (and internal static libavcodec) with
|
Wed, 08 Nov 2006 23:45:15 +0000 |
diego |
10l: Overlooked one $(EXESUF) addition.
|
Wed, 08 Nov 2006 00:13:33 +0000 |
diego |
Create binaries with proper executable suffix under Windows.
|
Mon, 06 Nov 2006 22:57:14 +0000 |
diego |
Remove remnants of long-gone libfame.
|
Fri, 03 Nov 2006 22:03:58 +0000 |
diego |
Streamline and simplify internal vs external libdvdread handling.
|
Fri, 03 Nov 2006 21:52:35 +0000 |
kraymer |
remove charset files (all of them are in UTF-8 now anyway)
|
Fri, 03 Nov 2006 13:48:52 +0000 |
diego |
libmpdvdkit2 --> libdvdread, it just contains libdvdread now.
|
Fri, 03 Nov 2006 12:25:56 +0000 |
diego |
Move libdvdcss into its own subdirectory.
|
Tue, 31 Oct 2006 13:34:17 +0000 |
diego |
Run dirclean instead of clean on distclean, this way we only need to
|
Tue, 31 Oct 2006 12:52:05 +0000 |
diego |
Unification of linker option handling, part 1 of many.
|
Tue, 31 Oct 2006 12:41:29 +0000 |
diego |
CFLAGS are not necessary for linking.
|
Mon, 30 Oct 2006 08:28:58 +0000 |
diego |
Make libmpdvdkit2 compilation slightly more consistent with the other modules.
|
Sun, 15 Oct 2006 13:59:26 +0000 |
diego |
Remove bogus warning about missing font.
|
Mon, 09 Oct 2006 09:22:43 +0000 |
diego |
Create target for mplayer-rc.o so that it is not rerun unconditionally.
|
Sun, 08 Oct 2006 14:10:43 +0000 |
rathann |
Disable linking mplayer with mp3lame when --disable-encoder=mp3lame is
|
Mon, 02 Oct 2006 00:51:29 +0000 |
rathann |
Fix make install. 10l for Diego.
|
Sun, 01 Oct 2006 17:00:20 +0000 |
diego |
Work around ln limitations on MinGW.
|
Sun, 24 Sep 2006 15:55:10 +0000 |
diego |
Remove version.h on distclean.
|
Sun, 17 Sep 2006 09:32:28 +0000 |
ods15 |
Add demux_nut to MPlayer repo
|
Sun, 27 Aug 2006 22:35:07 +0000 |
diego |
Move MLIB_LIB to COMMON_LIBS.
|
Sat, 26 Aug 2006 20:53:37 +0000 |
diego |
Add --extra-libs option to pass linker flags.
|
Fri, 25 Aug 2006 14:28:39 +0000 |
diego |
Disentangle toolame CFLAGS and LDFLAGS handling.
|
Fri, 25 Aug 2006 13:32:22 +0000 |
diego |
Disentangle libdv and vorbis linker flags.
|
Fri, 25 Aug 2006 13:15:49 +0000 |
diego |
cosmetics: Move some parts to more sensible places.
|
Thu, 24 Aug 2006 16:25:56 +0000 |
diego |
Fix MEncoder build when bitmap fonts are disabled.
|
Tue, 22 Aug 2006 12:42:55 +0000 |
diego |
Remove useless else clauses.
|
Mon, 21 Aug 2006 21:51:47 +0000 |
diego |
Move libs common to MPlayer and MEncoder to COMMON_LIBS.
|
Mon, 21 Aug 2006 21:50:52 +0000 |
diego |
Simplify VIDIX lib handling.
|
Mon, 07 Aug 2006 20:58:39 +0000 |
diego |
cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.
|
Mon, 07 Aug 2006 08:57:43 +0000 |
diego |
cosmetics: Rename some variables for consistency.
|
Thu, 03 Aug 2006 19:29:20 +0000 |
diego |
Recurse into subdirs before cleaning the top level to avoid error messages.
|
Thu, 03 Aug 2006 17:34:54 +0000 |
diego |
'make distclean' should remove all generated files, so also config.[h|mak].
|
Thu, 03 Aug 2006 17:31:30 +0000 |
diego |
'make clean' now recurses through subdirectories as expected,
|
Tue, 01 Aug 2006 14:44:07 +0000 |
uau |
Change toplevel Makefile to invoke subdirectory Makefiles
|
Mon, 31 Jul 2006 17:39:17 +0000 |
ben |
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
|
Thu, 27 Jul 2006 10:08:17 +0000 |
diego |
Unify include paths in the build system, part I.
|
Thu, 13 Jul 2006 22:24:28 +0000 |
eugeni |
Fix linking order. FontConfig should appear after libass.
|
Thu, 13 Jul 2006 03:05:08 +0000 |
diego |
Streamline GUI build.
|
Thu, 13 Jul 2006 01:20:14 +0000 |
diego |
Clean up codec-cfg and friends handling.
|
Wed, 12 Jul 2006 23:31:33 +0000 |
diego |
Remove old and obsolete mplayer_wine QT DLL loading stuff.
|
Wed, 12 Jul 2006 17:58:07 +0000 |
diego |
OPTFLAGS already includes EXTRA_INC.
|
Wed, 12 Jul 2006 13:03:40 +0000 |
diego |
Remove remnants of old libmp1e support.
|
Mon, 10 Jul 2006 12:35:52 +0000 |
lucabe |
make libswscale build system similar to the libav* one
|
Sun, 09 Jul 2006 22:11:53 +0000 |
diego |
Simplify ASS handling second try, this time taking FreeType into account.
|
Sun, 09 Jul 2006 19:02:20 +0000 |
eugeni |
Revert r18980, it breaks compilation under MinGW.
|
Sun, 09 Jul 2006 15:42:26 +0000 |
diego |
Simplify ASS handling.
|
Fri, 07 Jul 2006 18:26:51 +0000 |
eugeni |
Initial libass release (without mencoder support).
|
Tue, 04 Jul 2006 09:37:54 +0000 |
uau |
Add back the path part in 'libvo/font_load_ft.c' that was accidentally
|
Mon, 03 Jul 2006 23:13:25 +0000 |
diego |
Build font_load_ft.c only if FREETYPE is in config.mak, noticed by Jan Knutar.
|
Fri, 30 Jun 2006 12:00:31 +0000 |
lucabe |
Move postproc ---> libswscale
|
Thu, 22 Jun 2006 22:07:25 +0000 |
uau |
"make depend" requires version.h
|