summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* configure: remove duplicated CFLAGS from DEPFLAGSUoti Urpala2010-11-021-1/+1
* configure: Separate compiler warning flags from other flagsdiego2010-11-021-13/+19
* enable vo_mga, vo_xmga, vf_palette, vf_halfpackUoti Urpala2010-11-021-18/+4
* configure: Add a hack to work with BeOS/Haiku libsdlreimar2010-11-021-0/+4
* configure: Attempt to fix compilation with FreeBSD's dvdio.hreimar2010-11-021-1/+2
* configure: make libarts check verify linkingreimar2010-11-021-1/+2
* configure: Fix documentation language variables in summary outputdiego2010-11-021-2/+2
* configure: avoid unsupported options with clang on Darwin/PPCdiego2010-11-021-1/+4
* configure: Add -Wno-parentheses to CFLAGSdiego2010-11-021-1/+1
* configure: fix OpenBSD default for CD-ROM devicediego2010-11-021-1/+1
* configure: Default to -O2 optimization level for the clang compilerdiego2010-11-021-0/+2
* configure: add header_check_broken, use for cdioreimar2010-11-021-2/+18
* configure: Rename "network" variable and option to "networking"diego2010-11-021-18/+20
* configure: Fix LADSPA test variable initializationdiego2010-11-021-1/+1
* configure: use correct arguments in signal handler testsdiego2010-11-021-2/+2
* configure: Move PIC test out of the x86 sectiondiego2010-11-021-12/+15
* configure: Move EBX availability #define within config.hdiego2010-11-021-1/+1
* stream_bluray: add unencrypted Blu-ray playbackben2010-11-021-1/+31
* configure: Add return statement to function_check test program.diego2010-11-021-1/+1
* configure: use cflag_check function for more casesdiego2010-11-021-28/+19
* configure: Separate dependency flags from general CFLAGSdiego2010-11-021-1/+2
* configure: add function to check compiler flags directlydiego2010-11-021-50/+33
* configure: Rename _warn_CFLAGS variable to warn_cflags.diego2010-11-021-5/+5
* configure: Add function to check for particular function in headerdiego2010-11-021-0/+9
* configure: Place temporary files in a subdirectory of their owndiego2010-11-021-8/+10
* ad_mpg123: add MP3 decoding through libmpg123diego2010-11-021-0/+25
* configure: Fix detection of SDL backend for vo_gl on OS Xastrange2010-11-021-1/+1
* configure: Fix indentationreimar2010-11-021-16/+16
* configure: Experimental support for clang compiler.reimar2010-11-021-2/+11
* configure: Fix catch() callback function declaration in two compile testsdiego2010-11-021-2/+2
* configure: whitespace cosmeticsdiego2010-11-021-4/+4
* configure: Remove unnecessary #includes from libnut test.diego2010-11-021-3/+0
* configure: Replace manual header checks by header_check functiondiego2010-11-021-152/+36
* configure: Remove some unnecessary #includes from testsdiego2010-11-021-20/+0
* configure: Simplify fribidi check - console output is not necessarydiego2010-11-021-4/+1
* configure: Add header_check convenience functiondiego2010-11-021-0/+9
* configure: change gettimeofday() test function parametersdiego2010-11-021-1/+1
* configure: Remove some unnecessary #includes from compilation testsdiego2010-11-021-3/+0
* configure: Drop linux-devfs configure option.diego2010-11-021-28/+19
* build: Rename configure.log file to config.logdiego2010-11-021-1/+1
* configure: make gif test check linking tooreimar2010-11-021-1/+1
* cosmetics: Drop leading underscore from configuration variable.diego2010-11-021-5/+5
* Merge svn changes r31306, r31307Uoti Urpala2010-06-051-1/+4
|\
| * Add the -march fallback for amdfam10 also to the x86_64 case.reimar2010-06-021-0/+3
| * libavcodec/libx264.c requires x264 0.98 since r23430.cehoyos2010-06-021-1/+1
| * Fix compilation without librtmp.cehoyos2010-05-301-0/+3
* | configure: fix disabling of (x)mga without swscale internalsUoti Urpala2010-06-041-1/+3
* | Merge svn changes up to r31284Uoti Urpala2010-06-021-3/+5
|\|
| * Change compiler argument order for compile_check to avoid incorrect linkingreimar2010-05-301-3/+5
| * Add librtmp supporthyc2010-05-301-2/+30
| * Remove obsolete may_alias-related defines, lavu handles this nowreimar2010-05-291-2/+0
| * Actually run a detection whether external libass exists, insteadreimar2010-05-291-2/+17
* | Merge svn changes up to r31265Uoti Urpala2010-06-021-21/+24
|\|
| * Fix compilation if the compiler does not support -march=amdfam10reimar2010-05-291-0/+3
| * cosmetics: Drop leading '_' from noinputmodules variable.diego2010-05-291-21/+21
| * Add support for decoding VP8 through libvpx wrapper in FFmpeg.diego2010-05-251-0/+28
* | Merge svn changes up to r31211Uoti Urpala2010-05-301-8/+3
|\|
| * support linking to fribidi without pkg-configsiretart2010-05-241-2/+8
| * make configure use pkg-config for fribidi checkssiretart2010-05-241-13/+2
| * vf_zr requires the lavc MJPEG encoder even when MEncoder has been disabled.diego2010-05-141-1/+3
| * Remove duplicate and nonsense libavencoders #define for OpenCORE AMR-WB.diego2010-05-141-1/+0
* | Merge svn changes up to r31176Uoti Urpala2010-05-301-1/+1
|\|
| * Check for termios.h before sys/termios.h.diego2010-05-141-1/+1
* | Merge svn changes up to r31169Uoti Urpala2010-05-301-17/+3
|\|
| * Remove internal liba52 copy.diego2010-05-091-17/+3
* | Merge svn changes up to r31145Uoti Urpala2010-05-301-291/+291
|\|
| * cosmetics: Drop leading underscore from some commonly-used variable names.diego2010-05-091-319/+319
| * Fix compilation with old libschroedinger-dev installed.cehoyos2010-05-061-1/+1
* | vdpau: drop support for old versionsUoti Urpala2010-05-111-1/+1
* | Merge svn changes up to r31133Uoti Urpala2010-05-071-77/+110
|\|
| * Revert accidental change to default CFLAGS.reimar2010-04-301-1/+1
| * Add configure detection for SDL backend for -vo gl.reimar2010-04-301-78/+111
| * Fix compilation with gcc 2.95.3 (with --disable-ass).cehoyos2010-04-281-0/+6
| * Add llrintf test for FFmpeg.diego2010-04-271-1/+2
* | Merge svn changes up to r31100Uoti Urpala2010-05-071-1/+1
|\|
| * Fix compilation with live555 after libavutil r22965.cehoyos2010-04-271-1/+1
* | Merge svn changes up to r31097Uoti Urpala2010-04-261-12/+1
|\|
| * Remove code to work around bugs in ancient libSDL versions, the code has beenreimar2010-04-241-9/+0
| * VIDIX only works for Linux on the x86_64 architecture, not on other OSes.diego2010-04-221-1/+1
| * Revert obscure hack that disables the malloc.h check on certain BSD platforms.diego2010-04-211-2/+0
* | Merge svn changes up to r31050Uoti Urpala2010-04-261-1/+1
|\|
| * Tell x264 that we aren't going to give it timestamps.lorenm2010-04-201-1/+1
* | Merge svn changes up to r31033Uoti Urpala2010-04-261-3/+1
|\|
| * Generate dependency information as a sideeffect of compilation.diego2010-04-061-3/+1
| * Add -MP to dependency command.diego2010-04-051-2/+2
| * Drop unused DEPEND_CMD from config.mak; FFmpeg no longer needs it.diego2010-04-051-2/+0
* | Merge svn changes up to r31020Uoti Urpala2010-04-261-58/+59
|\|
| * Remove -O4 from FAAC check, it is in our standard CFLAGS already.diego2010-04-041-1/+1
| * Directly use CFLAGS for ASFLAGS instead of duplicating the variable content.diego2010-04-041-1/+1
| * cosmetics: prettyprint config.mak somewhatdiego2010-04-041-105/+106
* | Merge svn changes up to r31004Uoti Urpala2010-04-261-3/+6
|\|
| * Remove no longer necessary CONFIG_SWSCALE from config.h/config.mak.diego2010-04-041-3/+0
| * Cosmetics: Fix indentation.cehoyos2010-04-021-2/+2
| * Do not try -march=native for icc.cehoyos2010-04-021-0/+4
| * Add HAVE_STRERROR_R definition for FFmpeg to config.h.diego2010-03-281-0/+1
| * Add definition of CONFIG_LIBRTMP to config.h for FFmpeg.diego2010-03-281-0/+1
| * Fix compilation after librtmp support in FFmpeg.reimar2010-03-281-0/+1
* | Merge svn changes up to r30967Uoti Urpala2010-04-261-79/+68
|\|
| * Remove unused OPTFLAGS variable from config.mak.diego2010-03-251-1/+0
| * Remove unused MACOSX_BUNDLE config.mak entry.diego2010-03-251-1/+0
| * Move some FFmpeg-specific entries to the FFmpeg section of config.mak.diego2010-03-251-5/+7
| * Introduce mak_enable function to set variables in config.mak.diego2010-03-171-22/+14
| * Rename SGI_MIPS architecture to plain MIPS.diego2010-03-171-4/+4
| * Drop libavcodec_arch hack; ARCH can now be set directly in config.mak.diego2010-03-171-10/+1
| * Lowercase arch and subarch values.diego2010-03-171-19/+19
| * cosmetics: Drop leading underscore from cpuexts variables.diego2010-03-171-23/+23
| * Make ff_config_enable work with lowercase values.diego2010-03-171-2/+4
| * Split subarch handling off from generic arch handling.diego2010-03-171-4/+8
* | Merge svn changes up to r30917Uoti Urpala2010-04-261-40/+50
|\|
| * Fix compilation after FFmpeg r22569 at least for some architectures.cehoyos2010-03-171-0/+10
| * cosmetics: Drop leading underscores from arch variables.diego2010-03-171-40/+40
* | Merge svn changes up to r30907Uoti Urpala2010-04-261-33/+10
|\|
| * Fix compilation after FFmpeg r22565.cehoyos2010-03-161-0/+2
| * Add CONFIG_DCT and CONFIG_DWT to config.h as well as to config.mak for FFmpeg.diego2010-03-151-0/+2
| * variable renaming cosmetics: _have_yasm --> have_yasmdiego2010-03-141-3/+3
| * Remove unused MMX_FFT Makefile variable.diego2010-03-141-3/+0
| * cosmetics: Simplify _codecsdir setting for MinGW and OS/2.diego2010-03-141-2/+1
| * Add -Wstrict-prototypes to CFLAGS.diego2010-03-141-0/+1
| * Use menu instead of GUI as example for an internal feature turned on by a flag.diego2010-03-141-1/+1
| * Fix compilation after FFmpeg r22522.cehoyos2010-03-141-0/+1
| * Replace separate Win32, XAnim and Real codec directories by one global dir.diego2010-03-141-25/+1
* | build: create and install .mo translation filesUoti Urpala2010-04-011-6/+30
* | Delete things related to old translation systemUoti Urpala2010-03-101-32/+2
* | Merge svn changes up to r30876Uoti Urpala2010-03-101-1/+1
|\|
| * Fix help text for --disable-win32dll.cehoyos2010-03-091-1/+1
* | Merge svn changes up to r30848Uoti Urpala2010-03-101-52/+21
|\|
| * Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c insteadkomh2010-03-041-1/+12
| * Add a VCD support for OS/2komh2010-03-031-1/+1
| * Drop support for old-style DVB code.diego2010-03-021-51/+8
| * Remove RTSP_MUXER from libavmuxers to fix compilation with --disable-networkrectalogic2010-03-021-1/+1
| * Add CONFIG_LSP to config.h for libavcodec compilation.diego2010-03-021-0/+1
* | Merge svn changes up to r30732Uoti Urpala2010-03-101-0/+1
|\|
| * Add -Wmissing-prototypes to CFLAGS if available.diego2010-02-231-0/+1
| * FFmpeg: Add HAVE_ALIGNED_{8,16} to config.h on ppc and x86.diego2010-02-201-0/+8
| * FFmpeg: Add tomi to architecture list.diego2010-02-201-1/+1
| * Add av_alias define as a hack to fix compilation of intreadwrite.h withoutreimar2010-02-181-0/+1
* | Merge svn changes up to r30570Uoti Urpala2010-03-091-0/+3
|\|
| * Check that fontconfig version is at least 2.4.2, which is required for thereimar2010-02-141-0/+3
| * 10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP.diego2010-02-131-3/+5
| * Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak.diego2010-02-131-5/+3
| * Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs.diego2010-02-131-1/+1
* | Merge svn changes up to r30550Uoti Urpala2010-03-091-12/+12
|\|
| * Fix shared library libavutil check: test for av_clip instead of av_gcd.diego2010-02-131-1/+1
| * Add win32 loader support for OS/2komh2010-02-121-1/+1
| * Move one more FFmpeg-related definition to the FFmpeg section of config.h.diego2010-02-111-1/+1
| * Move some FFmpeg-related definitions to the FFmpeg section of config.h.diego2010-02-111-8/+8
| * Move def_dos_paths to a better place within config.h; not just FFmpeg uses it.diego2010-02-111-1/+1
| * Enable RTSP and SDP demuxers if network support is enabled, they can now be u...reimar2010-02-041-1/+2
| * Checks ipv6_mreq/sockaddr_in6/sockaddr_sa_len for FFmpegkomh2010-02-031-2/+48
| * Revert r30324 which broken the struct addrinfo check by making it always pass.reimar2010-02-021-1/+2
* | Merge svn changes up to r30484Uoti Urpala2010-03-091-0/+26
|\|
| * Add OS/2 KAI audio driver supportkomh2010-02-011-0/