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
reimar
c443bde56a
Add VIDEOMEMORY_SIZE define to allow to easily change it.
...
Needed for xvidix sine X seems to ignore VideoRAM settings < 8MB,
causing a mess when MPlayer and X use the same memory.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20516 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-29 14:45:44 +00:00
diego
cd48432d6c
Remove -fno-PIC check from configure and put -fPIC back at the beginning
...
of CFLAGS in libdha/ and vidix/drivers/.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20404 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-23 10:02:21 +00:00
diego
e0651eb9f2
Temporary hotfix: Move -fPIC after OPTFLAGS so that -fno-PIC gets overridden.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20313 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-19 21:58:57 +00:00
faust3
4e2f5bc1a2
move video memory info printf before the WIN32 workaround
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19959 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-23 16:46:08 +00:00
diego
fffeb2311b
cosmetics: Reorder some rules.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19522 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-24 01:01:37 +00:00
diego
ce3eff42d2
Adapt .so pattern rule for more than one object file.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19521 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-24 00:54:52 +00:00
diego
6a113e32e2
Redundancy removal part IV: Create pattern rules for .o and .so creation.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19520 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-24 00:50:17 +00:00
diego
a1168552e6
sis_vid.so should be created from more than one object.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19519 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-24 00:45:31 +00:00
diego
e9d5f54f41
Remove nonsens comment.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19518 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-24 00:26:07 +00:00
diego
a73ba40546
Redundancy removal part III: Unify LDFLAGS handling some more.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19517 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-24 00:21:47 +00:00
diego
78e866309a
Redundancy removal part II: Remove useless variable indirection.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19516 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-24 00:16:11 +00:00
diego
cd41171a60
Redundancy removal part I: Unify CFLAGS and LDFLAGS handling.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19515 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-23 14:45:29 +00:00
diego
3d2ea37d55
The way to ignore failing commands in Makefiles is to prepend a -.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19514 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-23 14:34:42 +00:00
diego
600ac3b11f
Simplify compilation commands with $< and $@.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19513 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-23 10:48:26 +00:00
diego
bb470a2dde
Remove useless define from MACH64 CFLAGS.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19512 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-23 10:35:55 +00:00
diego
995db78f4c
Remove reference to long-gone genfb driver.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19509 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-23 09:17:42 +00:00
diego
b02e7924b9
Move all internal -I parameters to the front of CFLAGS to avoid using external
...
header files that happen to have the same name as internal ones.
based on a patch by Vladislav Naumov, vladislav.naumov **at** gmail **dot** com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19426 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-17 17:19:56 +00:00
reynaldo
b7beba3003
drops casts from void * on malloc/calloc from vidix/
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19073 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 21:22:56 +00:00
reynaldo
c0c641f0e3
marks several function without a prototype which arent used outside its sourcefile as static, Patch by Stefan Huehner - stefan AT huehner-org
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19071 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 20:59:18 +00:00
diego
e364249f21
Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18981 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-09 16:01:36 +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
7f2eabd445
Remove unnecessary le2me_32 macros.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18319 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-27 17:20:01 +00:00
faust3
c9cf174b9c
support for Geforce FX5500 based on patch by Pascal Yu <yu_pascal at hotmail.com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17569 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-09 18:17:04 +00:00
rathann
e7db4ccf1a
Patch by Stefan Huehner / stefan % huehner ! org \
...
patch replaces '()' for the correct '(void)' in function
declarations/prototypes which have no parameters. The '()' syntax tell
thats there is a variable list of arguments, so that the compiler cannot
check this. The extra CFLAG '-Wstrict-declarations' shows those cases.
Comments about a similar patch applied to ffmpeg:
That in C++ these mean the same, but in ANSI C the semantics are
different; function() is an (obsolete) K&R C style forward declaration,
it basically means that the function can have any number and any types
of parameters, effectively completely preventing the compiler from doing
any sort of type checking. -- Erik Slagter
Defining functions with unspecified arguments is allowed but bad.
With arguments unspecified the compiler can't report an error/warning
if the function is called with incorrect arguments. -- Måns Rullgård
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17567 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-09 14:08:03 +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
diego
988281c471
Update licensing information: The FSF changed postal address.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17368 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-13 00:23:32 +00:00
rathann
2601de4120
massive attack: mp_msg printf format fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17367 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-12 20:04:36 +00:00
diego
76227af718
support for Radeon 9550
...
patch by suns sunstechlive -- ta -- yahoo -- tod -- com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17351 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-08 22:18:03 +00:00
rathann
9bdbfdf2aa
use $(INSTALLSTRIP) consistently
...
patch by Ville Skyttä
closes bugzilla #178
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17289 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-03 00:24:17 +00:00
ods15
d01676ab42
fix setting colorkey in vidix mga_vid
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17249 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-26 20:46:20 +00:00
faust3
b4640b44fc
it looks like width needs to be a multiple of 64 for newer cards
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16954 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-09 16:10:45 +00:00
faust3
91294fea43
mach64_mmio size fix from vidix.sf.net, possible bugfix for #59
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16821 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-20 18:03:43 +00:00
faust3
797ace2f69
sync amd64 fixes from vidix.sf.net
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16820 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-20 17:56:28 +00:00
diego
e72392399b
support for GeForce FX Go5200 (newer Apple PowerBooks)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16417 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 20:50:10 +00:00
reimar
f80470335c
Only older card version seem to make problems with y < 8 in text mode.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16409 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 17:12:28 +00:00
reimar
4f8a81ab89
equalizer fixes: changing one attribute reset the others,
...
brightness control for NV03/NV04
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16390 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-04 21:00:07 +00:00
reimar
1626e98dd9
equalizer support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16381 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-03 19:31:10 +00:00
reimar
61b9d066df
64 bit fix: do not cast pointers to uint32_t
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16379 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-03 19:20:51 +00:00
reimar
32f8f95be7
vidix support for nVidix FX Go 5700
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16377 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-03 19:10:43 +00:00
faust3
f3952d762c
initial endianess fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16372 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-03 10:27:22 +00:00
faust3
dea63be70c
simplification
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16371 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-03 10:06:08 +00:00
faust3
df50ce22f3
fix window position adjustment
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16368 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-03 08:48:59 +00:00
faust3
14b640e849
radeon x300 support patch by Christophe Preaud <cpreaud at free.fr>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15921 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-05 14:57:48 +00:00
aurel
07a5e19787
override memory size detection bug on rage 128 RL/VR
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15110 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-10 17:40:44 +00:00
aurel
94a89161fe
add support for one more radeon 9200 model (the one included in the Mac Mini)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15109 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-10 17:39:18 +00:00
rathann
656f84e686
missing #include
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14886 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-01 22:56:07 +00:00
faust3
7c9dd9352d
10l, pointers aren't always 32bit
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14364 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-04 22:28:10 +00:00
faust3
f52a7c5fd4
10l, patch by Martin Braun <braun12@gmx.de>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14251 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-27 18:11:06 +00:00
rtognimp
512d5cbd9d
1l misplaced variable declaration
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14216 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-22 21:32:58 +00:00