summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r27374Uoti Urpala2008-07-301-183/+187
|\
| * Remove unused definition from config.h.diego2008-07-301-3/+0
| * Start unifying names of internal preprocessor directives.diego2008-07-301-99/+99
| * Remove unused definition from config.h.diego2008-07-301-3/+0
| * Add proper check for socklen_t.diego2008-07-301-2/+21
| * cosmetics: Group FFmpeg definitions together in config.h.diego2008-07-301-15/+16
| * Do not add __CYGWIN__ to CFLAGS on Cygwin, the system defines it anyway.diego2008-07-281-3/+0
| * Rework OS/2 configuration with respect to linker output formats.diego2008-07-281-8/+8
| * cosmetics: Add a separator comment.diego2008-07-281-0/+2
| * Move libdvdnav check before the CFLAGS section. It is still the last checkdiego2008-07-281-35/+35
| * Move CFLAGS specific to internal libdvdread and libfaad2 to the Makefile anddiego2008-07-281-5/+0
| * Remove unused HPUX #define from command line.diego2008-07-281-4/+0
| * Move libdvdcss-specific CFLAG settings to libdvdcss test.diego2008-07-281-3/+6
| * Revert to previous dependency checking behavior.diego2008-07-261-2/+2
| * Remove AltiVec vector declaration compiler compatibility macros.diego2008-07-261-5/+2
* | Merge svn changes up to r27347Uoti Urpala2008-07-251-1/+87
|\|
| * Fix configure hanging forever in iconv check using --charset=noconvreimar2008-07-241-1/+1
| * Add Dirac video support via libdirac and libschroedinger in libavcodec.diego2008-07-221-0/+86
* | Merge svn changes up to r27332Uoti Urpala2008-07-211-58/+88
|\|
| * Only build the documentation in the languages requested from configure.diego2008-07-191-0/+3
| * Fix typo in msg_lang variable name that prevented the correct messagediego2008-07-171-1/+1
| * Maemo platform runs on Nokia N8x0 series too.ben2008-07-171-2/+2
| * Our ALSA code needs alloca, so check for it in configure and include alloca.hreimar2008-07-171-0/+4
| * cosmetics: Indent language handling after last commit.diego2008-07-171-9/+9
| * Rewrite translation handling in the build system.diego2008-07-171-22/+33
| * Simplify summary output, add an extra empty line to it.diego2008-07-171-6/+2
| * Remove note about localization from configure output.diego2008-07-171-1/+0
| * cosmetics: Rename _doc_lang variable to doc_lang.diego2008-07-171-4/+4
| * Add variables for all available man page and documentation languages.diego2008-07-161-0/+2
| * Remove redundant check in message language test.diego2008-07-161-1/+0
| * Move the "all" option to the front of the list of available languages indiego2008-07-161-1/+1
| * cosmetics: Rename LANGUAGES variable to msg_langs.diego2008-07-161-5/+5
| * Replace output redirection with grep by POSIX standard options.diego2008-07-161-5/+5
| * Replace simple sed invocation by even simpler tr invocation.diego2008-07-161-1/+1
| * Merge two consecutive sed calls into one.diego2008-07-161-1/+1
| * ALSA stupidly tries to define struct timeval and struct timespec, whichreimar2008-07-151-0/+5
| * Fix dlopen(), dlclose() dlsym() calls in configure test.diego2008-07-151-1/+2
| * Fix tgetent call in termcap configure test.diego2008-07-151-1/+2
| * Add two more missing headers to configure checks.diego2008-07-151-0/+2
| * Add missing return statements to configure tests.diego2008-07-151-12/+16
| * Add missing headers to configure checks.diego2008-07-151-0/+3
* | Merge svn changes up to r27281Uoti Urpala2008-07-151-5/+5
|\|
| * Do not set _dvdreadconfig unconditionally.rathann2008-07-131-1/+0
| * cosmetics: main (void) --> main(void)diego2008-07-131-1/+1
| * main(void) --> int main(void) in .align testdiego2008-07-131-1/+1
| * Use correct header in libamr narrowband test.diego2008-07-131-1/+1
| * Dependency files should be refreshed when object files are rebuilt.diego2008-07-121-2/+2
* | Merge svn changes up to r27242Uoti Urpala2008-07-091-0/+1
|\|
| * Add -std=gnu99 to gcc CFLAGS if supported. This sets appropriate #defines todiego2008-07-081-0/+1
* | Merge svn changes up to r27184Uoti Urpala2008-07-011-2/+3
|\|
| * 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
* | configure: fix --with-dvdread-configUoti Urpala2008-06-261-1/+0
* | Merge svn changes up to r27123Uoti Urpala2008-06-231-1/+20
|\|
| * 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
* | Merge svn changes up to r27092Uoti Urpala2008-06-171-22/+32
|\|
| * 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
* | Merge svn changes up to r27025Uoti Urpala2008-06-071-44/+27
|\|
| * 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
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-151/+188
|\|
| * 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
* | Merge svn changes up to r26783Uoti Urpala2008-05-151-93/+84
|\|
| * 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
* | Merge svn changes up to r26680Uoti Urpala2008-05-071-271/+144
|\|
| * 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
* | Merge svn changes up to r26624Uoti Urpala2008-05-011-0/+2
|\|
| * Set libdvdcss CFLAGS for dvdread from configure.diego2008-04-301-0/+2
* | 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