summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Add missing 'struct input_id id' to Apple IR configure check.diego2008-06-241-0/+1
* Dependency files need to get updated when any of their dependencies arediego2008-06-231-2/+2
* Replace misuse of echores in libdvdnav check by _res_comment.diego2008-06-221-1/+1
* fix obviously wrong option descriptionben2008-06-201-1/+1
* allow conditionnal compilation of yuv4mpeg video out.ben2008-06-201-0/+19
* cosmetics: Group internal codec library tests together.diego2008-06-151-21/+21
* Fix support for libnemesi installed on nonstandard pathslu_zero2008-06-131-0/+1
* require latest x264 to enable MEncoder's x264 supportgpoirier2008-06-091-1/+1
* Add support for enabling VIDIX dhahelper.diego2008-06-081-0/+9
* Restore support for compiling with svgalib_helper.diego2008-06-071-0/+9
* Only check for VIDIX PCI device name database if VIDIX is enabled.diego2008-06-071-8/+9
* Make sure that the LC_ALL variable is exported to the environment ofdiego2008-06-071-1/+1
* Drop support for external libvidix (unmaintained and not up-to-date)ben2008-06-071-35/+8
* Use LC_ALL instead of LANG in config.mak to prevent locale settings fromdiego2008-06-021-1/+1
* 10l: Restore LANG variable in config.mak so that shell commands are notdiego2008-06-021-0/+3
* Remove unused variable LANG from config.mak.diego2008-06-021-1/+0
* Remove unused variable TARGET_OS from config.mak.diego2008-06-021-1/+0
* cosmetics: Restructure config.mak logically and alphabetically.diego2008-06-021-102/+95
* Remove unused variable TARGET_CPU from config.mak.diego2008-06-021-1/+0
* Remove unnecessary FFmpeg hack from config.mak.diego2008-06-021-2/+0
* tiny reindentationnicodvb2008-06-011-1/+1
* disable dvdnav when using the internal dvdreadnicodvb2008-06-011-0/+5
* reindented the dvdread detection blocknicodvb2008-06-011-10/+10
* changed the code that checks the presence of the external dvdreadnicodvb2008-06-011-6/+4
* removed support for Ogle's dvdreadnicodvb2008-06-011-2/+0
* Change spelling of XviD to Xvid as has already been done in the (rest of the)diego2008-05-311-5/+5
* Rework AltiVec CFLAGS detection. '-maltivec -mabi=altivec' should be useddiego2008-05-301-12/+18
* Check for AltiVec vector declaration syntax.diego2008-05-301-0/+11
* Revert commit r26897.iive2008-05-281-5/+5
* cosmetics: XviD --> Xviddiego2008-05-271-5/+5
* add potentially missing typesben2008-05-201-0/+1
* Output a better informative message if no AltiVec CFLAGS can be found.diego2008-05-191-1/+1
* Do not run second AltiVec CFLAG check in a subshell; the variable that isdiego2008-05-191-1/+1
* Replace hack to disable iconv conversion of messages with something more sane.diego2008-05-181-6/+1
* Only run AltiVec compiler tests on PowerPC.diego2008-05-181-1/+1
* 10l: Fix MAN_LANG creation for real this time.diego2008-05-181-1/+1
* 10l: missing quotes in sed commanddiego2008-05-181-1/+1
* Split MAN_LANG Makefile variable into MAN_LANG and MAN_LANG_ALL withdiego2008-05-181-3/+5
* Introduce make variable common to the GTK and Windows GUI and use itdiego2008-05-181-0/+1
* 10l: Add missing parentheses in AltiVec test logic.diego2008-05-181-1/+1
* Add support for AppleIR Remote as an input under Linux systems.ben2008-05-181-0/+29
* cosmetics: Remove useless parentheses from return statements.diego2008-05-161-2/+2
* Prefer FSF-style AltiVec flags over Apple-style.diego2008-05-101-4/+2
* Simplify AltiVec compiler flag test.diego2008-05-101-14/+6
* Simplify AltiVec CFLAG test.diego2008-05-101-13/+4
* Replace some if constructs with && in the AltiVec test.diego2008-05-101-9/+5
* cosmetics: whitespace changes, spelling, code moving in AltiVec test.diego2008-05-101-17/+6
* Only check for and set AltiVec flags if AltiVec or runtime CPU detection isdiego2008-05-101-1/+1
* Remove outdated FIXME comment.diego2008-05-101-2/+0
* FFmpeg parts no longer require extra -I CFLAGS.diego2008-05-091-1/+1
* cosmetics: indentationdiego2008-05-091-11/+11
* Add options to handle the external libraries in libavcodec, which requirediego2008-05-081-17/+39
* Add option to disable mp3lame.diego2008-05-081-1/+7
* cosmetics: Rename _lavc_* variables to _*_lavc.diego2008-05-081-11/+11
* cosmetics: Rename _def_lavc_* variables to _def_*_lavc.diego2008-05-081-12/+12
* Remove obscure comment about libmp3lame depending on Vorbis.diego2008-05-071-1/+0
* 1l: Remove leftover _lavc_x264 variable.diego2008-05-071-1/+1
* Always enable x264 in libavcodec if x264 is enabled.diego2008-05-061-8/+1
* Rewrite (gcc) compiler check to default to enabling compilation and not setdiego2008-05-041-19/+8
* cosmetics: Remove trailing whitespace.diego2008-05-031-33/+33
* cosmetics: Remove unused argc/argv parameters from test programs.diego2008-05-031-3/+2
* cosmetics: Consistently compactify and reformat test programs.diego2008-05-031-84/+41
* Use a regular expression to filter out all external library parts from FFmpeg.diego2008-05-031-14/+11
* Remove dead code; LIBVORBIS_ENCODER is deleted from _libavencoders elsewhere.diego2008-05-031-3/+0
* External libraries used by FFmpeg now have a lib prefix in their name.diego2008-05-031-1/+1
* Fix compilation: disable libdirac and libschroedinger FFmpeg de- and encoders.reimar2008-05-031-2/+2
* cosmetics: Reindent after last commit and reformat comment.diego2008-05-011-25/+24
* Always run the GCC AltiVec test so that the correct AltiVec CFLAGS get pickeddiego2008-05-011-2/+0
* cosmetics: Fix indentation after last commits.diego2008-05-011-35/+35
* Remove obsolete gcc 2.96 warning message. This was also used for e.g. icc,diego2008-05-011-21/+1
* Remove --disable-gcc-check option and related code.diego2008-05-011-30/+0
* Rename cc_verc_fail variable to cc_fail.diego2008-05-011-9/+9
* cosmetics: Simplify altivec.h test.diego2008-05-011-8/+4
* cosmetics: Fix indentation after last commit.diego2008-05-011-8/+8
* Check for altivec.h always, not just when AltiVec is enabled.diego2008-05-011-2/+0
* Set libdvdcss CFLAGS for dvdread from configure.diego2008-04-301-0/+2
* Move CFLAGS setting to configure.diego2008-04-291-0/+1
* Remove unnecessary -I.. from CFLAGS, change -I../libavutil to -Ilibavutil.diego2008-04-281-1/+1
* Only compile libmpcodecs/ve_qtvideo.c on Windows.diego2008-04-261-0/+4
* 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
* 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
* 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/