aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Collapse)AuthorAge
* The combination _vis=yes and proc=v9 makes no sense and will not even compile.Gravatar reimar2007-10-03
| | | | | | | Change it to proc=ultrasparc, that may not be right, but it can not get any worse... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24695 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not uselessly set _x264 to the value it already hasGravatar reimar2007-10-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24693 b3059339-0415-0410-9bf9-f77b7e298cf2
* Detect support of and add necessary CFLAGS to avoid crashes when loadingGravatar diego2007-10-01
| | | | | | | | Win32 DLLs on Mac OS X / Intel. based on patch by Ulion, ulion2002 gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24683 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless quotes.Gravatar diego2007-10-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24680 b3059339-0415-0410-9bf9-f77b7e298cf2
* revert changes r23805, r23819 and r23866 to restore the mga_vid checkGravatar attila2007-09-30
| | | | | | | to the "autodetection" from r2944 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24675 b3059339-0415-0410-9bf9-f77b7e298cf2
* Require atleast libnemesi 0.6.2 (range api and h263 supportGravatar lu_zero2007-09-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24674 b3059339-0415-0410-9bf9-f77b7e298cf2
* Gentoo patches for XextGravatar lu_zero2007-09-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24672 b3059339-0415-0410-9bf9-f77b7e298cf2
* Give temporary executable file the system-specific executable extension.Gravatar diego2007-09-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24671 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move declaration of temporary file variables to after the system-specificGravatar diego2007-09-29
| | | | | | | variable declarations (preparation for next patch). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24670 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix Theora check without pkgconfig, -ltheora will not link on its own,Gravatar diego2007-09-29
| | | | | | | | -logg is needed as well. patch by Gianluigi Tiesi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24669 b3059339-0415-0410-9bf9-f77b7e298cf2
* Nuke some more outdated and confusing comments.Gravatar diego2007-09-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24668 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant comment.Gravatar diego2007-09-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24667 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless comment.Gravatar diego2007-09-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24666 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Move the command to remove configure.log out of a block of variableGravatar diego2007-09-29
| | | | | | | declarations to just before the configure.log is first written to. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24665 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing uau's GNUisms... 100lGravatar rfelker2007-09-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24626 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation after FFmpegs r10594.Gravatar cehoyos2007-09-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24624 b3059339-0415-0410-9bf9-f77b7e298cf2
* BFIN is an architecture not a CPU extension, so move it from _cpuexts_all to ↵Gravatar reimar2007-09-26
| | | | | | _arch_all git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24621 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix building without network.Gravatar iive2007-09-22
| | | | | | | | | When _network=='no' then _nemesi, _live and _native_rtsp would keep their default values, in the the case of _native_rtsp this happens to be 'yes'. Clearing them also produces nicer output. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24593 b3059339-0415-0410-9bf9-f77b7e298cf2
* libnemesi support, yet another rtsp/rtp library...Gravatar lu_zero2007-09-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24584 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mention that libavc png decoder depends on zlibGravatar reimar2007-09-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24571 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge three sed invocations into one.Gravatar diego2007-09-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24546 b3059339-0415-0410-9bf9-f77b7e298cf2
* Install man pages in $(PREFIX)/share/man instead of $(PREFIX)/manGravatar diego2007-09-16
| | | | | | | in order to better comply with the FHS. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24545 b3059339-0415-0410-9bf9-f77b7e298cf2
* prevent some vidix drivers to get compiled on powerpc, they are not intended ↵Gravatar ben2007-09-15
| | | | | | to work git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24534 b3059339-0415-0410-9bf9-f77b7e298cf2
* restored vidix build on powerpcGravatar ben2007-09-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24533 b3059339-0415-0410-9bf9-f77b7e298cf2
* pthreads support is required for teletextGravatar voroshil2007-09-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24474 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix ESD check: use an ESD function to actually check linking and doGravatar reimar2007-09-14
| | | | | | | not uselessly run resulting binary. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24461 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not replace _ by - if x86_64 is given in --target.Gravatar reimar2007-09-12
| | | | | | | Patch by Andrew Calkin (andrew calkin gmail com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24430 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move vo_3dfx check after vo_dga check, vo_3dfx needs -lXxf86dga to link.Gravatar diego2007-09-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24381 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix fast_cmov detection broken by r24371Gravatar zuxy2007-09-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24372 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use -march=native (avail. since gcc 4.2) when possibleGravatar zuxy2007-09-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24371 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix typo in r24360Gravatar cehoyos2007-09-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24361 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation after FFmpeg AUDIO_(DE)MUXER splitGravatar uau2007-09-07
| | | | | | | | | | The FFmpeg build system split AUDIO_(DE)MUXER into two parts: AUDIO_BEOS_(DE)MUXER and OSS_(DE)MUXER. cehoyos's earlier fix only changed the code from AUDIO_(DE)MUXER to AUDIO_BEOS_(DE)MUXER ignoring the other half of the split. Fix it to also disable OSS_(DE)MUXER. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24360 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation after FFmpeg r10426.Gravatar cehoyos2007-09-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24358 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix AltiVec autodetection: The autodetection was overriding configureGravatar diego2007-09-06
| | | | | | | command line options. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24350 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation after FFmpeg r10411.Gravatar cehoyos2007-09-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24345 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make DGA 1 and DGA 2 separately selectable.Gravatar diego2007-08-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24308 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not overwrite config.h unless it was changed. Mostly taken from FFmpeg.Gravatar diego2007-08-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24241 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better handling of Alpha MVI CPU extensions (untested).Gravatar diego2007-08-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24220 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused _def_altivecGravatar reimar2007-08-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24209 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify VIS detection. Also adds ENABLE_VIS define and changes "#define ↵Gravatar reimar2007-08-26
| | | | | | | | | HAVE_VIS = yes" to something more sane... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24207 b3059339-0415-0410-9bf9-f77b7e298cf2
* CONFIG_DARWIN was removed from FFmpeg.Gravatar diego2007-08-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24122 b3059339-0415-0410-9bf9-f77b7e298cf2
* Finally fix --enable-debug compilationGravatar reimar2007-08-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24120 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add libdvdcss-specific CFLAGS in the correct place.Gravatar diego2007-08-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24091 b3059339-0415-0410-9bf9-f77b7e298cf2
* adding help for --ar --ranlibGravatar mhoffman2007-08-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24081 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move setting of res_comment for internal dvdread to a more sensible place.Gravatar diego2007-08-16
| | | | | | | Now it will get set even if the dvdread check is skipped. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24080 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow setting of ranlib from the commandline of configureGravatar mhoffman2007-08-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24079 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow setting of ar from the commandline of configureGravatar mhoffman2007-08-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24078 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync libdvdread with version 0.9.5 (functional changes).Gravatar diego2007-08-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24067 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Reorder lines for consistency.Gravatar diego2007-08-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24064 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename TMPO to TMPEXE, it is an executable, not an object file.Gravatar diego2007-08-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24059 b3059339-0415-0410-9bf9-f77b7e298cf2