summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r28204Uoti Urpala2008-12-271-13/+17
|\
| * Set and use only ARCH_PPC, not also ARCH_POWERPC.diego2008-12-271-3/+3
| * Set fast_cmov for all x86_64 systems, except for P4-based systems thisreimar2008-12-231-1/+1
| * Define HAVE_FAST_64BIT if appropriatereimar2008-12-231-0/+7
| * Allow compilation of 32bit mplayer on 64 bit systems with --cc='cc -m32'.cehoyos2008-12-221-2/+2
* | Merge svn changes up to r28162Uoti Urpala2008-12-191-6/+6
|\|
| * another round of armv4l --> arm changesdiego2008-12-171-3/+3
| * xvmc is now a CONFIG_ option in FFmpeg.diego2008-12-151-3/+3
* | Merge svn changes up to r28149Uoti Urpala2008-12-141-14/+23
|\|
| * Apparently Real codecs work on OpenBSD, taken from the OpenBSD ports tree.diego2008-12-131-1/+1
| * Merge two identical NetBSD/OpenBSD conditions.diego2008-12-131-2/+1
| * Apparently VCDs work on OpenBSD, taken from the OpenBSD ports tree.diego2008-12-131-1/+1
| * Search live555 library also in /usr/lib64.cehoyos2008-12-111-1/+1
| * Rework Theora test, it was throwing away CFLAGS provided by pkg-config.diego2008-12-111-8/+18
| * 10l: actually disable quartz vo when detection failed.gpoirier2008-12-101-1/+1
* | configure: Update required x264 versionUoti Urpala2008-12-091-1/+1
* | Merge svn changes up to r28087Uoti Urpala2008-12-041-92/+73
|\|
| * whitespace cosmetics in test programsdiego2008-12-031-22/+22
| * Treat video output objects the same as everything else in the build system,diego2008-12-031-45/+32
| * cosmetics: consistent CONFIG_PNM definitiondiego2008-12-031-1/+1
| * cosmetics: Rename ZORAN Makefile variable to ZR for consistency.diego2008-12-031-1/+1
| * Treat audio output objects the same as everything else in the build system,diego2008-12-031-22/+15
| * Pass "-f macho" to yasm when enabling YASM support on a 32-bits machine asgpoirier2008-12-031-1/+1
| * 100l, actually put the PTHREAD_CACHE define into config.hreimar2008-12-021-0/+1
* | configure: Define HAVE_BSWAP and HAVE_FAST_64BIT for FFmpegUoti Urpala2008-12-021-1/+8
* | Merge svn changes up to r28065Uoti Urpala2008-12-021-2/+50
|\|
| * vo_direct3d.o depends on w32_common.o.diego2008-12-021-1/+1
| * MNG demuxer by Stefan Schuermans, stefan blinkenarea orgdiego2008-11-301-0/+28
| * Move PTHREAD_CACHE define logic to configure.reimar2008-11-281-0/+10
| * Fix cross-compilation: autodetect correct nm toolreimar2008-11-281-1/+11
* | Merge svn changes up to r28043Uoti Urpala2008-11-261-0/+3
|\|
| * configure: Move AANDCT config.mak entry and add config.h #definesuau2008-11-261-1/+3
| * Fix compilation after FFmpeg r15940reimar2008-11-261-0/+1
* | Merge svn changes up to r28038Uoti Urpala2008-11-251-12/+20
|\|
| * Enable compilation with icc 11.0.cehoyos2008-11-251-1/+1
| * now that we have a specific check to enable ao_macosx or not, don't let testgpoirier2008-11-241-10/+4
| * add specific test to check if we can enable ao_macosx not matter how vo_quart...gpoirier2008-11-241-1/+15
* | Merge svn changes up to r27979Uoti Urpala2008-11-221-1/+27
|\|
| * Direct3D based video_out module.reimar2008-11-181-0/+26
| * On OpenBSD socklen_t is defined at sys/types.h, so latter is addedbircoph2008-11-181-1/+1
* | Merge svn changes up to r27949Uoti Urpala2008-11-171-4/+64
|\|
| * 100l, missing ' s' in sed command, probably caused all decoders to bereimar2008-11-171-1/+1
| * Only enable CONFIG_FFT_MMX if both yasm and MMX are enabled.diego2008-11-171-1/+3
| * Set _have_yasm to "no" if yasm detection failed.diego2008-11-171-0/+1
| * Allow compilation with icc 10.1.cehoyos2008-11-171-0/+2
| * Fix missing -DARCH_X86_64 for yasm on x86_64.reimar2008-11-161-1/+1
| * Add yasm support to the build system.bircoph2008-11-161-1/+56
| * On Darwin, don't use hostinfo on _all_ x86 variants to detect the running CPU,gpoirier2008-11-151-1/+1
| * Print out that vo_macosx is disabled when Mac OS X APIs are not available.diego2008-11-131-1/+1
* | Merge svn changes up to r27899Uoti Urpala2008-11-061-3/+3
|\|
| * lavc tscc decoder now also depends on zlibreimar2008-11-021-1/+1
| * Change OpenGL support to work on unmodified MinGW64reimar2008-11-021-2/+2
* | configure: Fix FAST_CMOV detection on AMD64Uoti Urpala2008-11-021-6/+6
* | Merge svn changes up to r27850Uoti Urpala2008-10-301-1/+1
|\|
| * Make sure that linker flags passed as configure parameters appear beforediego2008-10-281-1/+1
* | Merge svn changes up to r27841Uoti Urpala2008-10-281-4/+4
|\|
| * cosmetics: alphabetical orderdiego2008-10-261-4/+4
* | Merge svn changes up to r27828Uoti Urpala2008-10-261-2/+9
|\|
| * configure: Set CONFIG_MDCT and CONFIG_GOLOMB for libavcodecuau2008-10-261-2/+9
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-802/+434
|\|
| * cosmetics: Reorder some FFmpeg-related config.h and config.mak entries.diego2008-10-251-13/+13
| * configure: Set CONFIG_FFT to fix libavcodec compilationuau2008-10-251-0/+7
| * 10l: Revert SH4 removal, which is required in FFmpeg.diego2008-10-241-1/+1
| * SH4 is an architecture, not a CPU extension.diego2008-10-231-1/+1
| * Add ARM pld instruction test for FFmpeg ARM optimizations.diego2008-10-231-1/+10
| * Determine default CD/DVD device in configure instead of using an #ifdef jungle.diego2008-10-211-0/+30
| * cosmetics: Reorganize config.h. Remove pointless comments, group togetherdiego2008-10-161-449/+195
| * typo: _dev_dvd_openbsd --> _def_dvd_openbsddiego2008-10-161-2/+2
| * Create LIBDIR for binary codecs upon make install.diego2008-10-161-0/+1
| * Move dcbzl definition to the FFmpeg section of config.h where it belongs.diego2008-10-161-4/+4
| * Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.diego2008-10-161-5/+5
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-3/+3
| * Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.diego2008-10-161-27/+0
| * Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.diego2008-10-161-7/+0
| * Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.diego2008-10-161-2/+0
| * Move X11_FULLSCREEN definition to x11_common.h where it belongs.diego2008-10-161-3/+0
| * Move attribute_used declaration from config.h to mangle.h where it is useful.diego2008-10-161-7/+0
| * sun --> __sun in config.h preprocessor checkdiego2008-10-161-1/+1
| * cosmetics: Move _def_fast_unaligned to the FFmpeg section of config.h.diego2008-10-141-3/+3
| * cosmetics: Consistently name all header #define variables.diego2008-10-141-40/+40
| * Set HAVE_FAST_UNALIGNED for PowerPC as well, patch by Emanuele Giaquinta.diego2008-10-131-0/+1
| * Remove global definition of WIN32 in config.h for Cygwin.diego2008-10-131-8/+1
| * Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-131-1/+1
| * Remove check for byteswap.h, it was removed from FFmpeg.diego2008-10-131-18/+0
| * Filter out .hh and .h files in the C++ dependency generation command.diego2008-10-121-1/+1
| * Remove useless HAVE_STRCHR definition from config.h.diego2008-10-121-1/+0
| * Move socklen_t typedef from config.h to stream/network.h.diego2008-10-121-4/+0
| * Do not provide a prototype for setenv in config.h, we do not provide adiego2008-10-111-3/+0
| * cosmetics: Move some config.h entries to more sensible places.diego2008-10-101-23/+24
| * cosmetics: Group codec-, network- and gui-related options together in config.h.diego2008-10-101-39/+39
| * cosmetics: Group system header and function definitions together in config.h.diego2008-10-091-68/+66
| * Disable mp3lib and liba52-internal for icc.cehoyos2008-10-051-3/+9
| * Revert the removal of the likely/unlikely macros, they are still used.diego2008-10-041-1/+8
| * Merge variable declaration and export.diego2008-10-041-2/+1
| * Add a comment to lonely 'fi' for clarification.diego2008-10-041-1/+1
| * cosmetics: more config.h reorderingdiego2008-10-041-218/+213
| * cosmetics: Reorder entries in config.h.diego2008-10-041-103/+102
| * 100l: Revert incorrect removal or --ar and --ranlib options.diego2008-10-041-0/+18
| * cosmetics: Improve some config.h comments.diego2008-10-041-6/+9
| * Do not duplicate likely/unlikely #defines from libmpeg2/libavcodec in config.h.diego2008-10-041-7/+0
| * Remove unused HAVE_SYS_POLL_H definition from config.h.diego2008-10-041-8/+0
| * cosmetics: Move around some more stuff in config.mak.diego2008-10-041-15/+13
| * cosmetics: Move around stuff in config.mak.diego2008-10-041-15/+10
| * Remove unused LIBDIR Makefile variable from config.mak.diego2008-10-041-1/+0
| * Remove unused options --ar and --ranlib.diego2008-10-041-18/+0
| * Do not set DESTDIR to an empty value so that it can be overridden on thediego2008-10-041-1/+0
| * FAAC/FAAD are no longer the only available AAC encoders/decoders.diego2008-10-041-2/+2
| * Remove word size check and macro and use __WORDSIZE directly instead.diego2008-10-041-13/+0
| * Merge SPARC and SPARC64 sections in the CPU detection code.diego2008-10-041-12/+5
| * Skip setting variables to empty values in the CPU detection code.diego2008-10-041-48/+0
| * 100l copy and paste typo fixdiego2008-10-031-2/+2
| * spelling cosmeticsdiego2008-10-031-3/+2
| * Fix vsscanf test.diego2008-10-031-0/+2
| * CVS --> Subversiondiego2008-10-031-1/+1
* | Merge svn changes up to r27688Uoti Urpala2008-10-031-8/+5
|\|
| * Filter out xpm files from the list of dependencies to check for recursivediego2008-10-031-2/+2
| * External liba52 parameters should only be enabled if the check succeeded.diego2008-10-031-3/+1
| * Internal liba52 should default to enabled.diego2008-10-031-3/+2
* | Merge svn changes up to r27682Uoti Urpala2008-10-021-1/+1
|\|
| * Make sure -I. appears before all other -I flags.diego2008-09-211-1/+1
* | Merge svn changes up to r27649Uoti Urpala2008-09-201-9/+84
|\|
| * Add shared libswscale support.rathann2008-09-161-0/+49
| * Do not clobber _inc_extra variable when setting initial include flags.diego2008-09-161-1/+1
| * Initialize _def_liba52 and _def_liba52_internal before the liba52 checksdiego2008-09-161-2/+2
| * External liba52 support, part 2 of 2.rathann2008-09-151-4/+29
| * Add -I. to _inc_extra at the beginning instead of to CFLAGS at the end.diego2008-09-151-2/+2
| * Avoid useless line in libpostproc test.diego2008-09-151-1/+0
* | Merge svn changes up to r27514Uoti Urpala2008-09-031-43/+75
|\|
| * Rename --enable-tremor-external option to --enable-tremor along with thediego2008-09-011-8/+8
| * Do not refer to libcdio and liblzo as external in the help output.diego2008-09-011-2/+2
| * Rename --enable-faad-external option to --enable-faad along with thediego2008-09-011-14/+10
| * Initialize _def_faad* variables to disabled before setting them.diego2008-09-011-2/+2
| * Fall back on external libfaad check if internal libfaad check failed.diego2008-09-011-1/+4
| * Only use winsock2.h to check for closesocket().diego2008-08-311-5/+3
| * Fix closesocket test, patch by Serge Levin, serge.levin.spb gmail com.diego2008-08-311-2/+2
| * Rename internal libdvdread fork from dvdread to libdvdreadrathann2008-08-301-4/+4
| * Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-291-12/+12
| * Implement check for closesocket(), needed by libavformat, fixes Bugzilla #1257.diego2008-08-291-0/+20
| * Add check for ARM VFP instructions.diego2008-08-171-1/+16
| * Use '#include <poll.h>' instead of '#include <sys/poll.h>'.diego2008-08-141-2/+2
* | Merge svn changes up to r27458Uoti Urpala2008-08-121-3/+9
|\|
| * Enable PNG encoder in libavcodec for vf_screenshot only if zlib is enabled.diego2008-08-121-1/+2
| * Add VIDIX driver for SuperH Mobile VEU hardware block.ben2008-08-111-2/+7
| * The PNG encoder in libavcodec needs to be enabled for vf_screenshot even ifdiego2008-08-101-2/+2
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-227/+247
|\|
| * Add separate variables for CFLAGS that are specific to internal librariesdiego2008-08-071-5/+8
| * Remove unused Makefile variable.diego2008-08-071-1/+0
| * cosmetics: Rename some CFLAGS-related variables.diego2008-08-071-13/+13
| * Give a CONFIG_ prefix to preprocessor directives that lacked one anddiego2008-08-071-23/+23