summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Fix building without network.iive2007-09-221-2/+4
| | | | | | | | | 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...lu_zero2007-09-191-2/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24584 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mention that libavc png decoder depends on zlibreimar2007-09-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24571 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge three sed invocations into one.diego2007-09-161-3/+1
| | | | 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)/mandiego2007-09-161-2/+2
| | | | | | | 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 ↵ben2007-09-151-0/+5
| | | | | | to work git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24534 b3059339-0415-0410-9bf9-f77b7e298cf2
* restored vidix build on powerpcben2007-09-151-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24533 b3059339-0415-0410-9bf9-f77b7e298cf2
* pthreads support is required for teletextvoroshil2007-09-141-1/+1
| | | | 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 doreimar2007-09-141-2/+2
| | | | | | | 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.reimar2007-09-121-1/+4
| | | | | | | 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.diego2007-09-091-12/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24381 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix fast_cmov detection broken by r24371zuxy2007-09-081-5/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24372 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use -march=native (avail. since gcc 4.2) when possiblezuxy2007-09-081-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24371 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix typo in r24360cehoyos2007-09-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24361 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation after FFmpeg AUDIO_(DE)MUXER splituau2007-09-071-2/+2
| | | | | | | | | | 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.cehoyos2007-09-071-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24358 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix AltiVec autodetection: The autodetection was overriding configurediego2007-09-061-4/+5
| | | | | | | command line options. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24350 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation after FFmpeg r10411.cehoyos2007-09-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24345 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make DGA 1 and DGA 2 separately selectable.diego2007-08-311-25/+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.diego2007-08-271-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24241 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better handling of Alpha MVI CPU extensions (untested).diego2007-08-271-10/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24220 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused _def_altivecreimar2007-08-261-8/+0
| | | | 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 ↵reimar2007-08-261-5/+3
| | | | | | | | | 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.diego2007-08-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24122 b3059339-0415-0410-9bf9-f77b7e298cf2
* Finally fix --enable-debug compilationreimar2007-08-221-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24120 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add libdvdcss-specific CFLAGS in the correct place.diego2007-08-181-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24091 b3059339-0415-0410-9bf9-f77b7e298cf2
* adding help for --ar --ranlibmhoffman2007-08-161-0/+2
| | | | 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.diego2007-08-161-1/+1
| | | | | | | 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 configuremhoffman2007-08-161-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24079 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow setting of ar from the commandline of configuremhoffman2007-08-161-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24078 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync libdvdread with version 0.9.5 (functional changes).diego2007-08-151-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24067 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Reorder lines for consistency.diego2007-08-151-1/+1
| | | | 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.diego2007-08-141-15/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24059 b3059339-0415-0410-9bf9-f77b7e298cf2
* Apple Remote supportdiego2007-08-141-0/+46
| | | | | | | | patch by Zoltan Ponekker, pontscho kac.poliod hu cleaned up by Ulion, ulion2002 gmail com with some help by Reimar and me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24057 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove additional warnings when using icc - similar to -Wno-pointer-sign.cehoyos2007-08-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24051 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused definition.diego2007-08-121-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24049 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move some more compiler flags to configure.diego2007-08-091-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24043 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused definition.diego2007-08-081-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24041 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move some #defines into configure/config.h.diego2007-08-081-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24031 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move HAVE_INTTYPES_H definition to a more sensible place in config.h.diego2007-08-071-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24023 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improve error message.diego2007-08-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24022 b3059339-0415-0410-9bf9-f77b7e298cf2
* Give the cpuinfo binary the right suffix $_exesufreimar2007-08-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24006 b3059339-0415-0410-9bf9-f77b7e298cf2
* add XVR-100 vo, patch by Balatoni Denes (dbalatoni interware hu)reimar2007-08-031-0/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24004 b3059339-0415-0410-9bf9-f77b7e298cf2
* Define ENABLE_GRAY for FFmpeguau2007-08-011-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23992 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l for committing untested changes, a test call was missing.diego2007-08-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23989 b3059339-0415-0410-9bf9-f77b7e298cf2
* (cosmetics) Make TV detection code two spaces indentedvoroshil2007-08-011-48/+48
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23987 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable teletext for V4Lv1.voroshil2007-08-011-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23986 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make teletext depend on freetype. Fixes compilation failer (in sub.c).iive2007-07-301-1/+1
| | | | | | | The new teletext code modifies variables that are available only with freetype font rendering support. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23952 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l, forgot to add -DGL_WIN32 to CFLAGS for Windows OpenGL testreimar2007-07-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23951 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extend OpenGL configure test to also check for glx/wgl and proper linking.reimar2007-07-301-1/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23950 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change V4L2 MPEG decoder check so it can actually failreimar2007-07-301-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23943 b3059339-0415-0410-9bf9-f77b7e298cf2
* v4l2 audio/video outputs for linux 2.6.22+ kernels (outputs formerly known ↵ben2007-07-291-0/+38
| | | | | | as ivtv) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23925 b3059339-0415-0410-9bf9-f77b7e298cf2
* Teletext support.voroshil2007-07-291-0/+26
| | | | | | | Part 2/5: options/slaves/configure/definitions/etc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23920 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable building of vo_mga on all linux platforms despite not having Matrox ↵iive2007-07-261-2/+2
| | | | | | | | | card. This could be reverted when there is proper check for Matrox card and mga_vid module presence. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23866 b3059339-0415-0410-9bf9-f77b7e298cf2
* add Hitachi SuperH (SH3) supportgpoirier2007-07-261-2/+20
| | | | | | | patch by Alex Ferguson %b_linuz A yahoo P com% git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23863 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix configure regexp for enabling FFmpeg featuresuau2007-07-251-1/+1
| | | | | | | | | | | | | | All features were disabled because of a regexp that used "[^ ]" to match start of a word. '^' is not a metacharacter meaning beginning of line inside [], instead it inverts the matching condition of the other characters in the list. Changed to use "\<" and "\>" for start/end of word instead. I don't know how standard those are, at least they're better than the previous version. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23862 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid ff_config_enable doing partial matches.reimar2007-07-251-1/+1
| | | | | | | This fixes iwmmxt incorrectly enabling mmx as well. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23859 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make the assembler accept VIS instrucitions on ultraSPARC.diego2007-07-221-1/+1
| | | | | | | patch by Balatoni Denes, dbalatoni interware hu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23844 b3059339-0415-0410-9bf9-f77b7e298cf2
* DTS decoding via libdcartogni2007-07-221-0/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23841 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused definition.diego2007-07-211-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23839 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use --static flag for pkg-config if --enable-static was used.reimar2007-07-201-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23837 b3059339-0415-0410-9bf9-f77b7e298cf2
* !00l, last commit mixed up "normal" ggi and ggiwmh tests.reimar2007-07-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23836 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change ggi and SDL tests so that linking problems with --enable-static are morereimar2007-07-201-2/+5
| | | | | | | likely to be detected. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23835 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove vo_syncfb, which was unused for 5 years.diego2007-07-201-13/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23834 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename mga_vid test to make it more descriptive.diego2007-07-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23819 b3059339-0415-0410-9bf9-f77b7e298cf2
* Restore vo_mga check, it is Linux-only.diego2007-07-181-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23813 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove pointless printing of include and linker paths.diego2007-07-171-15/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23806 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not test for the existence of device files during configuration,diego2007-07-171-6/+2
| | | | | | | | it fails for packagers, crosscompilers or other cases where the binaries are built on a machine different from the one they are run on. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23805 b3059339-0415-0410-9bf9-f77b7e298cf2
* Modify X11 headers check so as not to add /usr/include, the default systemdiego2007-07-171-11/+13
| | | | | | | include path, to our custom include path or duplicate entries in it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23804 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove /usr/include from the list of places to check for headers,diego2007-07-171-1/+1
| | | | | | | default system directories are covered by the empty include path. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23803 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove commented-out dynamic linking check.diego2007-07-171-15/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23800 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused scandir() check and fallback implementation.diego2007-07-171-20/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23799 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused ftello() check and fallback implementation.diego2007-07-171-28/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23798 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused fseeko() check and fallback implementation.diego2007-07-171-25/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23797 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use native Windows thread API when pthreads isn't available.zuxy2007-07-161-0/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23788 b3059339-0415-0410-9bf9-f77b7e298cf2
* Let us not pretend to be checking for devfs when we are not.diego2007-07-141-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23784 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark mp3lib, liba52 and libmpeg2 tests as internal.diego2007-07-141-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23783 b3059339-0415-0410-9bf9-f77b7e298cf2
* Group all vo driver checks together.diego2007-07-141-139/+144
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23782 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move QuickTime codecs check together with the other codecs checks.diego2007-07-141-14/+14
| | | |