summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
| * Put common dependencies of mp3lib/test + mp3lib/test2 on a common line.diego2008-07-041-2/+3
| * Declare common netstream + vivodump dependencies in the common place.diego2008-07-041-3/+3
* | Merge svn changes up to r27184Uoti Urpala2008-07-011-2/+3
|\|
| * Fix FFmpeg subdirectory dependencies: The FFmpeg libraries depend on eachdiego2008-07-011-7/+1
| * Touch FFmpeg libraries after recursing into their subdirectories.diego2008-06-241-0/+1
| * Do not unconditionally recurse into FFmpeg subdirectories. Instead, justdiego2008-06-241-2/+8
* | Merge svn changes up to r27123Uoti Urpala2008-06-231-7/+21
|\|
| * renamed vidixlib.c to vidix.cben2008-06-201-1/+1
| * allow conditionnal compilation of yuv4mpeg video out.ben2008-06-201-1/+0
| * Add copyright and license statement.diego2008-06-171-5/+20
* | Merge svn changes up to r27092Uoti Urpala2008-06-171-2/+3
|\|
| * Add command to create dhahelper device to install-dhahelper target.diego2008-06-081-0/+1
| * Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h candiego2008-06-081-1/+1
| * Add dhahelper CFLAGS where appropriate if enabled.diego2008-06-081-1/+1
| * Fix silly typo in CFLAG_SVGALIB_HELPER variable name.diego2008-06-081-1/+1
* | Merge svn changes up to r27025Uoti Urpala2008-06-071-17/+14
|\|
| * Restore support for compiling with svgalib_helper.diego2008-06-071-0/+2
| * No need to set LC_ALL=C for individual shell commands,diego2008-06-071-1/+1
| * The VIDIX PCI files should be regenerated when the awk scriptdiego2008-06-071-1/+1
| * Remove unnecessary -o option from windres invocation.diego2008-06-061-1/+1
| * Fix the linking of TOOLS/netstream and TOOLS/vivodump.diego2008-06-061-14/+9
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-99/+148
|\|
| * Add install-dhahelperwin target to simplify dhahelper installation on Windows.diego2008-05-301-0/+3
| * Merge vidix/dhahelperwin/Makefile into top-level Makefile.diego2008-05-301-1/+31
| * Merge vidix/dhahelper/Makefile into top-level Makefile.diego2008-05-301-0/+13
| * The install-drivers target should depend on the drivers target.diego2008-05-291-1/+1
| * Merge drivers/Makefile into top-level Makefile.diego2008-05-281-2/+36
| * Move messages header file creation to a separate shell script.diego2008-05-271-11/+1
| * Revert declaration .NOTPARALLEL. Unfortunately this special target does notdiego2008-05-271-3/+0
| * Mark VIDIX_PCI_FILES targets as NOTPARALLEL. They are all createddiego2008-05-271-0/+3
| * cosmetics: Move toolsclean target to a better place.diego2008-05-271-3/+3
| * Update comment heading.diego2008-05-271-1/+1
| * cosmetics: Consistently place '-o $@' in compiler command line.diego2008-05-271-2/+2
| * Simplify codec-cfg-test command with $^.diego2008-05-271-1/+1
| * Fix codecs2html linking.diego2008-05-271-1/+1
| * Merge doxygen_clean rule into distclean.diego2008-05-271-4/+2
| * codecs2html and codec-cfg-test are removed by toolsclean. Do not removediego2008-05-271-2/+1
| * Add codecs2html to TESTS variable.diego2008-05-271-1/+1
| * Fix dependency declaration for codecs2html.diego2008-05-271-2/+2
| * cosmetics: Move some rules to better places.diego2008-05-271-13/+13
| * Add missing -I. to fix codecs2html compilation.diego2008-05-271-1/+1
| * Add codec-cfg-test to list of TESTS.diego2008-05-271-1/+2
| * Correct dependency declaration for codec-cfg-test.diego2008-05-271-2/+2
| * There is no need to ignore the return value of an 'rm -rf' command.diego2008-05-271-1/+1
| * Fix codec-cfg-test linking.diego2008-05-271-3/+3
| * Link codec-cfg programs against mp_msg-mencoder.o instead of mp_msg.o.diego2008-05-271-3/+3
| * Get rid of "define RECURSIVE_RULE" since a lot of make version have problemsreimar2008-05-231-5/+3
| * If character set conversion for help_mp.h is required, do it on the wholediego2008-05-191-5/+4
| * The multiple inclusion guard in help_mp.h has to cover the whole file,diego2008-05-191-1/+1
| * Simplify help_mp.h generation commands by using $@.diego2008-05-181-9/+9
| * Do not hide that we are running a helper script.diego2008-05-181-1/+1
| * Move the logic that decides if untranslated messages need to be added todiego2008-05-181-3/+0
| * Replace hack to disable iconv conversion of messages with something more sane.diego2008-05-181-1/+1
| * Remove unused strip target.diego2008-05-181-3/+1
| * Merge directory installation commands.diego2008-05-181-5/+2
| * one less level of indirection for install and program targetsdiego2008-05-181-5/+3
| * install-mplayer and install-mencoder targets should depend on install-dirs.diego2008-05-181-2/+2
| * Do not install DATADIR always, the GUI installation target takes care of this.diego2008-05-181-1/+0
| * Install the required man page directories in the man page targets.diego2008-05-181-2/+2
| * Replace hackish shell loops for man page installation with make constructs.diego2008-05-181-17/+21
| * Create directories for the translated man pages in the install-dirs target.diego2008-05-181-1/+1
| * Introduce make variable common to the GTK and Windows GUI and use itdiego2008-05-181-4/+3
| * install-mencoder-man depends on install-mplayer-man.diego2008-05-181-2/+2
| * Replace shell for loop with proper foreach make construct in uninstall target.diego2008-05-181-4/+1
| * Always uninstall English man pages instead of never.diego2008-05-181-2/+1
| * Remove (hopefully obsolete) codecs.conf workaround.diego2008-05-181-1/+0
| * Introduce a pattern rule for install-mplayer and install-mencoder targets.diego2008-05-181-4/+1
| * Separate install-mencoder and install-mencoder-man targets.diego2008-05-181-1/+3
| * The install-gui target depends on the install-mplayer target.diego2008-05-181-1/+1
| * Simplify installation rules with $<.diego2008-05-181-2/+2
| * Do not remove gmplayer.1, it is never installed.diego2008-05-181-2/+1
| * Sort alphabeticallyben2008-05-181-1/+1
| * There is no need to ignore errors from 'rm -f' commands.diego2008-05-181-5/+5
| * Remove skin download instructions, they have no place in the Makefile.diego2008-05-181-2/+0
| * Add support for AppleIR Remote as an input under Linux systems.ben2008-05-181-0/+1
* | Merge svn changes up to r26783Uoti Urpala2008-05-151-75/+89
|\|
| * Fix typo in install-gui target dependency.diego2008-05-131-1/+1
| * Remove unused file, it has never been compiled.diego2008-05-111-1/+0
| * AVOptions support.michael2008-05-101-1/+2
| * Add . to windres include path (otherwise version.h is not found).reimar2008-05-101-1/+1
| * Add some comment headings to divide the Makefile into logical chapters.diego2008-05-091-0/+17
| * cosmetics: Move some stuff around for more logical grouping.diego2008-05-091-71/+71
| * FFmpeg parts no longer require extra -I CFLAGS.diego2008-05-091-2/+0
| * Remove useless output.diego2008-05-081-1/+0
* | Merge svn changes up to r26680Uoti Urpala2008-05-071-6/+4
|\|
| * Make the checkheaders target work non-recursively.diego2008-05-031-1/+1
| * Only compile and use libmpeg2 AltiVec code when AltiVec is available. Thediego2008-05-031-1/+1
| * realrtsp depends on librtsp/rtsp.creimar2008-05-011-0/+1
| * Remove recurse target. Instead, make FFmpeg parts depend on the phony recursediego2008-05-011-5/+2
| * Build libmpeg2 AltiVec code on PPC always, not just when AltiVec is available.diego2008-05-011-1/+1
* | Merge svn changes up to r26624Uoti Urpala2008-05-011-64/+72
|\|
| * Remove tools on distclean, not on clean.diego2008-04-301-2/+2
| * Add testclean target and make distclean depend upon it.diego2008-04-301-2/+5
| * Introduce TEST_OBJS variable for objects to link all test files againstdiego2008-04-301-10/+9
| * Set libdvdcss CFLAGS for dvdread from configure.diego2008-04-301-4/+1
| * whitespace cosmeticsdiego2008-04-301-22/+21
| * Add new tests target to build all test programs and remove them on distclean.diego2008-04-301-2/+8
| * Link loader test files against mp_msg-mencoder.o instead of mp_msg.o.diego2008-04-301-1/+1
| * Add compilation rule for libvo/aspecttest and (hackishly) fix linking.diego2008-04-301-0/+2
| * Add $(EXESUF) to test rules.diego2008-04-301-6/+6
| * Remove unused fast_memcpy() function and link against the object thatdiego2008-04-301-1/+2
| * cosmetics: Move some variable declarations to better places.diego2008-04-301-16/+13
| * The recurse target does not depend on help_mp.h.diego2008-04-301-1/+1
| * Make the default target depend on the recurse target again so that thediego2008-04-301-3/+1
| * Explicitly declare which dependency files need generated headers.diego2008-04-301-1/+4
| * Rebuild version.h only when the working directory was updated.diego2008-04-301-2/+5
* | Merge svn changes up to r26599Uoti Urpala2008-04-301-33/+68
|\|
| * Move CFLAGS setting to configure.diego2008-04-291-2/+0
| * Link tools against mp_msg-mencoder.o instead of mp_msg.o.diego2008-04-291-1/+1
| * Merge mpcommon.mak into Makefile.diego2008-04-291-1/+28
| * cosmetics: Move version.h/help_mp.h generation rules to a better place.diego2008-04-291-22/+22
| * 10l: Add missing \ for line continuation.diego2008-04-291-1/+1
| * Do not rebuild version.h at every Makefile change.diego2008-04-291-2/+2
| * Convert clean/distclean into non-recursive targets.diego2008-04-291-3/+14
| * Remove generated headers and generated helper binaries only on distclean.diego2008-04-291-4/+5
| * Remove unnecessary dependency declaration.diego2008-04-291-2/+0
* | Makefile: Fix RECURSIVE_RULE with nested subdirectoriesUoti Urpala2008-04-291-1/+1
* | Merge svn changes up to r26587Uoti Urpala2008-04-291-24/+60
|\|
| * Get rid of now obsolete library rules and variables.diego2008-04-281-3/+2
| * cosmetics: Reorder commands in (dist)clean targets.diego2008-04-281-3/+3
| * Remove '-' prefix from 'rm -f' commands for consistency.diego2008-04-281-2/+2
| * Merge now redundant clean and distclean rules into the top-level Makefile.diego2008-04-281-3/+4
| * Remove code for .depend generation, inclusion and related hacks.diego2008-04-281-3/+0
| * Run 'make depend', not 'make .depend' in FFmpeg subdirectories.diego2008-04-281-1/+1
| * Remove unnecessary CFLAGS hack.diego2008-04-281-2/+0
| * Merge loader/Makefile into top-level Makefile.diego2008-04-281-5/+41
| * Restore line mistakenly commented out in the last commit.diego2008-04-281-1/+1
| * Make sure all autogenerated .h and .c files exist in the vidix subdirectorydiego2008-04-281-2/+5
| * Make OBJS depend on the recurse target instead of just the all target.diego2008-04-281-1/+3
| * Remove .S files from list of files to generate dependencies for.diego2008-04-281-1/+1
* | Make MPlayer build with a complete FFmpeg checkout in ffmpeg/Uoti Urpala2008-04-281-10/+10
* | Merge svn changes up to r26555Uoti Urpala2008-04-281-20/+92
|\|
| * Merge mp3lib/Makefile into top-level Makefile.diego2008-04-271-3/+16
| * Merge liba52/Makefile into top-level Makefile.diego2008-04-271-4/+13
| * Merge libmpeg2/Makefile into top-level Makefile.diego2008-04-261-3/+20
| * Merge vidix/Makefile into top-level Makefile.diego2008-04-261-7/+32
| * Mark alltools target as phony.diego2008-04-261-1/+1
| * Only compile libmpcodecs/ve_qtvideo.c on Windows.diego2008-04-261-1/+1
| * Add alltools target and variable to build non-linking tools.diego2008-04-261-2/+8
| * Only add vidix to parts when VIDIX is enabled.diego2008-04-261-1/+3
| * Take Objective C files into account when generating dependencies.diego2008-04-261-1/+1
* | Merge svn changes up to r26540Uoti Urpala2008-04-261-41/+375
|\|
| * Only add loader to parts if WIN32DLL is enabled.diego2008-04-251-1/+1
| * Merge dvdread/Makefile into top-level Makefile.diego2008-04-251-6/+18
| * Merge libfaad2/Makefile into top-level Makefile.diego2008-04-241-2/+41
| * Rename make variable DVDCSS_INTERNAL --> LIBDVDCSS_INTERNAL.diego2008-04-241-1/+1
| * Merge libdvdcss/Makefile into top-level Makefile.diego2008-04-241-3/+10
| * Merge libmpdemux/Makefile into top-level Makefile.diego2008-04-241-16/