summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* CONFIG_SWSCALER --> CONFIG_SWSCALE to match FFmpeg changes.diego2008-03-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26211 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable QTX emulation on win32; fix builds on cygwin and mingw32.zuxy2008-03-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26208 b3059339-0415-0410-9bf9-f77b7e298cf2
* CONFIG_PP --> CONFIG_POSTPROC, sync with FFmpegdiego2008-03-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26203 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move HP-UX SCSI header check from the internal libdvdread check to thediego2008-03-081-2/+2
| | | | | | | internal libdvdcss check, where it is really used. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26202 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add parentheses where necessary to fix || conditions to work as intended.diego2008-03-071-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26190 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove duplicate conditions in dvdread check.diego2008-03-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26189 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set ASFLAGS in configure and initialize it as necessary for OS/2.diego2008-03-071-0/+2
| | | | | | | patch by KO Myung-Hun, komh chollian net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26188 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable S3 VIDIX driver on non-x86 platforms.diego2008-03-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26177 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: ENABLE_GRAY needs to be present for libavcodec to compile.diego2008-03-061-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26176 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not enable grayscale decoding in FFmpeg, it slows down thediego2008-03-051-3/+0
| | | | | | | default (color) case. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26174 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add ENABLE_DECODERS/ENABLE_DEMUXERS alongside CONFIG_DECODERS/CONFIG_DEMUXERSdiego2008-03-051-0/+2
| | | | | | | in config.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26173 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move decision about whether or not to compile Windows emulationdiego2008-03-031-0/+2
| | | | | | | infrastructure to configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26149 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move decision about whether or not to compile wrapper.S to configure.diego2008-03-031-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26148 b3059339-0415-0410-9bf9-f77b7e298cf2
* configure: Set CONFIG_ENCODERS=yes in config.mak unconditionallyuau2008-03-031-1/+1
| | | | | | | | | | | | config.h already had "#define CONFIG_ENCODERS 1" unconditionally, but the config.mak value depended on whether MEncoder was enabled. Encoders need to be enabled as some encoder code is used by MPlayer too. The inconsistent values broke compilation with --disable-mencoder after libavcodec Makefile made compilation of i386/dsputilenc_mmx.o depend on the config.mak value. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26142 b3059339-0415-0410-9bf9-f77b7e298cf2
* New S3 VIDIX driver.ben2008-02-291-6/+6
| | | | | | | | | | Provides support for S3 Trio and S3 Virge chipsets. This deprecates the old Savage driver that worked with latest chips only. (synchronized with vidix.sf.net r326 and r327) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26128 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use _res_comment in joystick check.diego2008-02-281-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26110 b3059339-0415-0410-9bf9-f77b7e298cf2
* Default to disabling VIDIX on platforms where it is not known to work.diego2008-02-261-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26106 b3059339-0415-0410-9bf9-f77b7e298cf2
* configure: define ENABLE_ENCODERS for FFmpeguau2008-02-261-0/+1
| | | | | | | | | Compilation was broken as FFmpeg's dsputil_mmx.c now (ab)uses this variable. Fix by adding "#define ENABLE_ENCODERS 1" to generated config.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26104 b3059339-0415-0410-9bf9-f77b7e298cf2
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26101 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable internal VIDIX on OS/2, patch by Dave Yeo, dave.r.yeo gmail com.diego2008-02-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26095 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only icc 10.1 will be supported.cehoyos2008-02-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26081 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check for -mno-omit-leaf-frame-pointer (compilation fix for icc 10.1.012).cehoyos2008-02-241-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26080 b3059339-0415-0410-9bf9-f77b7e298cf2
* #define ATTRIBUTE_ALIGNED_MAX in config.h instead of hardcoding it.diego2008-02-231-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26075 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move libdca definition to a better place in config.h.diego2008-02-231-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26074 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace Alpha MVI compiler workarounds by a proper configure check.diego2008-02-211-14/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26051 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use standard multiple inclusion guard.diego2008-02-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26050 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused #define from config.h.diego2008-02-211-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26049 b3059339-0415-0410-9bf9-f77b7e298cf2
* basic support for OS/2 in configurediego2008-02-181-3/+21
| | | | | | | patch by KO Myung-Hun, komh a chollian d net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26022 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set SYS_BEOS for libdvdcss compilation on BeOS.diego2008-02-181-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26021 b3059339-0415-0410-9bf9-f77b7e298cf2
* Apple gcc defines __APPLE_ALTIVEC__ with -faltivec.diego2008-02-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26011 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implement test for system byteswap.h header file.iive2008-02-121-0/+18
| | | | | | | | | | | | | | | The result of this check is required by libavutil library. If it is not defined the library would try to implement its own byte swapping routines in bswap.h . As the routines are with same names, if included, the system definition would replace the function names with the macros. The result can not be compiled and looks like this: # 42 "../libavutil/bswap.h" -static av_always_inline uint16_t bswap_16(uint16_t x) +static __attribute__((always_inline)) inline uint16_t (__extension__ ({ register unsigned short int __v, __x = (uint16_t x); if (__builtin_constant_p (__x)) __v = ((((__x) >> 8) & 0xff) | (((__x) & 0xff) << 8)); else __asm__ ("rorw $8, %w0" : "=r" (__v) : "0" (__x) : "cc"); __v; })) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25989 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable v4l2 if pthreads are not available, fixes bug #1015.diego2008-02-101-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25975 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update the test for ivtv output driver.iive2008-02-011-2/+8
| | | | | | | | | | Linux kernel 2.6.24 now includes ivtv, but the vo_ivtv.c fails to compile with it. Test for structures and ioctl()s used in the current driver. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25946 b3059339-0415-0410-9bf9-f77b7e298cf2
* Also accept OpenAL32 as library name for OpenAL, it is used by some ↵reimar2008-01-301-1/+1
| | | | | | Windows-Implementations git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25937 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove setting of ldconfig, it is unused.diego2008-01-271-6/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25886 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move Zoran video controller check after the libavcodec one.iive2008-01-231-25/+26
| | | | | | | | As _libavcodec_a is set to "auto" the zoran check used to always fail. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25836 b3059339-0415-0410-9bf9-f77b7e298cf2
* The GUI requires font support.diego2008-01-141-0/+2
| | | | | | | patch by Guillaume Lecerf, foxcore gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25753 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set CONFIG_SWSCALER in order to avoid imgresampleuau2008-01-091-0/+2
| | | | | | | | | Set "CONFIG_SWSCALE=yes" in config.mak. This prevents building libavcodec/imgresample.o which has symbols that conflict with swscale ones. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25655 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add HAVE_SOCKLEN_T to config.h for FFmpeguau2008-01-031-0/+2
| | | | | | | | | | | Needed to fix compilation after recent FFmpeg changes. It's now always set to true without any tests. I don't expect this to cause problems as common systems will have the type and the FFmpeg demuxers which would use it are not compiled under MPlayer (compilation was broken because the type was redefined in a header). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25592 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use _ISOC99_SOURCE instead of _GNU_SOURCE.diego2008-01-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25584 b3059339-0415-0410-9bf9-f77b7e298cf2
* include dvdnav.h from its installation directory rather than appendingnicodvb2008-01-011-1/+1
| | | | | | | | -Idvdnav to the compilation of the whole mplayer (dvdnav-config was just cleaned) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25567 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add detection of *lrint* and round* functions to configure.eugeni2007-12-281-9/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25535 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make windres binary name configurable, useful for cross-compiling.diego2007-12-281-0/+6
| | | | | | | patch by sheba, sheba469 yahoo com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25534 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify int_fastXY_t test in configure.reimar2007-12-221-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25497 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for XScreenSaverSuspendreimar2007-12-221-0/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25494 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove internal unrarlib copy, the new unrarexec code is a strict superset.diego2007-12-201-15/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25468 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support cddb on darwin.ulion2007-12-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25421 b3059339-0415-0410-9bf9-f77b7e298cf2
* Always enable largefile support by defaultuau2007-12-141-2/+2
| | | | | | | | | | | The largefile configure option was disabled by default, but the enabled-by-default dvdread and dvdcss options force in on (dvdnav code also tries to enable it, but sets the variable too late so that is has no effect). Change configure to enable largefile support independently of other options unless explicitly disabled. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25400 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support using unrar executable to access rar-compressed vobsub files.ulion2007-12-141-0/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25389 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for xtensa CPU architecturediego2007-12-111-1/+12
| | | | | | | patch by Dan Nicolaescu (dann ics.uci edu), Reimar and me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25368 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not set SYS_AMIGAOS4, it is unused.diego2007-12-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25364 b3059339-0415-0410-9bf9-f77b7e298cf2
* SYS_AMIGAOS4 --> __AMIGAOS4__diego2007-12-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25363 b3059339-0415-0410-9bf9-f77b7e298cf2
* slight consistency change for default DVD device selectiondiego2007-12-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25362 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant condition from list of CD/DVD-ROM devices.diego2007-12-111-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25361 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not set -DSYS_DARWIN, it is unused.diego2007-12-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25360 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace SYS_DARWIN condition by __APPLE__ || __DARWIN__.diego2007-12-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25359 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow usage of icc 10.1cehoyos2007-12-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25321 b3059339-0415-0410-9bf9-f77b7e298cf2
* add new configure option to disable VIDIX PCI device name database (saves a ↵ben2007-12-041-0/+11
| | | | | | 300 kB on mplayer binary) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25299 b3059339-0415-0410-9bf9-f77b7e298cf2
* live555 and libnemesi support coexistslu_zero2007-12-041-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25297 b3059339-0415-0410-9bf9-f77b7e298cf2
* Since FFmpeg r11077, some muxers/demuxers don't exist in libavformat anymore.cehoyos2007-11-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25156 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix half-baked last commit.diego2007-11-221-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25141 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove ! operator hack, we require a POSIX-compatible-shell.diego2007-11-221-31/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25139 b3059339-0415-0410-9bf9-f77b7e298cf2
* Invert the logic to check the cmp return value cmp to avoid using the ! ↵diego2007-11-221-1/+1
| | | | | | | | | | | | operator. Useful on non-POSIX shells that do not support the ! operator. We normally require a POSIX-compatible shell, but in this case the change is acceptable since it does not complicate configure nor hurt readability. patch by Ralf Menzel, menzel ls6.cs.uni-dortmund de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25138 b3059339-0415-0410-9bf9-f77b7e298cf2
* main() --> main(void)diego2007-11-211-14/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25127 b3059339-0415-0410-9bf9-f77b7e298cf2
* reindentationnicodvb2007-11-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25051 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unneeded checks on the version of dvdnav (the acceptance ofnicodvb2007-11-141-6/+0
| | | | | | | --minilibs guarantees it's ok) and unneeded assignments git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25050 b3059339-0415-0410-9bf9-f77b7e298cf2
* libogg muxer no longer exists in FFmpeg.diego2007-11-141-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25046 b3059339-0415-0410-9bf9-f77b7e298cf2
* OGG_MUXER was renamed to LIBOGG_MUXER in FFmpeg.diego2007-11-111-1/+1
| | | | | | | patch by Glen Nakamura, glen imodulo com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25021 b3059339-0415-0410-9bf9-f77b7e298cf2
* add support for newer libdcarathann2007-11-061-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24985 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing #include to fix GNU/kFreeBSD compilation, see Debian bug #448791.diego2007-11-011-0/+1
| | | | | | | patch by Petr Salinger, Petr.Salinger seznam cz git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24929 b3059339-0415-0410-9bf9-f77b7e298cf2
* Detect IPv6 support on Windowszuxy2007-10-301-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24885 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update to use newer libnemesi, should fix desync, fps guessing may fail nowlu_zero2007-10-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24883 b3059339-0415-0410-9bf9-f77b7e298cf2
* Certain VIDIX drivers only work on x86, disable for other arches.diego2007-10-201-2/+2
| | | | | | | This patch was coproduced by Reimar, Andrea Menucci and myself. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24822 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable libavcodec libvorbis encoderuau2007-10-201-1/+1
| | | | | | | | | | | | | MPlayer's configure does not test and set variables required by the encoder properly (never links with -lvorbisenc for example). Disable it completely to fix broken compilation in cases where it was enabled. Support for the libvorbis encoder could be a desirable feature as it can produce better quality audio than libavcodec's own encoder, but implementing that properly would require more work. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24821 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set CONFIG_LIBVORBIS correctlyreimar