summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r26599Uoti Urpala2008-04-301-0/+1
|\
| * Move CFLAGS setting to configure.diego2008-04-291-0/+1
* | Merge svn changes up to r26587Uoti Urpala2008-04-291-1/+1
|\|
| * Remove unnecessary -I.. from CFLAGS, change -I../libavutil to -Ilibavutil.diego2008-04-281-1/+1
* | Make MPlayer build with a complete FFmpeg checkout in ffmpeg/Uoti Urpala2008-04-281-14/+19
* | Merge svn changes up to r26555Uoti Urpala2008-04-281-0/+4
|\|
| * Only compile libmpcodecs/ve_qtvideo.c on Windows.diego2008-04-261-0/+4
* | Merge svn changes up to r26540Uoti Urpala2008-04-261-3/+8
|\|
| * Rename make variable DVDCSS_INTERNAL --> LIBDVDCSS_INTERNAL.diego2008-04-241-1/+1
| * dependency generation infrastructure for C++ filesdiego2008-04-241-0/+1
| * Move libfaad2 fixed-point CFLAGS setting to configure.diego2008-04-241-2/+6
* | Merge svn changes up to r26510Uoti Urpala2008-04-231-11/+19
|\|
| * Move Tremor low accuracy CFLAGS handling to configure.diego2008-04-221-0/+1
| * added support for dvdread-config (from our svn), called as fallback when dvdr...nicodvb2008-04-221-0/+17
| * Only add available CPU extensions to config.mak.diego2008-04-221-11/+1
* | Remove -Wdeclaration-after-statement from CFLAGSUoti Urpala2008-04-231-1/+0
|/
* Fix DEPEND_CMD, there was one level of variable indirection too much.diego2008-04-131-1/+1
* Add Makefile variable for DVB OSD menu, saves one ifeq.diego2008-04-131-0/+3
* Restore compilation of osdep/mplayer-rc.o.diego2008-04-131-0/+3
* Fix MPDEPEND_CMD to work with more than one subdirectory level.diego2008-04-121-1/+1
* Enable runtime control for colorful and/or module name outputzuxy2008-04-121-15/+0
* Remove unused make variable.diego2008-04-111-1/+0
* Add GUI_GTK make variable.diego2008-04-111-0/+2
* Remove unused TARGET_WIN32 setting.diego2008-04-111-4/+0
* Add a config.mak variable to control compilation of the Win32 GUI.diego2008-04-111-0/+2
* Remove unused definition.diego2008-04-111-5/+0
* Rename ASS make variable to LIBASS.diego2008-04-091-1/+1
* Handle af_ladspa conditional compilation in the usual way.diego2008-04-091-8/+2
* Move decision about which getch2 and timer file to compile to configure.diego2008-04-081-0/+9
* Move decision about whether or not to compile osdep/mmap_os2.c to configure.diego2008-04-081-0/+2
* Fix FFmpeg DEPEND_CMD to account for latest changes and add MPDEPEND_CMD.diego2008-04-071-2/+4
* Export some more information for FFmpeg's buid system.diego2008-04-041-0/+1
* Darwin and Win32 DVD support libs are handled separately, take them backdiego2008-04-011-3/+4
* Initialize _dvdread variable to "no" in the dvdread check.diego2008-04-011-0/+1
* Ahem, fix quoting of $ in DEPEND_CMD.diego2008-03-311-1/+1
* Add DEPEND_CMD to config.mak (sync with FFmpeg).diego2008-03-311-0/+2
* Rename HAVE_XVMC_ACCEL to HAVE_XVMC for consistency and to sync with FFmpeg.diego2008-03-311-2/+1
* cosmetics: Group all FFmpeg settings together in config.mak.diego2008-03-311-43/+46
* HAVE_MLIB was renamed to CONFIG_MLIB in FFmpeg.diego2008-03-311-1/+1
* cosmetics: prettyprintingdiego2008-03-271-19/+19
* some more DragonFly BSD changes, patch by Hasso Tepper, hasso estpak eediego2008-03-271-5/+5
* support for DragonFly BSD, patch by Hasso Tepper, hasso estpak eediego2008-03-271-7/+17
* Remove bsd() system check. Lumping different *BSD systems together likediego2008-03-271-7/+7
* cosmetics: Reindent X11 header search section after last commit.diego2008-03-261-8/+8
* Do not look for X11 headers on the host when cross-compiling.diego2008-03-261-0/+2
* Compilation fix.eugeni2008-03-181-0/+13
* Remove unused MACOSX definition.diego2008-03-151-5/+0
* Introduce HAVE_QUICKTIME definition and use it where appropriate.diego2008-03-151-0/+3
* Add a separate definition for quartz.diego2008-03-151-0/+4
* 10l: Really disable coreaudio where intended.diego2008-03-151-1/+1
* Do not disable all Mac OS X support when pthreads are unavailable.diego2008-03-151-2/+2
* MACOSX_COREVIDEO --> corevideodiego2008-03-151-6/+6
* Introduce a separate definition for Mac OS X coreaudio support.diego2008-03-151-0/+6
* Fix wrong res_comment.diego2008-03-151-1/+1
* CONFIG_SWSCALER --> CONFIG_SWSCALE to match FFmpeg changes.diego2008-03-101-1/+1
* Disable QTX emulation on win32; fix builds on cygwin and mingw32.zuxy2008-03-101-1/+1
* CONFIG_PP --> CONFIG_POSTPROC, sync with FFmpegdiego2008-03-081-1/+1
* Move HP-UX SCSI header check from the internal libdvdread check to thediego2008-03-081-2/+2
* Add parentheses where necessary to fix || conditions to work as intended.diego2008-03-071-5/+5
* Remove duplicate conditions in dvdread check.diego2008-03-071-1/+1
* Set ASFLAGS in configure and initialize it as necessary for OS/2.diego2008-03-071-0/+2
* Disable S3 VIDIX driver on non-x86 platforms.diego2008-03-061-1/+1
* 10l: ENABLE_GRAY needs to be present for libavcodec to compile.diego2008-03-061-0/+1
* Do not enable grayscale decoding in FFmpeg, it slows down thediego2008-03-051-3/+0
* Add ENABLE_DECODERS/ENABLE_DEMUXERS alongside CONFIG_DECODERS/CONFIG_DEMUXERSdiego2008-03-051-0/+2
* Move decision about whether or not to compile Windows emulationdiego2008-03-031-0/+2
* Move decision about whether or not to compile wrapper.S to configure.diego2008-03-031-0/+3
* configure: Set CONFIG_ENCODERS=yes in config.mak unconditionallyuau2008-03-031-1/+1
* New S3 VIDIX driver.ben2008-02-291-6/+6
* Use _res_comment in joystick check.diego2008-02-281-1/+2
* Default to disabling VIDIX on platforms where it is not known to work.diego2008-02-261-4/+3
* configure: define ENABLE_ENCODERS for FFmpeguau2008-02-261-0/+1
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-5/+5
* Disable internal VIDIX on OS/2, patch by Dave Yeo, dave.r.yeo gmail com.diego2008-02-241-1/+1
* Only icc 10.1 will be supported.cehoyos2008-02-241-1/+1
* Check for -mno-omit-leaf-frame-pointer (compilation fix for icc 10.1.012).cehoyos2008-02-241-0/+2
* #define ATTRIBUTE_ALIGNED_MAX in config.h instead of hardcoding it.diego2008-02-231-0/+3
* Move libdca definition to a better place in config.h.diego2008-02-231-1/+3
* Replace Alpha MVI compiler workarounds by a proper configure check.diego2008-02-211-14/+13
* Use standard multiple inclusion guard.diego2008-02-211-1/+1
* Remove unused #define from config.h.diego2008-02-211-5/+0
* basic support for OS/2 in configurediego2008-02-181-3/+21
* Set SYS_BEOS for libdvdcss compilation on BeOS.diego2008-02-181-0/+1
* Apple gcc defines __APPLE_ALTIVEC__ with -faltivec.diego2008-02-161-1/+1
* Implement test for system byteswap.h header file.iive2008-02-121-0/+18
* Disable v4l2 if pthreads are not available, fixes bug #1015.diego2008-02-101-2/+2
* Update the test for ivtv output driver.iive2008-02-011-2/+8
* Also accept OpenAL32 as library name for OpenAL, it is used by some Windows-I...reimar2008-01-301-1/+1
* Remove setting of ldconfig, it is unused.diego2008-01-271-6/+0
* Move Zoran video controller check after the libavcodec one.iive2008-01-231-25/+26
* The GUI requires font support.diego2008-01-141-0/+2
* Set CONFIG_SWSCALER in order to avoid imgresampleuau2008-01-091-0/+2
* Add HAVE_SOCKLEN_T to config.h for FFmpeguau2008-01-031-0/+2
* Use _ISOC99_SOURCE instead of _GNU_SOURCE.diego2008-01-021-1/+1
* include dvdnav.h from its installation directory rather than appendingnicodvb2008-01-011-1/+1
* Add detection of *lrint* and round* functions to configure.eugeni2007-12-281-9/+16
* Make windres binary name configurable, useful for cross-compiling.diego2007-12-281-0/+6
* Simplify int_fastXY_t test in configure.reimar2007-12-221-4/+1
* Add support for XScreenSaverSuspendreimar2007-12-221-0/+25
* Remove internal unrarlib copy, the new unrarexec code is a strict superset.diego2007-12-201-15/+0
* Support cddb on darwin.ulion2007-12-161-1/+1
* Always enable largefile support by defaultuau2007-12-141-2/+2
* Support using unrar executable to access rar-compressed vobsub files.ulion2007-12-141-0/+20
* support for xtensa CPU architecturediego2007-12-111-1/+12
* Do not set SYS_AMIGAOS4, it is unused.diego2007-12-111-1/+1
* SYS_AMIGAOS4 --> __AMIGAOS4__diego2007-12-111-1/+1
* slight consistency change for default DVD device selectiondiego2007-12-111-1/+1
* Remove redundant condition from list of CD/DVD-ROM devices.diego2007-12-111-3/+0
* Do not set -DSYS_DARWIN, it is unused.diego2007-12-111-1/+1
* Replace SYS_DARWIN condition by __APPLE__ || __DARWIN__.diego2007-12-111-1/+1
* Allow usage of icc 10.1cehoyos2007-12-081-1/+1
* add new configure option to disable VIDIX PCI device name database (saves a 3...ben2007-12-041-0/+11
* live555 and libnemesi support coexistslu_zero2007-12-041-2/+2
* Since FFmpeg r11077, some muxers/demuxers don't exist in libavformat anymore.cehoyos2007-11-241-2/+2
* Fix half-baked last commit.diego2007-11-221-3/+4
* Remove ! operator hack, we require a POSIX-compatible-shell.diego2007-11-221-31/+18
* Invert the logic to check the cmp return value cmp to avoid using the ! opera...diego2007-11-221-1/+1
* main() --> main(void)diego2007-11-211-14/+14
* reindentationnicodvb2007-11-141-1/+1
* removed unneeded checks on the version of dvdnav (the acceptance ofnicodvb2007-11-141-6/+0
* libogg muxer no longer exists in FFmpeg.diego2007-11-141-1/+0
* OGG_MUXER was renamed to LIBOGG_MUXER in FFmpeg.diego2007-11-111-1/+1
* add support for newer libdcarathann2007-11-061-2/+4
* Add missing #include to fix GNU/kFreeBSD compilation, see Debian bug #448791.diego2007-11-011-0/+1
* Detect IPv6 support on Windowszuxy2007-10-301-1/+5
* Update to use newer libnemesi, should fix desync, fps guessing may fail nowlu_zero2007-10-291-1/+1
* Certain VIDIX drivers only work on x86, disable for other arches.diego2007-10-201-2/+2
* Disable libavcodec libvorbis encoderuau2007-10-201-1/+1
* Set CONFIG_LIBVORBIS correctlyreimar2007-10-201-0/+1
* Replace Polyp- by PulseAudio output.reimar2007-10-181-22/+20
* Sync with latest FFmpeg changes.diego2007-10-181-1/+1
* DirectShow based tv:// driver for win32voroshil2007-10-131-2/+35
* Sync with FFmpeg changes, NO_DCBZL was renamed to HAVE_DCBZL.diego2007-10-101-2/+2
* cosmetics: Fix inconsistent indentation in directfb test.diego2007-10-081-7/+7
* Simplify directfb/dfbmga test.diego2007-10-081-10/+10
* cosmetics: Fix indentation after previous commit.diego2007-10-081-3/+3
* Remove useless code, the same check is performed a few lines above.diego2007-10-081-4/+0
* Remove the check for specific gcc versions, because:diego2007-10-081-1/+1
* The combination _vis=yes and proc=v9 makes no sense and will not even compile.reimar2007-10-031-1/+1
* Do not uselessly set _x264 to the value it already hasreimar2007-10-031-2/+0
* Detect support of and add necessary CFLAGS to avoid crashes when loadingdiego2007-10-011-0/+20
* Remove useless quotes.diego2007-10-011-1/+1
* revert changes r23805, r23819 and r23866 to restore the mga_vid checkattila2007-09-301-4/+4
* Require atleast libnemesi 0.6.2 (range api and h263 supportlu_zero2007-09-301-1/+1
* Gentoo patches for Xextlu_zero2007-09-291-2/+2
* Give temporary executable file the system-specific executable extension.diego2007-09-291-1/+1
* Move declaration of temporary file variables to after the system-specificdiego2007-09-291-14/+17
* Fix Theora check without pkgconfig, -ltheora will not link on its own,diego2007-09-291-2/+2
* Nuke some more outdated and confusing comments.diego2007-09-291-9/+0
* Remove redundant comment.diego2007-09-291-1/+0
* Remove useless comment.diego2007-09-291-1/+0
* cosmetics: Move the command to remove configure.log out of a block of variablediego2007-09-291-1/+1
* fixing uau's GNUisms... 100lrfelker2007-09-271-1/+1
* Fix compilation after FFmpegs r10594.cehoyos2007-09-261-1/+1
* BFIN is an architecture not a CPU extension, so move it from _cpuexts_all to ...reimar2007-09-261-2/+2
* Fix building without network.iive2007-09-221-2/+4
* libnemesi support, yet another rtsp/rtp library...lu_zero2007-09-191-2/+30
* Mention that libavc png decoder depends on zlibreimar2007-09-181-1/+1
* Merge three sed invocations into one.diego2007-09-161-3/+1
* Install man pages in $(PREFIX)/share/man instead of $(PREFIX)/mandiego2007-09-161-2/+2
* prevent some vidix drivers to get compiled on powerpc, they are not intended ...ben2007-09-151-0/+5
* restored vidix build on powerpcben2007-09-151-2/+1
* pthreads support is required for teletextvoroshil2007-09-141-1/+1
* Fix ESD check: use an ESD function to actually check linking and doreimar2007-09-141-2/+2
* Do not replace _ by - if x86_64 is given in --target.reimar2007-09-121-1/+4
* Move vo_3dfx check after vo_dga check, vo_3dfx needs -lXxf86dga to link.diego2007-09-091-12/+12
* Fix fast_cmov detection broken by r24371zuxy2007-09-081-5/+4
* Use -march=native (avail. since gcc 4.2) when possiblezuxy2007-09-081-0/+2
* Fix typo in r24360cehoyos2007-09-071-1/+1
* Fix compilation after FFmpeg AUDIO_(DE)MUXER splituau2007-09-071