summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Add missing 'struct input_id id' to Apple IR configure check.diego2008-06-241-0/+1
| | | | | | | patch by Jan Knutar, jknutar nic fi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27129 b3059339-0415-0410-9bf9-f77b7e298cf2
* Dependency files need to get updated when any of their dependencies arediego2008-06-231-2/+2
| | | | | | | | modified. Otherwise new header inclusions might get missed and necessary recompilations would get skipped. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27125 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace misuse of echores in libdvdnav check by _res_comment.diego2008-06-221-1/+1
| | | | | | | Reword the informative message. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27122 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix obviously wrong option descriptionben2008-06-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27117 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow conditionnal compilation of yuv4mpeg video out.ben2008-06-201-0/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27103 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Group internal codec library tests together.diego2008-06-151-21/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27074 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix support for libnemesi installed on nonstandard pathslu_zero2008-06-131-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27056 b3059339-0415-0410-9bf9-f77b7e298cf2
* require latest x264 to enable MEncoder's x264 supportgpoirier2008-06-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27041 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for enabling VIDIX dhahelper.diego2008-06-081-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27029 b3059339-0415-0410-9bf9-f77b7e298cf2
* Restore support for compiling with svgalib_helper.diego2008-06-071-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27025 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only check for VIDIX PCI device name database if VIDIX is enabled.diego2008-06-071-8/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27024 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sure that the LC_ALL variable is exported to the environment ofdiego2008-06-071-1/+1
| | | | | | | shell commands invoked by make. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27023 b3059339-0415-0410-9bf9-f77b7e298cf2
* Drop support for external libvidix (unmaintained and not up-to-date)ben2008-06-071-35/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27006 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use LC_ALL instead of LANG in config.mak to prevent locale settings fromdiego2008-06-021-1/+1
| | | | | | | messing with text processing tools. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26967 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: Restore LANG variable in config.mak so that shell commands are notdiego2008-06-021-0/+3
| | | | | | | negatively affected by (broken) locale settings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26966 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variable LANG from config.mak.diego2008-06-021-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26965 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variable TARGET_OS from config.mak.diego2008-06-021-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26964 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Restructure config.mak logically and alphabetically.diego2008-06-021-102/+95
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26963 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variable TARGET_CPU from config.mak.diego2008-06-021-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26962 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary FFmpeg hack from config.mak.diego2008-06-021-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26961 b3059339-0415-0410-9bf9-f77b7e298cf2
* tiny reindentationnicodvb2008-06-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26954 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable dvdnav when using the internal dvdreadnicodvb2008-06-011-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26953 b3059339-0415-0410-9bf9-f77b7e298cf2
* reindented the dvdread detection blocknicodvb2008-06-011-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26952 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed the code that checks the presence of the external dvdreadnicodvb2008-06-011-6/+4
| | | | | | | to include the headers from libdvdread/ (as in current svn) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26951 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed support for Ogle's dvdreadnicodvb2008-06-011-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26950 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change spelling of XviD to Xvid as has already been done in the (rest of the)diego2008-05-311-5/+5
| | | | | | | documentation. The name change was effected a few years ago already. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26940 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rework AltiVec CFLAGS detection. '-maltivec -mabi=altivec' should be useddiego2008-05-301-12/+18
| | | | | | | | only when altivec.h is available and preferred over '-faltivec'. This should now finally work on all Mac OS X and gcc combinations. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26930 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check for AltiVec vector declaration syntax.diego2008-05-301-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26926 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert commit r26897.iive2008-05-281-5/+5
| | | | | | | | | | | | | XviD is the correct spelling of the codec. You can see it written in the codec own documentation and header files. Prefered name capitalization confirmed in conversation with XviD developer (prunedtree). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26915 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: XviD --> Xviddiego2008-05-271-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26897 b3059339-0415-0410-9bf9-f77b7e298cf2
* add potentially missing typesben2008-05-201-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26841 b3059339-0415-0410-9bf9-f77b7e298cf2
* Output a better informative message if no AltiVec CFLAGS can be found.diego2008-05-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26838 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not run second AltiVec CFLAG check in a subshell; the variable that isdiego2008-05-191-1/+1
| | | | | | | | set as a result is needed in the calling shell. noticed by Michael Kostylev git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26837 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace hack to disable iconv conversion of messages with something more sane.diego2008-05-181-6/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26831 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only run AltiVec compiler tests on PowerPC.diego2008-05-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26830 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: Fix MAN_LANG creation for real this time.diego2008-05-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26825 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: missing quotes in sed commanddiego2008-05-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26824 b3059339-0415-0410-9bf9-f77b7e298cf2
* Split MAN_LANG Makefile variable into MAN_LANG and MAN_LANG_ALL withdiego2008-05-181-3/+5
| | | | | | | MAN_LANG only containing the translated languages. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26818 b3059339-0415-0410-9bf9-f77b7e298cf2
* Introduce make variable common to the GTK and Windows GUI and use itdiego2008-05-181-0/+1
| | | | | | | in the appropriate places. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26817 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: Add missing parentheses in AltiVec test logic.diego2008-05-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26807 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for AppleIR Remote as an input under Linux systems.ben2008-05-181-0/+29
| | | | | | | | | | | | | This requires Linux 2.6 with evdev and appleir drivers. The keymapping is done to mimics the one that was done for MacOSX. WARNING: Most distributions do not seems to bother and only let root access to the device. Modify udev rules accordingly if you want regular user to be able to use the remote. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26795 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove useless parentheses from return statements.diego2008-05-161-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26791 b3059339-0415-0410-9bf9-f77b7e298cf2
* Prefer FSF-style AltiVec flags over Apple-style.diego2008-05-101-4/+2
| | | | | | | FSF gcc is better than Apple gcc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26720 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify AltiVec compiler flag test.diego2008-05-101-14/+6
| | | | | | | Add a note about the new build system to the AUTHORS file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26719 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify AltiVec CFLAG test.diego2008-05-101-13/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26717 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace some if constructs with && in the AltiVec test.diego2008-05-101-9/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26716 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: whitespace changes, spelling, code moving in AltiVec test.diego2008-05-101-17/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26715 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only check for and set AltiVec flags if AltiVec or runtime CPU detection isdiego2008-05-101-1/+1
| | | | | | | enabled. Fixes Bugzilla #1073. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26712 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove outdated FIXME comment.diego2008-05-101-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26710 b3059339-0415-0410-9bf9-f77b7e298cf2
* FFmpeg parts no longer require extra -I CFLAGS.diego2008-05-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26704 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: indentationdiego2008-05-091-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26701 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add options to handle the external libraries in libavcodec, which requirediego2008-05-081-17/+39
| | | | | | | extra linker flags etc. individually. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26700 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add option to disable mp3lame.diego2008-05-081-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26699 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename _lavc_* variables to _*_lavc.diego2008-05-081-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26698 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename _def_lavc_* variables to _def_*_lavc.diego2008-05-081-12/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26697 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove obscure comment about libmp3lame depending on Vorbis.diego2008-05-071-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26683 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1l: Remove leftover _lavc_x264 variable.diego2008-05-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26682 b3059339-0415-0410-9bf9-f77b7e298cf2
* Always enable x264 in libavcodec if x264 is enabled.diego2008-05-061-8/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26678 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rewrite (gcc) compiler check to default to enabling compilation and not setdiego2008-05-041-19/+8
| | | | | | | gcc-specific variables before the compiler is confirmed to be gcc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26668 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove trailing whitespace.diego2008-05-031-33/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26667 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove unused argc/argv parameters from test programs.diego2008-05-031-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26666 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Consistently compactify and reformat test programs.diego2008-05-031-84/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26665 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use a regular expression to filter out all external library parts from FFmpeg.diego2008-05-031-14/+11
| | | | | | | | In the rare cases we use some of those external libraries, add them explicitly instead of removing them if the library is disabled. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26660 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove dead code; LIBVORBIS_ENCODER is deleted from _libavencoders elsewhere.diego2008-05-031-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26659 b3059339-0415-0410-9bf9-f77b7e298cf2
* External libraries used by FFmpeg now have a lib prefix in their name.diego2008-05-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26658 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation: disable libdirac and libschroedinger FFmpeg de- and encoders.reimar2008-05-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26655 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Reindent after last commit and reformat comment.diego2008-05-011-25/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26643 b3059339-0415-0410-9bf9-f77b7e298cf2
* Always run the GCC AltiVec test so that the correct AltiVec CFLAGS get pickeddiego2008-05-011-2/+0
| | | | | | | up. They are needed even on machines without AltiVec for the altivec.h check. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26642 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix indentation after last commits.diego2008-05-011-35/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26641 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove obsolete gcc 2.96 warning message. This was also used for e.g. icc,diego2008-05-011-21/+1
| | | | | | | which makes no sense at all. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26640 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove --disable-gcc-check option and related code.diego2008-05-011-30/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26639 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename cc_verc_fail variable to cc_fail.diego2008-05-011-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26638 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Simplify altivec.h test.diego2008-05-011-8/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26631 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix indentation after last commit.diego2008-05-011-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26630 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check for altivec.h always, not just when AltiVec is enabled.diego2008-05-011-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26629 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set libdvdcss CFLAGS for dvdread from configure.diego2008-04-301-0/+2
|