1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-29 18:42:09 +00:00
Commit Graph

680 Commits

Author SHA1 Message Date
diego
2b085d7897 codecs2html and codec-cfg-test are removed by toolsclean. Do not remove
them redundantly upon distclean.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26890 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 11:22:55 +00:00
diego
4937b16c44 Add codecs2html to TESTS variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26889 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 11:21:19 +00:00
diego
00b5f90451 Fix dependency declaration for codecs2html.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26888 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 11:20:27 +00:00
diego
d3ff5799f9 cosmetics: Move some rules to better places.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26887 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 11:19:35 +00:00
diego
a10452836d Add missing -I. to fix codecs2html compilation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26886 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 11:14:24 +00:00
diego
cdbbd38e9b Add codec-cfg-test to list of TESTS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26885 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 11:13:43 +00:00
diego
196593fbd4 Correct dependency declaration for codec-cfg-test.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26884 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 11:09:17 +00:00
diego
250f52082d There is no need to ignore the return value of an 'rm -rf' command.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26883 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 11:05:43 +00:00
diego
f4bd0813d5 Fix codec-cfg-test linking.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26882 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 09:11:13 +00:00
diego
db37cb2fe7 Link codec-cfg programs against mp_msg-mencoder.o instead of mp_msg.o.
The latter can pick up GUI dependencies.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26881 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 09:04:47 +00:00
reimar
793e5b324e Get rid of "define RECURSIVE_RULE" since a lot of make version have problems
with it, especially with -j n.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26858 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-23 14:52:12 +00:00
diego
745662aafa If character set conversion for help_mp.h is required, do it on the whole
file including the parts added from the English master file.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26836 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-19 00:07:17 +00:00
diego
ab36efa0d7 The multiple inclusion guard in help_mp.h has to cover the whole file,
including the non-translated parts.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26835 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-19 00:05:18 +00:00
diego
7016801bae Simplify help_mp.h generation commands by using $@.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26834 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 23:58:05 +00:00
diego
ad9dc7735d Do not hide that we are running a helper script.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26833 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 23:55:01 +00:00
diego
5f7c758c80 Move the logic that decides if untranslated messages need to be added to
help_mp.h into the helper script that generates those messages.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26832 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 23:33:46 +00:00
diego
955495414e Replace hack to disable iconv conversion of messages with something more sane.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26831 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 23:16:30 +00:00
diego
929365575a Remove unused strip target.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26828 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 17:40:00 +00:00
diego
5ae188e479 Merge directory installation commands.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26827 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 17:38:16 +00:00
diego
fec125516b one less level of indirection for install and program targets
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26826 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 17:35:54 +00:00
diego
b96c2f2ed0 install-mplayer and install-mencoder targets should depend on install-dirs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26823 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 17:16:43 +00:00
diego
7ac3e16660 Do not install DATADIR always, the GUI installation target takes care of this.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26822 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 17:12:49 +00:00
diego
74c67fee1f Install the required man page directories in the man page targets.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26821 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 17:05:55 +00:00
diego
6a8693845c Replace hackish shell loops for man page installation with make constructs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26820 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 17:05:16 +00:00
diego
2ac55e2331 Create directories for the translated man pages in the install-dirs target.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26819 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 16:43:17 +00:00
diego
049d820592 Introduce make variable common to the GTK and Windows GUI and use it
in the appropriate places.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26817 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 16:25:20 +00:00
diego
63b29dabbc install-mencoder-man depends on install-mplayer-man.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26816 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 16:20:17 +00:00
diego
3661a18bd7 Replace shell for loop with proper foreach make construct in uninstall target.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26815 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 16:16:39 +00:00
diego
69c70193c7 Always uninstall English man pages instead of never.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26814 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 16:13:46 +00:00
diego
f931f2440e Remove (hopefully obsolete) codecs.conf workaround.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26813 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 16:08:46 +00:00
diego
a6458b3065 Introduce a pattern rule for install-mplayer and install-mencoder targets.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26812 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 16:06:31 +00:00
diego
cdf6e749bc Separate install-mencoder and install-mencoder-man targets.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26811 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 16:04:51 +00:00
diego
b53e8a4d01 The install-gui target depends on the install-mplayer target.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26810 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 16:03:44 +00:00
diego
4abe690d64 Simplify installation rules with $<.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26809 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 16:01:46 +00:00
diego
43686e0867 Do not remove gmplayer.1, it is never installed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26808 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 15:53:55 +00:00
ben
a7807bac14 Sort alphabetically
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26805 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 14:55:26 +00:00
diego
925ab6050f There is no need to ignore errors from 'rm -f' commands.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26804 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 14:23:45 +00:00
diego
fdb2bbc502 Remove skin download instructions, they have no place in the Makefile.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26803 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 14:14:15 +00:00
ben
dc6d14fb1b Add support for AppleIR Remote as an input under Linux systems.
This requires Linux 2.6 with evdev and appleir drivers.
The keymapping is done to mimics the one that was done for MacOSX.

WARNING: Most distributions do not seems to bother and only let root
access to the device. Modify udev rules accordingly if you want regular
user to be able to use the remote.



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26795 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 11:53:00 +00:00
diego
5c5c0bce57 Fix typo in install-gui target dependency.
patch by andrew, andrew.david.45 gmail com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26754 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-13 07:58:41 +00:00
diego
08d224b68d Remove unused file, it has never been compiled.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26740 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-11 14:25:47 +00:00
michael
57a3542801 AVOptions support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26723 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-10 18:54:10 +00:00
reimar
f85e3daca5 Add . to windres include path (otherwise version.h is not found).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26714 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-10 12:38:35 +00:00
diego
f7924f3fdd Add some comment headings to divide the Makefile into logical chapters.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26708 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-09 17:51:44 +00:00
diego
82b8b8dbe7 cosmetics: Move some stuff around for more logical grouping.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26707 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-09 17:47:19 +00:00
diego
f6318795de FFmpeg parts no longer require extra -I CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26704 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-09 12:39:04 +00:00
diego
ed5f632ca1 Remove useless output.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26696 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-08 21:22:13 +00:00
diego
2fb6c0aabf Make the checkheaders target work non-recursively.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26662 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-03 15:57:54 +00:00
diego
d8fccf4d46 Only compile and use libmpeg2 AltiVec code when AltiVec is available. The
AltiVec code needs -maltivec to compile, but then AltiVec instructions
appear in other places of the code causing MPlayer to sigill.
Somehow upstream libmpeg2 manages not to sigill under what appear to be
the same circumstances. Enlightenment welcome.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26657 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-03 15:23:22 +00:00
reimar
a7b11f3927 realrtsp depends on librtsp/rtsp.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26633 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-01 16:22:52 +00:00