1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-18 21:31:13 +00:00
Commit Graph

205 Commits

Author SHA1 Message Date
diego
7b87730dac Remove support for 2.5.x kernels.
It's just a bunch of ugly #ifdef conditionals and probably does not work
with later 2.5.x versions anyway.  For 2.6.x there is an external version.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22696 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 15:12:58 +00:00
diego
631b6b4b53 Remove useless compilation commands that are provided by builtin rules.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22694 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 14:01:50 +00:00
diego
53a7ba6ae4 Merge test rules using general pattern.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22693 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 14:00:34 +00:00
diego
48871ecebe Install tdfx_vid.o as well.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22692 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 13:58:36 +00:00
diego
d7640773b1 Remove now unnecessary MGA_VID_OBJ variable indirection.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22691 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 13:56:54 +00:00
diego
26248f7480 Remove pointless variable indirection.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22690 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 13:55:45 +00:00
diego
0537f6cbff Remove remnants of Linux 2.6 support, the mga_vid.c part was made to
disappear in Limbo with 'cvs admin -o' ages ago.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22689 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 13:53:15 +00:00
diego
a94ea0f520 Remove pointless variable indirection for -I options.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22688 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 13:29:26 +00:00
diego
c5ccfdffd6 Remove unnecessary -I option from CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22687 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 13:28:03 +00:00
diego
1ea573c3bd cosmetics: Remove superfluous comment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22684 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 11:33:01 +00:00
diego
25411fd476 Remove superfluous .o creation rule, it's the same as the builtin one.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22683 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 11:32:02 +00:00
diego
e47d785cfc Remove unused variables INCLUDES and MOD_PATH_PREFIX.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22682 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 11:29:00 +00:00
diego
c5fa361f01 Remove unused variable AFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22681 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 11:19:01 +00:00
diego
7c40a3c782 Put -D options in CPPFLAGS, don't duplicate -D__KERNEL__.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22680 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 11:15:15 +00:00
diego
99d889f667 wording/spelling/cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22678 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 09:18:08 +00:00
diego
baaded6afa Rename tdfx_vid_tst to tdfx_vid_test.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22677 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 09:12:29 +00:00
diego
40ebeb77ea Merge README.linux.2.6 into general README.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22676 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 09:07:21 +00:00
diego
167f1f251d Merge Rage128 README into general README.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22675 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 09:02:00 +00:00
diego
f8f7b06cbf Build tdfx_vid.o and tdfx_vid_tst by default under Linux 2.4.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22673 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 01:20:53 +00:00
diego
2cdfe69f79 Merge CFLAGS and INCLUDES where appropriate.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22672 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 01:18:03 +00:00
diego
d4d1865454 Make strange clean/distclean rules behave in a more standard fashion.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22671 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 01:12:18 +00:00
diego
c3c40b77ce Get rid of ugly conditionals.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22670 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 01:09:37 +00:00
diego
2a51a66260 Get rid of stupid recursion within a single directory.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22669 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 01:01:15 +00:00
diego
12ae674cf7 Remove unnecessary include options from compilation command.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22668 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:59:42 +00:00
diego
f7f4d8eadd Simplify compilation commands.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22667 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:56:45 +00:00
diego
ce32d92f20 Remove rule for non-existing file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22666 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:53:53 +00:00
diego
4155dd2cb9 Simplify compilation command.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22665 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:52:05 +00:00
diego
dcf70a9e9c Mark phony targets as such.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22664 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:45:56 +00:00
diego
ce9c8afc26 whitespace cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22663 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:44:13 +00:00
diego
47a7719f5e Mark phony targets as such.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22662 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:41:59 +00:00
diego
00cb57760c Split dependency and rule declaration, avoids duplicate command.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22661 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:41:18 +00:00
diego
c692b04e92 Simplify compilation commands.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22660 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:39:03 +00:00
diego
4f9a4a72c9 Fix FSF address and otherwise broken license headers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21995 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-22 08:02:06 +00:00
diego
cf4bf03dc2 Unify dep/depend targets.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21096 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-20 11:18:01 +00:00
attila
0612c70909 add a file saying that people should not try to compile
the svn mga vid for 2.6


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18911 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-05 16:51:42 +00:00
diego
4b64ef7e8e Remove now obsolete .cvsignore files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18556 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-02 11:24:33 +00:00
diego
19c45ff4e1 Simplify mkdir calls.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18084 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-13 16:49:56 +00:00
diego
89d549f984 Make clean/distclean behave uniformly in all directories.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17489 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-27 00:06:42 +00:00
alex
3c93e7b558 1l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15898 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-03 11:34:18 +00:00
diego
7fe7f31e82 embarassing typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12858 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-19 23:11:06 +00:00
alex
e1ed2ee4de mga_vid under linux 2.6.x support written by F. O. Tempel, Ed Sweetman, Gergely Nagy among others
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12695 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-26 14:03:06 +00:00
gabucino
fadce2d781 many small typo and grammar fixes
Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11001 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-04 17:29:08 +00:00
attila
afe36fd0a5 * Add multi device support.
For the moment up to 16 cards are supported.
  More can be added easily by changing 2 defines.
  This makes 90% of the patch (mostly stupid s/$var/card->$var/)
  The different devices can be accessed by different minor
  numbers (0-15):
  	mknod /dev/mga_vid0 c 178 0
  	mknod /dev/mga_vid1 c 178 1
  	mknod /dev/mga_vid2 c 178 2
  	mknod /dev/mga_vid3 c 178 3
	...
	ln -s mga_vid /dev/mga_vid

* Change the devfs code to let the kernel assign us
  a major and a minor number (what is the sense behind
  using devfs anyways if we dont do that ?)
  Subdevices for the different cards are created.
  mga_vid uses the first card (for compatibility)

* Fix a possible error when mmap() is called before
  the card is configured by a ioctl().


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10744 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-31 20:57:34 +00:00
diego
8838b4afa6 output typo fixes: unknow --> unknown
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10398 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-09 01:30:24 +00:00
albeu
329c07dcb2 Allow negative x,y for the overlay.
Fix the window size


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10340 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-26 13:21:59 +00:00
albeu
dec444e1a9 The overlay can't downscale
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9707 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-27 20:25:32 +00:00
alex
79926901bc selectable 'major', patch by Hans-Andreas Engel <engel@node.ch>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9640 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-21 17:59:15 +00:00
alex
57bd498e1b multiple mga device support by Hans-Andreas Engel <engel@node.ch>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9632 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-21 16:29:04 +00:00
arpi
f89de81e9f add MODULE_LICENSE
based on patch by Kronos <kronos@kronoz.cjb.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9589 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-14 23:22:35 +00:00
albeu
6e87e75c63 Shut up some debug messages
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9569 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-12 14:58:55 +00:00