summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | | | 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-f77b7e29