2008-07-05 |
diego |
Rename ALLPARTSLIBS variable to FFMPEGLIBS.
|
2008-07-05 |
diego |
Group some variable declarations together in sensible places.
|
2008-07-05 |
diego |
Declare FFmpeg dependencies in a more elegant way using the PARTS variable.
|
2008-07-04 |
diego |
Rename stream_livedotcom.c to stream_live555.c, the name is used everywhere.
|
2008-07-04 |
diego |
Simplify tool generation rules with a pattern rule.
|
2008-07-04 |
diego |
Only build loader tests on x86.
|
2008-07-04 |
diego |
Fix liba52/test linking, it needs -lm.
|
2008-07-04 |
diego |
Put common dependencies of mp3lib/test + mp3lib/test2 on a common line.
|
2008-07-04 |
diego |
Declare common netstream + vivodump dependencies in the common place.
|
2008-07-01 |
diego |
Fix FFmpeg subdirectory dependencies: The FFmpeg libraries depend on each
|
2008-06-24 |
diego |
Touch FFmpeg libraries after recursing into their subdirectories.
|
2008-06-24 |
diego |
Do not unconditionally recurse into FFmpeg subdirectories. Instead, just
|
2008-06-20 |
ben |
renamed vidixlib.c to vidix.c
|
2008-06-20 |
ben |
Allow conditional compilation of yuv4mpeg video out.
|
2008-06-17 |
diego |
Add copyright and license statement.
|
2008-06-08 |
diego |
Add command to create dhahelper device to install-dhahelper target.
|
2008-06-08 |
diego |
Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h can
|
2008-06-08 |
diego |
Add dhahelper CFLAGS where appropriate if enabled.
|
2008-06-08 |
diego |
Fix silly typo in CFLAG_SVGALIB_HELPER variable name.
|
2008-06-07 |
diego |
Restore support for compiling with svgalib_helper.
|
2008-06-07 |
diego |
No need to set LC_ALL=C for individual shell commands,
|
2008-06-07 |
diego |
The VIDIX PCI files should be regenerated when the awk script
|
2008-06-06 |
diego |
Remove unnecessary -o option from windres invocation.
|
2008-06-06 |
diego |
Fix the linking of TOOLS/netstream and TOOLS/vivodump.
|
2008-05-30 |
diego |
Add install-dhahelperwin target to simplify dhahelper installation on Windows.
|
2008-05-30 |
diego |
Merge vidix/dhahelperwin/Makefile into top-level Makefile.
|
2008-05-30 |
diego |
Merge vidix/dhahelper/Makefile into top-level Makefile.
|
2008-05-29 |
diego |
The install-drivers target should depend on the drivers target.
|
2008-05-28 |
diego |
Merge drivers/Makefile into top-level Makefile.
|
2008-05-27 |
diego |
Move messages header file creation to a separate shell script.
|
2008-05-27 |
diego |
Revert declaration .NOTPARALLEL. Unfortunately this special target does not
|
2008-05-27 |
diego |
Mark VIDIX_PCI_FILES targets as NOTPARALLEL. They are all created
|
2008-05-27 |
diego |
cosmetics: Move toolsclean target to a better place.
|
2008-05-27 |
diego |
Update comment heading.
|
2008-05-27 |
diego |
cosmetics: Consistently place '-o $@' in compiler command line.
|
2008-05-27 |
diego |
Simplify codec-cfg-test command with $^.
|
2008-05-27 |
diego |
Fix codecs2html linking.
|
2008-05-27 |
diego |
Merge doxygen_clean rule into distclean.
|
2008-05-27 |
diego |
codecs2html and codec-cfg-test are removed by toolsclean. Do not remove
|
2008-05-27 |
diego |
Add codecs2html to TESTS variable.
|
2008-05-27 |
diego |
Fix dependency declaration for codecs2html.
|
2008-05-27 |
diego |
cosmetics: Move some rules to better places.
|
2008-05-27 |
diego |
Add missing -I. to fix codecs2html compilation.
|
2008-05-27 |
diego |
Add codec-cfg-test to list of TESTS.
|
2008-05-27 |
diego |
Correct dependency declaration for codec-cfg-test.
|
2008-05-27 |
diego |
There is no need to ignore the return value of an 'rm -rf' command.
|
2008-05-27 |
diego |
Fix codec-cfg-test linking.
|
2008-05-27 |
diego |
Link codec-cfg programs against mp_msg-mencoder.o instead of mp_msg.o.
|
2008-05-23 |
reimar |
Get rid of "define RECURSIVE_RULE" since a lot of make version have problems
|
2008-05-19 |
diego |
If character set conversion for help_mp.h is required, do it on the whole
|
2008-05-19 |
diego |
The multiple inclusion guard in help_mp.h has to cover the whole file,
|
2008-05-18 |
diego |
Simplify help_mp.h generation commands by using $@.
|
2008-05-18 |
diego |
Do not hide that we are running a helper script.
|
2008-05-18 |
diego |
Move the logic that decides if untranslated messages need to be added to
|
2008-05-18 |
diego |
Replace hack to disable iconv conversion of messages with something more sane.
|
2008-05-18 |
diego |
Remove unused strip target.
|
2008-05-18 |
diego |
Merge directory installation commands.
|
2008-05-18 |
diego |
one less level of indirection for install and program targets
|
2008-05-18 |
diego |
install-mplayer and install-mencoder targets should depend on install-dirs.
|
2008-05-18 |
diego |
Do not install DATADIR always, the GUI installation target takes care of this.
|