aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* For the case that we add a typedef for socklen_t, we should #defineGravatar diego2008-07-30
* Check for socklen_t in ws2tcpip.h as well.Gravatar diego2008-07-30
* Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.Gravatar diego2008-07-30
* Remove unused HAVE_MENCODER definition.Gravatar diego2008-07-30
* Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* Remove unused definition from config.h.Gravatar diego2008-07-30
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Remove unused definition from config.h.Gravatar diego2008-07-30
* Add proper check for socklen_t.Gravatar diego2008-07-30
* cosmetics: Group FFmpeg definitions together in config.h.Gravatar diego2008-07-30
* Do not add __CYGWIN__ to CFLAGS on Cygwin, the system defines it anyway.Gravatar diego2008-07-28
* Rework OS/2 configuration with respect to linker output formats.Gravatar diego2008-07-28
* cosmetics: Add a separator comment.Gravatar diego2008-07-28
* Move libdvdnav check before the CFLAGS section. It is still the last checkGravatar diego2008-07-28
* Move CFLAGS specific to internal libdvdread and libfaad2 to the Makefile andGravatar diego2008-07-28
* Remove unused HPUX #define from command line.Gravatar diego2008-07-28
* Move libdvdcss-specific CFLAG settings to libdvdcss test.Gravatar diego2008-07-28
* Revert to previous dependency checking behavior.Gravatar diego2008-07-26
* Remove AltiVec vector declaration compiler compatibility macros.Gravatar diego2008-07-26
* Fix configure hanging forever in iconv check using --charset=noconvGravatar reimar2008-07-24
* Add Dirac video support via libdirac and libschroedinger in libavcodec.Gravatar diego2008-07-22
* Only build the documentation in the languages requested from configure.Gravatar diego2008-07-19
* Fix typo in msg_lang variable name that prevented the correct messageGravatar diego2008-07-17
* Maemo platform runs on Nokia N8x0 series too.Gravatar ben2008-07-17
* Our ALSA code needs alloca, so check for it in configure and include alloca.hGravatar reimar2008-07-17
* cosmetics: Indent language handling after last commit.Gravatar diego2008-07-17
* Rewrite translation handling in the build system.Gravatar diego2008-07-17
* Simplify summary output, add an extra empty line to it.Gravatar diego2008-07-17
* Remove note about localization from configure output.Gravatar diego2008-07-17
* cosmetics: Rename _doc_lang variable to doc_lang.Gravatar diego2008-07-17
* Add variables for all available man page and documentation languages.Gravatar diego2008-07-16
* Remove redundant check in message language test.Gravatar diego2008-07-16
* Move the "all" option to the front of the list of available languages inGravatar diego2008-07-16
* cosmetics: Rename LANGUAGES variable to msg_langs.Gravatar diego2008-07-16
* Replace output redirection with grep by POSIX standard options.Gravatar diego2008-07-16
* Replace simple sed invocation by even simpler tr invocation.Gravatar diego2008-07-16
* Merge two consecutive sed calls into one.Gravatar diego2008-07-16
* ALSA stupidly tries to define struct timeval and struct timespec, whichGravatar reimar2008-07-15
* Fix dlopen(), dlclose() dlsym() calls in configure test.Gravatar diego2008-07-15
* Fix tgetent call in termcap configure test.Gravatar diego2008-07-15
* Add two more missing headers to configure checks.Gravatar diego2008-07-15
* Add missing return statements to configure tests.Gravatar diego2008-07-15
* Add missing headers to configure checks.Gravatar diego2008-07-15
* Do not set _dvdreadconfig unconditionally.Gravatar rathann2008-07-13
* cosmetics: main (void) --> main(void)Gravatar diego2008-07-13
* main(void) --> int main(void) in .align testGravatar diego2008-07-13
* Use correct header in libamr narrowband test.Gravatar diego2008-07-13
* Dependency files should be refreshed when object files are rebuilt.Gravatar diego2008-07-12
* Add -std=gnu99 to gcc CFLAGS if supported. This sets appropriate #defines toGravatar diego2008-07-08
* Add missing 'struct input_id id' to Apple IR configure check.Gravatar diego2008-06-24