summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | | | After FFmpeg r8549 these variables are used in libavcodec to determine whether x86 inline asm sections using these registers or requiring a certain total number of total free registers are enabled. Because they were not set by MPlayer configure some H264 decoding optimizations were disabled after that FFmpeg version. This change sets the variables to true unconditionally which should restore previous behavior. Adding proper detection is left for later. EBX should always be available because internal libavcodec is never compiled with PIC. However if -fomit-frame-pointer is not used because of --enable-debug then EBP is not available. Thus proper detection would be preferable to fix compilation with --enable-debug on x86. Currently the variables are also set on non-x86 which should be harmless even if somewhat ugly. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22848 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove stray variable that was causing tests to fail randomly.diego2007-03-291-1/+1
| | | | | | | patch by Gianluigi Tiesi, mplayer netfarm it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22840 b3059339-0415-0410-9bf9-f77b7e298cf2
* OpenGL reportedly works fine on Mac OS X, see Bugzilla #784.diego2007-03-291-1/+1
| | | | | | | So I'm removing the automatic disabling to give it more widespread testing. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22839 b3059339-0415-0410-9bf9-f77b7e298cf2
* replaced ! with not as adviced by Reimarnicodvb2007-03-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22838 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't disable vidix_internal on sparc/x86 when vidix==auto (this damn diff ↵nicodvb2007-03-281-1/+1
| | | | | | made me twist the log) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22836 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fall back on plain awk during the awk test. It should be safe to assumediego2007-03-251-2/+2
| | | | | | | that some sort of awk is installed on the system. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22820 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unconditionally add -li386 to LDFLAGS on OpenBSD/x86-32.diego2007-03-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22815 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move the addition of basic include flags to configure.diego2007-03-241-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22812 b3059339-0415-0410-9bf9-f77b7e298cf2
* Error out if the libavutil subdirectory is unavailable.diego2007-03-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22810 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix comment about defining HAVE_POSIX_SELECTcehoyos2007-03-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22771 b3059339-0415-0410-9bf9-f77b7e298cf2
* Conditionally compile vf_bmovl.c instead of enclosing all of the filediego2007-03-211-0/+1
| | | | | | | in #ifdef HAVE_POSIX_SELECT. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22770 b3059339-0415-0410-9bf9-f77b7e298cf2
* Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in linediego2007-03-211-7/+4
| | | | | | | with the other HAVE_ #defines throughout the codebase. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22769 b3059339-0415-0410-9bf9-f77b7e298cf2
* --enable-win32 was renamed to --enable-win32dll.diego2007-03-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22754 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove commented-out Cygwin CFLAGS settings.diego2007-03-191-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22740 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move setting Cygwin specific CFLAGS to configure.diego2007-03-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22739 b3059339-0415-0410-9bf9-f77b7e298cf2
* The -Wdeclaration-after-statement test needs a C program.diego2007-03-181-0/+3
| | | | | | | Noticed by Carl Eugen Hoyos. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22737 b3059339-0415-0410-9bf9-f77b7e298cf2
* check that definition of prototype of sysi86(int, void*) doesn't conflict; ↵nicodvb2007-03-181-0/+6
| | | | | | fixed compilation in opensolaris git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22733 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move setting CXXFLAGS to configure.diego2007-03-181-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22731 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add live555 include flags to EXTRAXX_INC, not EXTRA_INC.diego2007-03-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22729 b3059339-0415-0410-9bf9-f77b7e298cf2
* shared libavcodec is not at all broken/obsolete, but simply discouragednicodvb2007-03-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22728 b3059339-0415-0410-9bf9-f77b7e298cf2
* Group (system-specific) CFLAGS settings together.diego2007-03-181-40/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22727 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move Cygwin specific #define setting to system OS-specific settings section.diego2007-03-181-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22726 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move setting of TARGET_WIN32 together with other Win32 settings.diego2007-03-181-6/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22725 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename win32 variable to the more sensible name win32dll.diego2007-03-181-15/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22724 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove conditional addition of CONFIG_DARWIN to CFLAGS, it's addeddiego2007-03-181-3/+0
| | | | | | | unconditionally three lines above ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22723 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move fast cmov detection code from the PPC section into the x86 sectiondiego2007-03-181-11/+10
| | | | | | | | where it has a chance of actually being executed and fix the obvious syntax errors it contained in the process. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22719 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for setting and detecting FAST_CMOVdiego2007-03-181-0/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22717 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix configure -march detection for athlon-xpuau2007-03-181-55/+55
| | | | | | | | | | | The configure script uses SSE support to distinguish between athlon and athlon-xp, but SSE support was tested _after_ deciding the basic CPU type. Thus athlon-xp was always misdetected as athlon. Fix this by moving the CPU extensions check before the CPU type check. Patch from Andrew Savchenko, bircoph list ru. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22715 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not disable cache on MinGW, just disable shmem compilation.diego2007-03-171-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22705 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: omitted '-e' in my r22630 commit.voroshil2007-03-171-1/+1
| | | | | | | Patch from Robert Henney robh at rut dot org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22674 b3059339-0415-0410-9bf9-f77b7e298cf2
* Turn on largefile support for libdvdcss as well.diego2007-03-161-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22642 b3059339-0415-0410-9bf9-f77b7e298cf2
* Put special CFLAGS for low accuracy tremor in the Makefile, similar to thediego2007-03-161-2/+1
| | | | | | | way we do for libfaad2. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22640 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec's DXA decoder is dependent on zlibvoroshil2007-03-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22630 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add live555 include flags to CXXFLAGS only.diego2007-03-151-1/+2
| | | | | | | patch by Carl Eugen Hoyos, cehoyos ag.or at git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22621 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add AmigaOS support, patch by Andrea Palmatè, andrea amigasoft net.diego2007-03-151-1/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22616 b3059339-0415-0410-9bf9-f77b7e298cf2
* add vcd support to mingw, patch by zuxy mengcompn2007-03-121-1/+1
| | | | | | | | split up into the following commits r22523, r22524, r22526 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22523 b3059339-0415-0410-9bf9-f77b7e298cf2
* live555 version 2006.03.03 or later is needed to compile MPlayer.diego2007-03-031-2/+2
| | | | | | | patch by Carl Eugen Hoyos, cehoyos ag.or at git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22418 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: Add missing definition of USE_STREAM_CACHE.diego2007-02-271-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22368 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix unresolved symbols related to ws2_32 lib when compiling under MinGW with ↵voroshil2007-02-271-2/+2
| | | | | | live555. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22367 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move the decision about stream cache compilation to configure.diego2007-02-271-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22366 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify strip parameter for install handling.diego2007-02-271-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22364 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for PowerPC 440x embedded CPUs.rathann2007-02-251-0/+8
| | | | | | | Approved by Luca Barbato. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22347 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation after addition of LIBGSM_MS decoder/encoder to FFmpeg.diego2007-02-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22282 b3059339-0415-0410-9bf9-f77b7e298cf2
* liblzo support fix, take X: forgotten variable setting.diego2007-02-181-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22268 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use liblzo2 instead of liblzo1, it's not bigger but faster.diego2007-02-181-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22258 b3059339-0415-0410-9bf9-f77b7e298cf2
* We definitely want to avoid an emulated poll()reimar2007-02-151-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22224 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move setting _ld_extra and _inc_extra for live to autodetection part,diego2007-02-131-9/+9
| | | | | | | there is no hope of them having correct values otherwise anyway. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22214 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation after rename of AC3 decoder to LIBA52 in ffmpeg r7939rtogni2007-02-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22212 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix setting of mtrr variable.diego2007-02-121-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22211 b3059339-0415-0410-9bf9-f77b7e298cf2
* Always disable libnut demuxer in libavformat.diego2007-02-121-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22209 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert libnut option names, the issue is fixed in FFmpeg.diego2007-02-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22208 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle libavformat libnut dependencies.uau2007-02-091-1/+2
| | | | | | | Fixes compilation after ffmpeg r7891. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22182 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix libnut build failure.gpoirier2007-02-071-1/+1
| | | | | | | | Use CONFIG_LIBNUT like ffmpeg's configure, instead of LIBNUT. Patch by Clemens Ladisch % cladisch A fastmail P net % git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22169 b3059339-0415-0410-9bf9-f77b7e298cf2
* FFmpeg #defines must be uppercase now.diego2007-02-051-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22136 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix MMX2 check, _sse is set to "kernel_check", not "yes".diego2007-02-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22128 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21753 broke compile-time detection of mmx flags on x86_64lorenm2007-02-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22120 b3059339-0415-0410-9bf9-f77b7e298cf2
* Convert patterns to upper case to fix compilation after r22117.uau2007-02-031-19/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22119 b3059339-0415-0410-9bf9-f77b7e298cf2
* Speed up config.h generation by transforming FFmpeg part names to uppercasediego2007-02-031-9/+8
| | | | | | | all at once instead of one by one. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22117 b3059339-0415-0410-9bf9-f77b7e298cf2
* Wrong variable name used in libfaac check.diego2007-01-311-1/+1
| | | | | | | patch by Carl Eugen Hoyos, cehoyos ag.or at git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22092 b3059339-0415-0410-9bf9-f77b7e298cf2
* libfaac detection skipped linking, and thus only checked for headers and not ↵lorenm2007-01-311-1/+1
| | | | | | libs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22091 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify extcheck calls by moving some logic into the function.diego2007-01-311-7/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22090 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow forcing processor features on and off.diego2007-01-311-2/+3
| | | |