summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23781 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify termios test.diego2007-07-131-24/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23777 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo, wrong variable name in checkdiego2007-07-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23776 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename nut option and variables to libnut, FFmpeg also contains NUT support.diego2007-07-131-14/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23775 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless variable indirection.diego2007-07-131-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23774 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant variable setting.diego2007-07-131-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23773 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add check for mkstemprtogni2007-07-111-0/+18
| | | | | | | Fixes compilation afrer ffmpeg commit r9596 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23769 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused test for round().diego2007-07-111-16/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23766 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused stddef.h check.diego2007-07-111-16/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23765 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify soundcard.h check.diego2007-07-111-39/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23764 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variable.diego2007-07-111-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23763 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert r23758: It broke -vf uspp and -vf mcdeint.cehoyos2007-07-111-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23761 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation with -disable-mencodercehoyos2007-07-101-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23758 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add ENABLE_THREADS and ENABLE_SMALL definesreimar2007-07-061-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23726 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyreimar2007-07-051-46/+0
| | | | | | | instead of plain strlcat/strlcpy git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23723 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove LIBXVID_ENCODER from the list of libavcodec encoders if the test fails.diego2007-07-041-0/+1
| | | | | | | Hopefully fixes Bugzilla #757. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23717 b3059339-0415-0410-9bf9-f77b7e298cf2
* Write configure parameters to configure.log.diego2007-07-041-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23716 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync FFmpeg changes:diego2007-07-031-5/+5
| | | | | | | CONFIG_X264 --> CONFIG_LIBX264, CONFIG_XVID --> CONFIG_LIBXVID git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23713 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add equivalent of -Wno-pointer-sign for icccehoyos2007-07-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23708 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of duplicate processor feature variables.diego2007-06-271-11/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23684 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove check for localtime_r, the function is not used within MPlayer.diego2007-06-271-16/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23674 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hint at --disable-* options as a workaround for outdated binutils.reimar2007-06-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23663 b3059339-0415-0410-9bf9-f77b7e298cf2
* define HAVE_FAST_UNALIGNED on x86 (32 and 64 bit).reimar2007-06-241-0/+5
| | | | | | | | Please add more architectures if you know they support unaligned access reasonably fast. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23656 b3059339-0415-0410-9bf9-f77b7e298cf2
* unbreak armv6 previously broken by me...lu_zero2007-06-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23606 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unbreak altiveclu_zero2007-06-211-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23600 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert r23530.voroshil2007-06-211-30/+0
| | | | | | | | | r23530 breaks policy: notification was not sent to mailing list, agreements of other devs were not received. Code also should be reviewed/cleaned up/fixed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23593 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify generation of CPU-extensions HAVE_ and ENABLE_ definesreimar2007-06-191-58/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23586 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify generation of ARCH_ and corresponding ENABLE_ definesreimar2007-06-191-50/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23585 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add an optional third parameter to ff_config_enable in preparationreimar2007-06-191-1/+3
| | | | | | | of next patches (allows to define e.g. ARCH_ instead of CONFIG_). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23584 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow to disable x86 cpu extensions (e.g, via --disable-sse) even withreimar2007-06-191-9/+9
| | | | | | | runtime cpudetection. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23583 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compilation fix: define some ENABLE needed by lavcrtogni2007-06-161-0/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23566 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add HAVE_ Makefile variables needed by ffmpegreimar2007-06-161-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23565 b3059339-0415-0410-9bf9-f77b7e298cf2
* Follow ffmpeg TARGET_ARCH_* -> ARCH_* change.reimar2007-06-161-16/+16
| | | | | | Feel free to revert if you do not like it, but I want to get MPlayer to compile again. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23563 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not allow to compile gui without PNG decoder in libavcodec.cehoyos2007-06-131-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23555 b3059339-0415-0410-9bf9-f77b7e298cf2
* Teletext support for tv:// (v4l and v4l2 only)voroshil2007-06-101-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | modified patch from Otvos Attila oattila at chello dot hu Module uses zvbi library for all low-level VBI operations (like I/O with vbi device, converting vbi pages into usefull vbi_page stuctures, rendering them into RGB32 images). All teletext related stuff (except properties, slave commands and rendering osd in text mode or RGB32 rendered teletext pages in spu mode) is implemented in tvi_vbi.c New properties: teletext_page - switching between pages teletext_mode - switch between on/off/opaque/transparent modes teletext_format - (currently read-only) allows to get format info (black/white,gray,text) teletext_half_page - trivial zooming (displaying top/bottom half of teletext page) New slave commands: teletext_add_dec - user interface for jumping to any page by editing page number interactively teletext_go_link - goes though links, specified on current page git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23530 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify addition of -Wdeclaration-after-statement to CFLAGS.cehoyos2007-06-081-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23523 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support icc 10.0.cehoyos2007-06-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23522 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: Fix indentation after last commit.cehoyos2007-06-081-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23511 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -Wdeclaration-after-statement etc. only to gcc.cehoyos2007-06-081-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23510 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compile C++ files with the same compiler as all other files.cehoyos2007-06-081-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23509 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -Wpointer-arith, -Wredundant-decls and -Wdisabled-optimization to CFLAGS.cehoyos2007-06-071-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23503 b3059339-0415-0410-9bf9-f77b7e298cf2
* in vidix check protect [A-Z] and [a-z] with single quotes as in other ↵nicodvb2007-06-071-1/+1
| | | | | | checks; fixes some untranslated lowercases git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23500 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -Wno-switch to CFLAGS.cehoyos2007-06-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23496 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix r23494: It broke gcc 2.95.3cehoyos2007-06-071-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23495 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -Wno-pointer-sign to CFLAGScehoyos2007-06-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23494 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -Wall (back) to default CFLAGS.diego2007-06-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23492 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove 'CONFIG_LIB=1' line from config.mak when not using libfaac.cehoyos2007-06-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23491 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation after FFmpeg r9235.cehoyos2007-06-071-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23490 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: correct Core 2 detection under x86-64zuxy2007-06-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23488 b3059339-0415-0410-9bf9-f77b7e298cf2
* protect _vidix_drivers variable, allowing --with-vidix-driver option to ↵ben2007-06-051-1/+1
| | | | | | actually handle more than one driver git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23480 b3059339-0415-0410-9bf9-f77b7e298cf2
* Keep -pipe option in CFLAGS even in debug mode.diego2007-06-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23469 b3059339-0415-0410-9bf9-f77b7e298cf2
* Keep unused parameter warnings in debug mode.diego2007-06-051-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23466 b3059339-0415-0410-9bf9-f77b7e298cf2
* compilation fix after commit r9172 to ffmpeg, patch by Aurelgpoirier2007-06-021-1/+1