summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Add support for decoding VP8 through libvpx wrapper in FFmpeg.diego2010-05-251-0/+28
| | | | | | | patch by James Zern, jzern google com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31220 b3059339-0415-0410-9bf9-f77b7e298cf2
* support linking to fribidi without pkg-configsiretart2010-05-241-2/+8
| | | | | | | | reintroduce the logic that was removed with the previous commit. In case the naive approach to link fails, try again with pkg-config. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31210 b3059339-0415-0410-9bf9-f77b7e298cf2
* make configure use pkg-config for fribidi checkssiretart2010-05-241-13/+2
| | | | | | | | | | | | | | fribidi upstream has dropped fribidi-config in favor of pkg-config now: http://lists.freedesktop.org/archives/fribidi/2008-May/000532.html This commit fixes: http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1675 https://launchpad.net/bugs/556200 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582784 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31209 b3059339-0415-0410-9bf9-f77b7e298cf2
* vf_zr requires the lavc MJPEG encoder even when MEncoder has been disabled.diego2010-05-141-1/+3
| | | | | | | This fixes compilation with vo_zr enabled and MEncoder disabled. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31178 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove duplicate and nonsense libavencoders #define for OpenCORE AMR-WB.diego2010-05-141-1/+0
| | | | | | | OpenCORE AMR-WB only has a decoder, no encoder. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31177 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check for termios.h before sys/termios.h.diego2010-05-141-1/+1
| | | | | | | The former location is the more current and standard variant. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31176 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove internal liba52 copy.diego2010-05-091-17/+3
| | | | | | | Nowadays FFmpeg is faster than liba52 and external liba52 is well supported. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31147 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Drop leading underscore from some commonly-used variable names.diego2010-05-091-319/+319
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31145 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation with old libschroedinger-dev installed.cehoyos2010-05-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31138 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert accidental change to default CFLAGS.reimar2010-04-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31109 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add configure detection for SDL backend for -vo gl.reimar2010-04-301-78/+111
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31108 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation with gcc 2.95.3 (with --disable-ass).cehoyos2010-04-281-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31105 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add llrintf test for FFmpeg.diego2010-04-271-1/+2
| | | | | | | patch by Michael Kostylev, michael.kostylev gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31102 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation with live555 after libavutil r22965.cehoyos2010-04-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31098 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove code to work around bugs in ancient libSDL versions, the code has beenreimar2010-04-241-9/+0
| | | | | | | accidentally disabled since some time and there were no complaints. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31067 b3059339-0415-0410-9bf9-f77b7e298cf2
* VIDIX only works for Linux on the x86_64 architecture, not on other OSes.diego2010-04-221-1/+1
| | | | | | | Fixes Debian bug #578622. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31057 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert obscure hack that disables the malloc.h check on certain BSD platforms.diego2010-04-211-2/+0
| | | | | | | | | | It's unclear what disabling the result of the check is good for and why it is necessary. Just avoiding a warning is not a good enough reason. Furthermore this hack introduces problems on 64 bit (k)FreeBSD, as reported in Debian bug #578622, which indicates it might never have been a good idea at all. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31054 b3059339-0415-0410-9bf9-f77b7e298cf2
* Tell x264 that we aren't going to give it timestamps.lorenm2010-04-201-1/+1
| | | | | | | Fixes some warnings starting in x264-r1480. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31049 b3059339-0415-0410-9bf9-f77b7e298cf2
* Generate dependency information as a sideeffect of compilation.diego2010-04-061-3/+1
| | | | | | | | This speeds up compilation times, simplifies the code and fixes dependency file generation in libav*. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31026 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -MP to dependency command.diego2010-04-051-2/+2
| | | | | | | | This should avoid issues with make stalling after header files have been renamed or removed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31022 b3059339-0415-0410-9bf9-f77b7e298cf2
* Drop unused DEPEND_CMD from config.mak; FFmpeg no longer needs it.diego2010-04-051-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31021 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove -O4 from FAAC check, it is in our standard CFLAGS already.diego2010-04-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31008 b3059339-0415-0410-9bf9-f77b7e298cf2
* Directly use CFLAGS for ASFLAGS instead of duplicating the variable content.diego2010-04-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31007 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: prettyprint config.mak somewhatdiego2010-04-041-105/+106
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31005 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove no longer necessary CONFIG_SWSCALE from config.h/config.mak.diego2010-04-041-3/+0
| | | | | | | FFmpeg now builds with the software scaler enabled by default. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31004 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: Fix indentation.cehoyos2010-04-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30985 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not try -march=native for icc.cehoyos2010-04-021-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30984 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add HAVE_STRERROR_R definition for FFmpeg to config.h.diego2010-03-281-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30976 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add definition of CONFIG_LIBRTMP to config.h for FFmpeg.diego2010-03-281-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30974 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation after librtmp support in FFmpeg.reimar2010-03-281-0/+1
| | | | | | | Should be replaced by a proper configure check for librtmp later. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30973 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused OPTFLAGS variable from config.mak.diego2010-03-251-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30960 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused MACOSX_BUNDLE config.mak entry.diego2010-03-251-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30959 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move some FFmpeg-specific entries to the FFmpeg section of config.mak.diego2010-03-251-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30958 b3059339-0415-0410-9bf9-f77b7e298cf2
* Introduce mak_enable function to set variables in config.mak.diego2010-03-171-22/+14
| | | | | | | This avoids manually setting target architecture and CPU extensions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30925 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename SGI_MIPS architecture to plain MIPS.diego2010-03-171-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30924 b3059339-0415-0410-9bf9-f77b7e298cf2
* Drop libavcodec_arch hack; ARCH can now be set directly in config.mak.diego2010-03-171-10/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30923 b3059339-0415-0410-9bf9-f77b7e298cf2
* Lowercase arch and subarch values.diego2010-03-171-19/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30922 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Drop leading underscore from cpuexts variables.diego2010-03-171-23/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30921 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make ff_config_enable work with lowercase values.diego2010-03-171-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30920 b3059339-0415-0410-9bf9-f77b7e298cf2
* Split subarch handling off from generic arch handling.diego2010-03-171-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30919 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation after FFmpeg r22569 at least for some architectures.cehoyos2010-03-171-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30916 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Drop leading underscores from arch variables.diego2010-03-171-40/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30915 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation after FFmpeg r22565.cehoyos2010-03-161-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30905 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add CONFIG_DCT and CONFIG_DWT to config.h as well as to config.mak for FFmpeg.diego2010-03-151-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30896 b3059339-0415-0410-9bf9-f77b7e298cf2
* variable renaming cosmetics: _have_yasm --> have_yasmdiego2010-03-141-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30894 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused MMX_FFT Makefile variable.diego2010-03-141-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30893 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Simplify _codecsdir setting for MinGW and OS/2.diego2010-03-141-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30892 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -Wstrict-prototypes to CFLAGS.diego2010-03-141-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30891 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use menu instead of GUI as example for an internal feature turned on by a flag.diego2010-03-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30890 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation after FFmpeg r22522.cehoyos2010-03-141-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30889 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace separate Win32, XAnim and Real codec directories by one global dir.diego2010-03-141-25/+1
| | | | | | | | | Nowadays MPlayer does not use the codecs from other installed programs. A runtime setting will soon take over the rare case that binary codecs should be searched for in non-standard directories. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30888 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix help text for --disable-win32dll.cehoyos2010-03-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30871 b3059339-0415-0410-9bf9-f77b7e298cf2
* Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c insteadkomh2010-03-041-1/+12
| | | | | | | | of platform specific predefined macros. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30829 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a VCD support for OS/2komh2010-03-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30819 b3059339-0415-0410-9bf9-f77b7e298cf2
* Drop support for old-style DVB code.diego2010-03-021-51/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30818 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove RTSP_MUXER from libavmuxers to fix compilation with --disable-networkrectalogic2010-03-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30817 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add CONFIG_LSP to config.h for libavcodec compilation.diego2010-03-021-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30816 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -Wmissing-prototypes to CFLAGS if available.diego2010-02-231-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30719 b3059339-0415-0410-9bf9-f77b7e298cf2
* FFmpeg: Add HAVE_ALIGNED_{8,16} to config.h on ppc and x86.diego2010-02-201-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30665 b3059339-0415-0410-9bf9-f77b7e298cf2
* FFmpeg: Add tomi to architecture list.diego2010-02-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30664 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add av_alias define as a hack to fix compilation of intreadwrite.h withoutreimar2010-02-181-0/+1
| | | | | | | HAVE_AV_CONFIG_H. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30644 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check that fontconfig version is at least 2.4.2, which is required for thereimar2010-02-141-0/+3
| | | | | | | | | included libass. A more fine-grained check would be possible to e.g. allow older versions if internal libass is disabled, but seems like overkill. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30570 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP.diego2010-02-131-3/+5
| | | | | | | | These two variables are handled different from others in libavcodec/Makefile, thus the previous way of adding them to config.mak was correct. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30553 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak.diego2010-02-131-5/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30552 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs.diego2010-02-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30551 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix shared library libavutil check: test for av_clip instead of av_gcd.diego2010-02-131-1/+1
| | | | | | | av_gcd is not available in the header #included in the check. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30550 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add win32 loader support for OS/2komh2010-02-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30541 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move one more FFmpeg-related definition to the FFmpeg section of config.h.diego2010-02-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30537 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move some FFmpeg-related definitions to the FFmpeg section of config.h.diego2010-02-111-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30536 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move def_dos_paths to a better place within config.h; not just FFmpeg uses it.diego2010-02-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30535 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable RTSP and SDP demuxers if network support is enabled, they can now be ↵reimar2010-02-041-1/+2
| | | | | | used. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30505 b3059339-0415-0410-9bf9-f77b7e298cf2
* Checks ipv6_mreq/sockaddr_in6/sockaddr_sa_len for FFmpegkomh2010-02-031-2/+48
| | | | | | | | instead of defining macros unconditionally. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30495 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert r30324 which broken the struct addrinfo check by making it always pass.reimar2010-02-021-1/+2
| | | | | | | Instead fix the MinGW64 issue properly by including ws2tcpip.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30486 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add OS/2 KAI audio driver supportkomh2010-02-011-0/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30481 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable FFmpeg's network protocols if --disable-network was specified.reimar2010-01-311-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30479 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation for new Bink audio decoder.cehoyos2010-01-311-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30478 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some more definitions for FFmpeg to config.h:diego2010-01-301-0/+3
| | | | | | |