aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Collapse)AuthorAge
* Fix _inc_extra handling in DirectFB check.Gravatar diego2006-01-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17293 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r390 (bime)Gravatar lorenm2005-12-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17269 b3059339-0415-0410-9bf9-f77b7e298cf2
* AIX PPC portGravatar diego2005-12-29
| | | | | | | patch by "Derek E. Lewis" < -- dlewis -- @ -- solnetworks -- . -- net -- > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17265 b3059339-0415-0410-9bf9-f77b7e298cf2
* - move our setenv() fallback implementation to osdepGravatar al2005-12-26
| | | | | | | | | | | - assert that the override param is nonzero (zero is not implemented) - correct return value type to int based on a patch by Diego fixes bugzilla bug #342 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17246 b3059339-0415-0410-9bf9-f77b7e298cf2
* prefer newer terminfo-capable libraries (ncurses or terminfo)Gravatar rathann2005-12-25
| | | | | | | over the old termcap git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17238 b3059339-0415-0410-9bf9-f77b7e298cf2
* improove termcap detection, -lncurses works tooGravatar ods152005-12-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17237 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation when dvdkit and dvdread are not availableGravatar nicodvb2005-12-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17192 b3059339-0415-0410-9bf9-f77b7e298cf2
* restore the old behavior for --enable-theora, ie. provide a sane default for ↵Gravatar aurel2005-12-13
| | | | | | $_ld_theora git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17189 b3059339-0415-0410-9bf9-f77b7e298cf2
* Darwin does not support -rdynamic.Gravatar diego2005-12-13
| | | | | | | patch by Emanuele Giaquinta < emanuele . . . giaquinta . @ . gmail . . . com > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17187 b3059339-0415-0410-9bf9-f77b7e298cf2
* make fribidi autodetect by default instead of disableGravatar ods152005-12-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17177 b3059339-0415-0410-9bf9-f77b7e298cf2
* AMD's Family 6 CPUs come with two flavors: one that supports SSE andGravatar diego2005-12-01
| | | | | | | | | | | | one that dosen't. However, they're not easily distinguishible from their signature (family, model and stepping). Original configure might set -march=athlon-4 for a CPU that dosen't support SSE and causes gcc to generate code that won't run on the target machine. Closes bug #267. patch by Zuxy Meng zuxy -- dot -- meng -- at -- gmail -- dot -- com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17068 b3059339-0415-0410-9bf9-f77b7e298cf2
* Correct optimization for C3, patch by Zuxy Meng < zuxy POIS meng AH gmail ↵Gravatar gpoirier2005-11-26
| | | | | | | | | | | POIS com > Original thread Date: Nov 25, 2005 3:35 AM Subject: [MPlayer-dev-eng] [PATCH] Correct optimization for C3 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17048 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r373 (brdo)Gravatar lorenm2005-11-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17026 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove stray \n and shorten overly long lines in the process.Gravatar diego2005-11-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17002 b3059339-0415-0410-9bf9-f77b7e298cf2
* Tests should use echocheck/echores instead of plain echo for output.Gravatar diego2005-11-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17001 b3059339-0415-0410-9bf9-f77b7e298cf2
* Configure support for Cyrix C3Gravatar gpoirier2005-11-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16980 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo: libcio --> libcdioGravatar diego2005-11-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16943 b3059339-0415-0410-9bf9-f77b7e298cf2
* make it optionally possible to compile MPlayer with libcdio instead of ↵Gravatar faust32005-11-06
| | | | | | | | | | | libcdparanoia patch by Erik Lunchpail <erik_27can at yahoo.com> base on patch by Rocky Bernstein <rocky at panix.com> minor modification by myself git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16936 b3059339-0415-0410-9bf9-f77b7e298cf2
* Speex support. Seeking and pts generation does not work.Gravatar reimar2005-11-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16916 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow detection of theora without pkg-config and linking against internalGravatar reimar2005-11-05
| | | | | | | tremor ogg functions instead of external ogg lib. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16914 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r360 (trellis)Gravatar lorenm2005-11-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16899 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc -dumpmachine outputs x86_64-something on some machines andGravatar diego2005-10-26
| | | | | | | | amd64-something on others. Handle both cases. Fixes bug #325. patch by Pawel Sakowski < pawel __ dot __ sakowski __ dot __ pl > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16868 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extra processor information needs to be known in the x86_64 case as wellGravatar diego2005-10-25
| | | | | | | | for x86_64 optimizations to get enabled. patch by Corey Hickey < bugfood-ml __ at __ fatooh __ dot __ org > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16851 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing the unverified patch (one of the millions) commited by:Gravatar gabucino2005-10-25
| | | | | | | | Attila "I'll ban you forever" Kinali AKA KotH teh idiot, date: 2003/10/04 23:06:04 rev 1.779 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16850 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r334 (crf)Gravatar lorenm2005-10-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16847 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for prescott, nocona and pentium-m processorsGravatar diego2005-10-23
| | | | | | | based on a patch by Corey Hickey < bugfood-ml . at . fatooh . dot . org > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16834 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a comment to an esac where the case is very far away.Gravatar diego2005-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16833 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplification of the system_name check and the PPC CPU type check.Gravatar diego2005-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16832 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a comment to else clauses where the if is very far away.Gravatar diego2005-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16831 b3059339-0415-0410-9bf9-f77b7e298cf2
* add cross-compiling supportGravatar aurel2005-10-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16805 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace all the direct $TMPO calls by a tmp_run() function callGravatar aurel2005-10-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16804 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace mp3lame version detection by required features detectionGravatar aurel2005-10-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16803 b3059339-0415-0410-9bf9-f77b7e298cf2
* modify DirectFB version detection so that it only requires pre-processingGravatar aurel2005-10-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16802 b3059339-0415-0410-9bf9-f77b7e298cf2
* modify alsa version detection so that it don't require running the generated ↵Gravatar aurel2005-10-18
| | | | | | binary git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16801 b3059339-0415-0410-9bf9-f77b7e298cf2
* add a cxx_check function to simplify C++ libs checkingGravatar aurel2005-10-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16800 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove nonsense break statements that do nothing..Gravatar rfelker2005-10-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16783 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add MIPS64 detection.Gravatar diego2005-10-16
| | | | | | | patch by Luca Barbato < lu_zero == at == gentoo == dot == org > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16781 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extend the network test to also check the socket libs.Gravatar diego2005-10-15
| | | | | | | patch by Derek E. Lewis < dlewis -- at -- solnetworks -- at -- net > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16770 b3059339-0415-0410-9bf9-f77b7e298cf2
* third time is lucky, eh? last workaround broke netbsd, which apparently also ↵Gravatar rfelker2005-10-14
| | | | | | has a broken noncompliant implementation of tr. if it still doesn't work... blame someone else. :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16760 b3059339-0415-0410-9bf9-f77b7e298cf2
* Put networking lib linker flag checks in the order they were before theGravatar diego2005-10-11
| | | | | | | configure cleanup. Fixes build on Solaris. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16736 b3059339-0415-0410-9bf9-f77b7e298cf2
* solaris bug workarounds, take 2..Gravatar rfelker2005-10-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16732 b3059339-0415-0410-9bf9-f77b7e298cf2
* work around (buggy?) solaris tr. hope this helps.. please report if its ↵Gravatar rfelker2005-10-11
| | | | | | still broken git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16725 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r318 (mixed_refs)Gravatar lorenm2005-10-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16713 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fix at (_)ld_dlGravatar iive2005-10-08
| | | | | | | patch by jb13 at gomerbud com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16712 b3059339-0415-0410-9bf9-f77b7e298cf2
* detect Centaur CPUs (Winchip, VIA C3)Gravatar henry2005-10-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16682 b3059339-0415-0410-9bf9-f77b7e298cf2
* faac vs _faac typo fix by Giacomo Comes < comes -- at -- naic -- dot -- edu >Gravatar diego2005-10-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16681 b3059339-0415-0410-9bf9-f77b7e298cf2
* Shut up jack pkg-config.Gravatar diego2005-10-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16669 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use pkg-config to detect theora dependencies.Gravatar diego2005-10-04
| | | | | | | patch by j -- at -- thing -- dot -- net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16661 b3059339-0415-0410-9bf9-f77b7e298cf2
* General cleanup: do not link -lm multiple times, use for...in loops insteadGravatar reimar2005-10-03
| | | | | | | of some if..elif constructs etc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16652 b3059339-0415-0410-9bf9-f77b7e298cf2
* Expose MSG_USE_COLORS in config.h.Gravatar diego2005-10-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16634 b3059339-0415-0410-9bf9-f77b7e298cf2