summaryrefslogtreecommitdiffstats
path: root/libdha
Commit message (Collapse)AuthorAgeFilesLines
* Reuse common parts of all Makefiles.diego2007-03-151-11/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22603 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use versioned names explicitly instead of employed backwards-named variables.diego2007-03-151-8/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22602 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify conditional expression.diego2007-03-151-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22601 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove Cygwin case from conditional, it's overridden by the Win32 case.diego2007-03-151-4/+0
| | | | | | | This time without stray garbage mixed in... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22600 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert previous broken commit.diego2007-03-151-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22599 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove Cygwin case from conditional, it's overridden by the Win32 case.diego2007-03-151-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22598 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename LIBS variable to more standard name EXTRALIBS.diego2007-03-151-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22597 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix test program linkage.diego2007-03-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22596 b3059339-0415-0410-9bf9-f77b7e298cf2
* SHORTNAME is not a target so it should not be used as prerequisite.diego2007-03-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22594 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge two clean commands.diego2007-03-151-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22593 b3059339-0415-0410-9bf9-f77b7e298cf2
* whitespace cosmeticsdiego2007-03-151-7/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22592 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use standard variable names for SRCS and OBJS.diego2007-03-151-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22591 b3059339-0415-0410-9bf9-f77b7e298cf2
* Install targets should not remove files.diego2007-03-151-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22590 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add pci_names.c as prerequisite of the all target instead of the .o files.diego2007-03-141-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22589 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use the install program detected by configure.diego2007-03-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22588 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless .SUFFIXES variable.diego2007-03-141-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22587 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused SONAME_FLAGS variable.diego2007-03-141-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22586 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove commented out superfluous lines.diego2007-03-141-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22585 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify rules using make shorthands.diego2007-03-141-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22584 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify .depend file inclusion.diego2007-02-271-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22360 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move ldconfig platform differences into configure where they belong.diego2007-01-201-10/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21973 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove generated pci_* files on clean, not just on distclean.diego2007-01-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21868 b3059339-0415-0410-9bf9-f77b7e298cf2
* GNU/kFreeBSD support, closes Bugzilla #704.diego2007-01-101-1/+1
| | | | | | | patch by Petr Salinger, Petr.Salinger seznam cz git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21866 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix dependencies for pci_names.c.diego2007-01-061-2/+2
| | | | | | | based on patch by Carl Eugen Hoyos, cehoyos ag.or at git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21839 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for vidix on ATI Radeon 9600SE cardsben2007-01-041-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21816 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hack around libavutil/bswap.h compilation problems due to always_inline ↵reimar2006-12-071-1/+1
| | | | | | undefined. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21523 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21388 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove config.h, there are multiple files under that name, inviting bugs anddiego2006-11-261-16/+0
| | | | | | | | confusion. This file only contained two definitions, one commented out, the other never activated. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21272 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous comment.diego2006-11-251-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21246 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify dep/depend targets.diego2006-11-202-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21096 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove -fno-PIC check from configure and put -fPIC back at the beginningdiego2006-10-231-1/+1
| | | | | | | of CFLAGS in libdha/ and vidix/drivers/. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20404 b3059339-0415-0410-9bf9-f77b7e298cf2
* Temporary hotfix: Move -fPIC after OPTFLAGS so that -fno-PIC gets overridden.diego2006-10-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20313 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove stray line.diego2006-10-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20310 b3059339-0415-0410-9bf9-f77b7e298cf2
* The FSF changed postal address.diego2006-09-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19620 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
| | | | | | | | 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
* disable dha kernelhelper support by default.attila2006-07-291-1/+1
| | | | | | | gets rid of an error message that confuses users git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19238 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove now obsolete .cvsignore files.diego2006-06-022-11/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18556 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify mkdir calls.diego2006-04-132-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18084 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change some printf calls to fprintf.diego2006-03-273-3/+3
| | | | | | | based on a patch by Attila Ötvös, oattila,,@,,chello,,.,,hu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17972 b3059339-0415-0410-9bf9-f77b7e298cf2
* Discard return value from ldconfig, it might not work on non-root installs.diego2006-03-261-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17965 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-251-1/+5
| | | | | | | to ease patching in the future. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17944 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for Geforce FX5500 based on patch by Pascal Yu <yu_pascal at ↵faust32006-02-091-0/+1
| | | | | | hotmail.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17569 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17489 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for Radeon 9550diego2006-01-081-0/+1
| | | | | | | patch by suns sunstechlive -- ta -- yahoo -- tod -- com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17351 b3059339-0415-0410-9bf9-f77b7e298cf2
* use $(INSTALLSTRIP) consistentlyrathann2006-01-031-1/+1
| | | | | | | | patch by Ville Skyttä closes bugzilla #178 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17289 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixrathann2005-12-051-1/+2
| | | | | | | sysdep/pci_linux.c:93: warning: implicit declaration of function 'iopl' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17100 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for GeForce FX Go5200 (newer Apple PowerBooks)diego2005-09-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16417 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore libdha test program.diego2005-09-061-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16411 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make MTRR setup work on AMD64 and simplify some #ifdefsreimar2005-09-031-13/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16378 b3059339-0415-0410-9bf9-f77b7e298cf2
* vidix support for nVidix FX Go 5700reimar2005-09-031-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16377 b3059339-0415-0410-9bf9-f77b7e298cf2
* radeon x300 support patch by Christophe Preaud <cpreaud at free.fr>faust32005-07-051-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15921 b3059339-0415-0410-9bf9-f77b7e298cf2
* DragonFly BSD supportdiego2005-05-251-1/+1
| | | | | | | patch by Joerg Sonnenberger <joerg - at - britannica - dot - bec - dot - de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15567 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use the public sys/kbio.h header instead of messing with the MI headers, whichdiego2005-05-231-4/+1
| | | | | | | | doesn't exist anymore on DragonFly. Approved by the FreeBSD ports maintainer. patch by Joerg Sonnenberger <joerg - at - britannica - bec - de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15556 b3059339-0415-0410-9bf9-f77b7e298cf2
* add support for one more radeon 9200 model (the one included in the Mac Mini)aurel2005-04-101-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15109 b3059339-0415-0410-9bf9-f77b7e298cf2
* openbsd xf86 aperture supportalex2005-01-211-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14568 b3059339-0415-0410-9bf9-f77b7e298cf2
* Install libdha into LIBDIR.reimar2005-01-011-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14292 b3059339-0415-0410-9bf9-f77b7e298cf2
* Radeon R200 QM (Radeon 9100) support patch by Simone <beniamino.scanzoni at ↵faust32004-12-201-0/+1
| | | | | | fastwebnet.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14196 b3059339-0415-0410-9bf9-f77b7e298cf2
* CLE266 Vidix driver initial patch by Timothy Lee <timothy@siriushk.com>, ↵faust32004-10-101-0/+1
| | | | | | doxygen comments by Benjamin Zores <ben@tutuxclan.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13606 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix build on Turkish locales when LC_ALL is already set.diego2004-07-121-1/+1
| | | | | | | patch by ismail donmez <kde@myrealbox.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12803 b3059339-0415-0410-9bf9-f77b7e298cf2
* make the awk script working for localized machines too, patch by Onur Kucukalex2004-06-261-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12693 b3059339-0415-0410-9bf9-f77b7e298cf2
* x86-64 (amd64) support by Kenny Rootalex2004-06-262-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12688 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct model numberdiego2004-05-121-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12460 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for a few more Radeons, patch by Nyk Tarr.diego2004-05-091-0/+7
| | | | | | | Extended, corrected and tested by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12455 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lfaust32004-05-091-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12454 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2004-05-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12453 b3059339-0415-0410-9bf9-f77b7e298cf2
* report if the service creation failedfaust32004-05-091-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12451 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for a few more radeons patch by Reza Jelveh <reza.jelveh at ↵faust32004-04-301-0/+3
| | | | | | tu-harburg.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12362 b3059339-0415-0410-9bf9-f77b7e298cf2
* dhahelper.sys is put here for installation.diego2004-04-201-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12241 b3059339-0415-0410-9bf9-f77b7e298cf2
* Error message improved, wording.diego2004-04-011-12/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12099 b3059339-0415-0410-9bf9-f77b7e298cf2
* svgalib 1.9.18 compile fix, still wont work for me though...atmos42004-03-282-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12079 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for Radeon 9200 based video boards patch by Benjamin Zores <ben at ↵faust32004-03-261-0/+12
| | | | | | tutuxclan.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12071 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation on cygwinfaust32004-03-262-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12070 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mobility Radeon 9600/9700 supportfaust32004-03-231-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12061 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000lfaust32004-03-231-4/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12059 b3059339-0415-0410-9bf9-f77b7e298cf2
* Windows XP supportfaust32004-03-235-0/+475
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12058 b3059339-0415-0410-9bf9-f77b7e298cf2
* windows xp supportfaust32004-03-232-3/+57
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12057 b3059339-0415-0410-9bf9-f77b7e298cf2
* a few more nvidia cards (only tested card is GeForceFX 5200)faust32004-01-301-0/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11896 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling + grammardiego2003-12-311-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11705 b3059339-0415-0410-9bf9-f77b7e298cf2
* occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>diego2003-12-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11679 b3059339-0415-0410-9bf9-f77b7e298cf2
* Makes radeon_vid work with the Radeon 9600 Pro card.wight2003-12-191-0/+2
| | | | | | | Patch by Jonas Jensen <jbj@knef.dk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11659 b3059339-0415-0410-9bf9-f77b7e298cf2
* cumulative libc5 compatibility patch ;)gabucino2003-11-131-1/+1
| | | | | | | | - VESA detection by sys/io.h header - workaround a missing define on libc5 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11456 b3059339-0415-0410-9bf9-f77b7e298cf2
*