summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Add "uclinux" as an accepted system type in the linux() test.diego2007-05-211-1/+1
| | | | | | | patch by Mike Frysinger, vapier.adi gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23361 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add SSSE3 checkzuxy2007-05-201-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23349 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update regexp to ffmpegs version to avoid incorrect ↵reimar2007-05-191-7/+7
| | | | | | CONFIG_MP3_HEADER_DECOMPRESS_DECODER git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23344 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation: Create CONFIG_*_BSF in config.makreimar2007-05-191-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23343 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clean up VIDIX test.diego2007-05-171-126/+50
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23337 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: leftover line from incompletely split commitdiego2007-05-171-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23336 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove awk test. awk is a basic Unix tool, any implementation is sufficient.diego2007-05-171-22/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23335 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move the internal VIDIX check from a random place into the VIDIX section.diego2007-05-171-35/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23334 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant negation of _vidix_internal for the 'sunos && not x86' case,diego2007-05-171-1/+0
| | | | | | | the variable is set to no a few lines above anyway. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23333 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge internal and external VIDIX checks.diego2007-05-171-8/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23332 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffdts is no more.diego2007-05-171-26/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23331 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid passing test invalid arguments when string is empty.reimar2007-05-151-1/+1
| | | | | | | Fixes configure under Solaris git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23321 b3059339-0415-0410-9bf9-f77b7e298cf2
* ARMv6 detection, patch by Siarhei Siamashka, siarhei.siamashka gmail comdiego2007-05-131-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23309 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compilation fix after ffmpeg r9010 (bitstream filters optional rtogni2007-05-131-0/+3
| | | | | | | compilation) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23305 b3059339-0415-0410-9bf9-f77b7e298cf2
* help output typo noticed by Ramiro Polladiego2007-05-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23298 b3059339-0415-0410-9bf9-f77b7e298cf2
* new VIDIX driver for IVTV cards, original patch by Lutz Koschorreckben2007-05-101-1/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23293 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify libamr_nb test.diego2007-05-031-5/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23224 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename remaining instances of amr_* to libamr_*.diego2007-05-031-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23223 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename amr_nb and amr_wb options to libamr_*.diego2007-05-031-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23222 b3059339-0415-0410-9bf9-f77b7e298cf2
* FFmpeg sync: Rename AMR config settings to LIBAMR.diego2007-05-031-13/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23221 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename _amr* variables to _libamr*.diego2007-05-031-33/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23220 b3059339-0415-0410-9bf9-f77b7e298cf2
* FFmpeg sync: Rename DTS_DECODER --> LIBDTS_DECODER.diego2007-05-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23219 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove libpng dependency for Gui, use libavcodec insteadreimar2007-05-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23211 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable internal vidix on PPC linux, it breaks compilation.reimar2007-05-021-1/+2
| | | | | | | Proper fix welcome git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23210 b3059339-0415-0410-9bf9-f77b7e298cf2
* reindented dvdread check blocknicodvb2007-05-011-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23202 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdvdnav now depends on our fork of the library; only the version without nicodvb2007-05-011-40/+35
| | | | | | | | | | | the dvdread code will be used (libdvdnavmini); move the dvdnav check code at the bottom of the list to prevent _ld_extra to contain references to -ldvdnavmini that would make all the following tests fail (because of the missing dvdread symbols). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23201 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge FFmpeg dependency handling into the individual tests.diego2007-05-011-39/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23187 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix bogus indentation.diego2007-05-011-25/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23186 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add configures arguments to its outputcehoyos2007-04-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23150 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation with *_PROTOCOLs in libavformatcehoyos2007-04-271-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23149 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l: Fix another round of copy and paste typos.diego2007-04-261-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23146 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix cut and paste typo, _def_libpostproc --> _def_libpostproc_a.diego2007-04-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23145 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: Remove stray 'fi'.diego2007-04-261-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23144 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add config.h variables for static FFmpeg libraries.diego2007-04-261-7/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23137 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ooops, variable names got confused during copy and paste:diego2007-04-261-4/+2
| | | | | | | USE_LIBAVCODEC* belongs in _def_libavcodec*. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23136 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge config.h variable declarations into libpostproc test.diego2007-04-261-9/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23135 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused libavformat #define.diego2007-04-261-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23134 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge config.h variable declarations into libavformat test.diego2007-04-261-17/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23133 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge config.h variable declarations into libavcodec test.diego2007-04-261-18/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23132 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge config.h variable declarations into libavutil test.diego2007-04-261-8/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23131 b3059339-0415-0410-9bf9-f77b7e298cf2
* indentation cosmeticsdiego2007-04-261-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23130 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant comments.diego2007-04-261-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23129 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clean up static libavcodec check, just checking for a file is enough.diego2007-04-261-19/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23128 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix typo in _libavcodec vs _libavcodec_a variable name.diego2007-04-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23127 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix indentation, merge some lines in the FFmpeg checks.diego2007-04-261-12/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23126 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge static and shared libpostproc checks.diego2007-04-261-12/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23125 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge static and shared libavformat checks.diego2007-04-261-23/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23124 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move misplaced res_comment to where it actually takes effect.diego2007-04-261-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23123 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge static and shared libavcodec checks.diego2007-04-261-32/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23122 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l elif syntax errordiego2007-04-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23121 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge checks for static and shared libavutil.diego2007-04-261-30/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23120 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add general variables for either static or shared FFmpeg libraries.diego2007-04-261-7/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23119 b3059339-0415-0410-9bf9-f77b7e298cf2
* Give variable names for static FFmpeg libraries a '_a' suffix.diego2007-04-261-46/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23118 b3059339-0415-0410-9bf9-f77b7e298cf2
* AMR-NB fixed-point mode external library support was removed from FFmpeg.diego2007-04-251-33/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23114 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename Makefile variables CONFIG_VIDIX_* --> VIDIX_*.diego2007-04-251-12/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23112 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.diego2007-04-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23111 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.diego2007-04-251-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23110 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo: mingw --> mingw32diego2007-04-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23108 b3059339-0415-0410-9bf9-f77b7e298cf2
* CONFIG_EBX_AVAILABLE & CONFIG_EBP_AVAILABLE are now calledcehoyos2007-04-241-2/+2
| | | | | | | HAVE_EBX_AVAILABLE & HAVE_EBP_AVAILABLE. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23105 b3059339-0415-0410-9bf9-f77b7e298cf2
* allows cross-compilation for PPC target when using a toolchain defined as ↵ben2007-04-231-2/+2
| | | | | | powerpc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23099 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set _audio_input to yes for V4L2 as well.diego2007-04-231-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23093 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add Makefile variable for audio input that is enabled by V4L or radio capture.diego2007-04-221-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23088 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add Makefile variable for either internal or external VIDIX.diego2007-04-221-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23086 b3059339-0415-0410-9bf9-f77b7e298cf2
* include inttypes.h in the check for dvdnavnicodvb2007-04-221-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23084 b3059339-0415-0410-9bf9-f77b7e298cf2
* Intel's Conroe-L makes use of extended models, so adjust CPU detectiondiego2007-04-201-1/+1
| | | | | | | | routines accordingly. patch by Zuxy Meng, zuxy.meng gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23027 b3059339-0415-0410-9bf9-f77b7e298cf2
* Report if internal, external of dvdnav version of dvdread is used.diego2007-04-151-5/+11
| | | | | | | patch by Yaroslav, yar_tour mail ru git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22998 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disabled VCD support under Cygwin, it fails to link.diego2007-04-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22997 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update amr-nb and amr-wb checks for changes in FFmpeg.diego2007-04-151-12/+18
| | | | | | | patch by Zuxy Meng, zuxy.meng gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22995 b3059339-0415-0410-9bf9-f77b7e298cf2
* added vidix driver for Permedia2 cards from upstream vidixben2007-04-141-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22992 b3059339-0415-0410-9bf9-f77b7e298cf2
* added conditional vidix drivers compilationben2007-04-141-0/+109
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22991 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove *ancient* ldd debugging junk.diego2007-04-111-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22968 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rework of *BSD BT848 detection for radio://voroshil2007-04-111-14/+16
| | | | | | | | to reuse recently added BT848 interface headers detection code. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22966 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove ugly #include from tvi_bsdbt848.cvoroshil2007-04-091-5/+71
| | | | | | | (better detection of bt848 headers) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22952 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move TOOLS/cpuinfo.c into the root directory.diego2007-04-091-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22950 b3059339-0415-0410-9bf9-f77b7e298cf2
* There was a fallback value for libtheora linker flags, but it was never addeddiego2007-04-061-1/+1
| | | | | | | to the right variable that collects linker flags. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22917 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation after FFmpeg r8619.cehoyos2007-04-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22913 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use "generic" optimization instead of 686 as default for runtime-cpudetectiondiego2007-04-031-3/+4
| | | | | | | | | if available. It promises to deliver optimal performance on a collection of comtemporary CPUs. patch by Zuxy Meng, zuxy.meng gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22906 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move QNX-specific settings next to the other OS-specific settings.diego2007-03-311-5/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22865 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set CONFIG_EBP_AVAILABLE, CONFIG_EBX_AVAILABLE for FFmpeguau2007-03-301-0/+4
| | | | | | | | | | | | | | | | | | |