diego
a560f84301
Output a better informative message if no AltiVec CFLAGS can be found.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26838 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-19 05:41:49 +00:00
diego
a2fda39c21
Do not run second AltiVec CFLAG check in a subshell; the variable that is
...
set as a result is needed in the calling shell.
noticed by Michael Kostylev
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26837 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-19 05:40:19 +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
aaf66caefd
Only run AltiVec compiler tests on PowerPC.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26830 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 19:05:52 +00:00
ben
9171b9dbe6
fix compilation of input.c if neither macosx/linux apple remote code
...
is compiled in
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26829 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 18:11:05 +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
700a3f74c5
10l: Fix MAN_LANG creation for real this time.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26825 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 17:32:51 +00:00
diego
ea41342f76
10l: missing quotes in sed command
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26824 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 17:22:53 +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
32fc1074a6
Split MAN_LANG Makefile variable into MAN_LANG and MAN_LANG_ALL with
...
MAN_LANG only containing the translated languages.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26818 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 16:40:20 +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
diego
ed2e3a2199
10l: Add missing parentheses in AltiVec test logic.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26807 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 15:49:31 +00:00
gpoirier
96bd17e550
Document x264's AQ options
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26806 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 15:20:59 +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
288930f1a9
Declare new Linux AppleIR remote support.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26802 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 13:43:46 +00:00
ben
95c672c96d
Make "Menu" button of AppleIR remote call OSD Menu instead
...
of displaying the OSD status
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26801 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 12:28:34 +00:00
ben
d371732d64
Allow DVD Menus to be controlled by AppleIR Remote.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26800 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 12:19:51 +00:00
ben
561e9503aa
Keep AppleIR enabled by default on MacOSX but have it disable on Linux.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26799 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 12:11:17 +00:00
ben
98dc4e60f2
Document the -noar command-line option in en/fr manpages.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26798 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 11:58:35 +00:00
ben
974d4fadad
Do not enable AppleIR by default.
...
The amount of computers capable of using it is too low in the field to
enable it by default.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26797 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 11:56:20 +00:00
ben
c2a6fb57c1
Do not consider TAGS file under SVN.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26796 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-18 11:54:35 +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
971b1a83d8
Add section about code from NuppelVideo / RTJPEG.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26794 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-17 14:33:45 +00:00
diego
e53887b234
Add missing MPLAYER_ prefix to multiple inclusion guards.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26793 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-17 10:12:07 +00:00
compn
3ea9517367
add ffmpeg ea maxis xa adpcm audio decoder
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26792 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-16 23:31:05 +00:00
diego
5423c418c2
cosmetics: Remove useless parentheses from return statements.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26791 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-16 09:42:28 +00:00
diego
c4f6f66f9e
cosmetics: Remove pointless parentheses from return statements.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26790 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-16 09:41:00 +00:00
diego
bc0058c63e
cosmetics: Remove pointless parentheses from return statements.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26789 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-16 09:31:55 +00:00