summaryrefslogtreecommitdiffstats
path: root/libdha/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Unify dep/depend targets.diego2006-11-201-3/+1
| | | | 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
* 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
* Simplify mkdir calls.diego2006-04-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18084 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
* 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
* 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
* Install libdha into LIBDIR.reimar2005-01-011-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14292 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
* fix compilation on cygwinfaust32004-03-261-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12070 b3059339-0415-0410-9bf9-f77b7e298cf2
* imho static linking causes less problems for mingwfaust32003-10-221-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11239 b3059339-0415-0410-9bf9-f77b7e298cf2
* automatic svgalib_helper detectionalex2003-04-081-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9882 b3059339-0415-0410-9bf9-f77b7e298cf2
* pci_names.c creation fixupalex2002-12-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8507 b3059339-0415-0410-9bf9-f77b7e298cf2
* svgalib kernelhelper support (based on patch by Matan Ziv-Av ↵alex2002-12-201-0/+5
| | | | | | <matan@svgalib.org>) and some reordering/cleanup (part #1 ;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8504 b3059339-0415-0410-9bf9-f77b7e298cf2
* uninstall switchalex2002-12-151-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8462 b3059339-0415-0410-9bf9-f77b7e298cf2
* really fix latest fix. But now this versioning stopped making sense to me.eyck2002-10-211-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7825 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix previous patch.eyck2002-10-201-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7813 b3059339-0415-0410-9bf9-f77b7e298cf2
* change versioning of libdha, patch from Guillem Jover <guillem.jover@menta.net>eyck2002-10-201-5/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7812 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed -W -Wall -g and other gcc-specific warning/debug optionsarpi2002-08-221-1/+1
| | | | | | | patch by Joey Parrish <joey@yunamusic.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7074 b3059339-0415-0410-9bf9-f77b7e298cf2
* adds a soname and a shared library version number to libdha.arpi2002-08-141-2/+2
| | | | | | | patch by Goetz Waschk <waschk@informatik.uni-rostock.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7006 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small fix for non-X86 OpenBSD by Björn Sandell <biorn at dce.chalmers.se>atmos42002-07-031-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6629 b3059339-0415-0410-9bf9-f77b7e298cf2
* pci.db is now uncompressed in cvs, sync with mplayerxparpi2002-05-311-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6254 b3059339-0415-0410-9bf9-f77b7e298cf2
* various openbsd and general warning fixes - patch by Björn Sandell ↵arpi2002-05-121-2/+10
| | | | | | <biorn@dce.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6058 b3059339-0415-0410-9bf9-f77b7e298cf2
* MTRR configuringnick2002-02-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4477 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use 'install' instead of 'cp'nick2002-01-171-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4216 b3059339-0415-0410-9bf9-f77b7e298cf2
* *awk detectionatmos42002-01-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4173 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for cygwin.atmos42002-01-151-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4168 b3059339-0415-0410-9bf9-f77b7e298cf2
* gawk -> awkalex2002-01-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4111 b3059339-0415-0410-9bf9-f77b7e298cf2
* Gawk generatornick2002-01-121-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4107 b3059339-0415-0410-9bf9-f77b7e298cf2
* Embedding vidixnick2002-01-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4031 b3059339-0415-0410-9bf9-f77b7e298cf2
* preliminary support of direct hardware accessnick2002-01-041-0/+53
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3974 b3059339-0415-0410-9bf9-f77b7e298cf2