aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* Rename --enable-faad-external option to --enable-faad along with theGravatar diego2008-09-01
* Initialize _def_faad* variables to disabled before setting them.Gravatar diego2008-09-01
* Fall back on external libfaad check if internal libfaad check failed.Gravatar diego2008-09-01
* Only use winsock2.h to check for closesocket().Gravatar diego2008-08-31
* Fix closesocket test, patch by Serge Levin, serge.levin.spb gmail com.Gravatar diego2008-08-31
* Rename internal libdvdread fork from dvdread to libdvdreadGravatar rathann2008-08-30
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.Gravatar diego2008-08-29
* Implement check for closesocket(), needed by libavformat, fixes Bugzilla #1257.Gravatar diego2008-08-29
* Add check for ARM VFP instructions.Gravatar diego2008-08-17
* Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Gravatar diego2008-08-14
* Enable PNG encoder in libavcodec for vf_screenshot only if zlib is enabled.Gravatar diego2008-08-12
* Add VIDIX driver for SuperH Mobile VEU hardware block.Gravatar ben2008-08-11
* The PNG encoder in libavcodec needs to be enabled for vf_screenshot even ifGravatar diego2008-08-10
* Add separate variables for CFLAGS that are specific to internal librariesGravatar diego2008-08-07
* Remove unused Makefile variable.Gravatar diego2008-08-07
* cosmetics: Rename some CFLAGS-related variables.Gravatar diego2008-08-07
* Give a CONFIG_ prefix to preprocessor directives that lacked one andGravatar diego2008-08-07
* generalized SH architecture support by Magnus Damm, magnus.damm gmail comGravatar diego2008-08-07
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* Rename a bunch of miscellaneous preprocessor directives.Gravatar diego2008-08-07
* Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.Gravatar diego2008-08-06
* Rename all preprocessor directives related to Apple / Mac OS X.Gravatar diego2008-08-06
* Rename some audio-output-related preprocessor directives.Gravatar diego2008-08-05
* Rename preprocessor definition in check skeleton.Gravatar diego2008-08-05
* Rename preprocessor directives related to image libraries.Gravatar diego2008-08-05
* Detect ppc64 and powerpc64 architectures as PowerPC variants.Gravatar ben2008-08-04
* Change a bunch of X11-specific preprocessor directives.Gravatar diego2008-08-04
* Add video driver for Nintendo Wii/GameCube.Gravatar ben2008-08-03
* Remove duplicated DVB definition line.Gravatar diego2008-08-03
* Rename --enable-macosx-finder-support option to --enable-macosx-finderGravatar diego2008-08-03
* Rename _smbsupport variable to _smb.Gravatar diego2008-08-03
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* Set HAVE_DVB in configure when HAVE_DVB_HEAD is definedGravatar diego2008-08-02
* Change a bunch of video-output-specific preprocessor directives from a HAVE_Gravatar diego2008-08-02
* Change a bunch of codec-specific preprocessor directives from a HAVE_Gravatar diego2008-08-02
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* Initialize socklen_t variable to "no".Gravatar diego2008-08-01
* 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