summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* -lm needs to come before -laudio to avoid link errors in the NAS check.diego2006-09-021-1/+1
* Check for requirements at configure-time, not at run-time.diego2006-08-311-0/+3
* cosmetics: Fix ugly one-space indentation in radio check.diego2006-08-311-10/+10
* split in 2 'horribly long line'nicodvb2006-08-301-1/+2
* make sure opt.h is present when detecting libavformatnicodvb2006-08-301-0/+1
* accept dvdnav version >= 0.2.0; the previous code failed because the check te...nicodvb2006-08-291-1/+2
* Radio support, patch by Vladimir Voroshilov (voroshil gmail com)reimar2006-08-281-0/+91
* Reenable some encoders even for MPlayer-only compilation, some filters need it.diego2006-08-271-3/+3
* Only add include flags if cc_check succeeded.diego2006-08-271-17/+16
* Make --with-x11libdir and --with-mlibdir consistent with --with-*libdir.diego2006-08-261-21/+12
* Remove superfluous --with-termcaplib option.diego2006-08-261-7/+1
* Add --extra-libs option to pass linker flags.diego2006-08-261-1/+7
* Remove --with-madlibdir option, it never worked anyway.diego2006-08-261-5/+1
* Disentangle toolame CFLAGS and LDFLAGS handling.diego2006-08-251-12/+6
* Disentangle libdv and vorbis linker flags.diego2006-08-251-1/+2
* Fix .align is a power of two check.diego2006-08-241-1/+1
* fix trailing space problem, which was preventing fontconfig to get compiledgpoirier2006-08-221-1/+1
* support for disabling/enabling bitmap font support from configurediego2006-08-211-0/+17
* Remove unused variable.diego2006-08-211-2/+0
* cosmetics: Fix indentation after last commit.diego2006-08-211-2/+2
* Properly disable tests that depend on X.diego2006-08-211-9/+6
* Remove superfluous variable settings.diego2006-08-211-2/+0
* cosmetics: indentation fix after last commitdiego2006-08-211-3/+3
* Remove duplicate check for $_faad_external = auto.diego2006-08-211-3/+0
* Only run the check for external FAAD if internal FAAD is not used.diego2006-08-211-1/+1
* disable dvdnav if dvdnav-config is not present; patch by Ivo -ivop euronet nl-nicodvb2006-08-201-0/+3
* The X11 header check looks in $_extra_inc that contains directories in thediego2006-08-201-1/+1
* Fix xv and xinerama force on --enable-*iive2006-08-191-4/+4
* Some more consistency for the conditions under which tests are run.diego2006-08-181-11/+11
* Also add uint_fast64_t to config.h when "int_fastXY_t in inttypes.h"diego2006-08-181-1/+2
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.diego2006-08-181-1/+1
* fix missing symbol when compiling with live support on mac osxnplourde2006-08-181-1/+1
* 10l: Also rename configure option for gcc check.diego2006-08-171-2/+2
* Rename gcc_checking variable to gcc_check.diego2006-08-171-3/+4
* Add -Wdeclaration-after-statement to CFLAGS if available to ensure peoplereimar2006-08-171-0/+4
* support for dvdnav is now auto-detected; removed support for dvdnav-dirnicodvb2006-08-141-33/+12
* stupid typo in previous commit: lavc_mpegaudio_hp --> libavcodec_mpegaudio_hpdiego2006-08-141-6/+6
* Add a switch for disabling high precision mpeg audio decoding in libavcodec.diego2006-08-141-2/+10
* Do not put ASMALIGN define under "if x86", x86_64 needs it, too, and it mightreimar2006-08-131-2/+2
* Port ASMALIGN preprocessor macro for .align handling from FFmpeg.diego2006-08-121-0/+21
* Print "no" if all of the Vorbis tests failed.diego2006-08-121-0/+1
* -logg must come before -lvorbisidec since both declare the same symbols.reimar2006-08-081-2/+2
* Reorganize libvorbis/Tremor detection, external Tremor should be detected now.diego2006-08-081-36/+39
* spelling/clarification for --help outputdiego2006-08-081-4/+4
* cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.diego2006-08-071-1/+1
* cosmetics: Rename some variables for consistency.diego2006-08-071-3/+3
* Fix bug introduced in LIVE555 test simplification, -lstdc++ should go lastdiego2006-08-061-3/+4
* Simplify Tremor low accuracy test, label external Tremor as such.diego2006-08-051-6/+2
* 10l, line from a local modification committed by accident.diego2006-08-051-1/+0
* Unify include path handling in the build system, part III:diego2006-08-041-80/+38
* Fix libcdio test after r19200, the detected include dir was not stored.diego2006-08-041-1/+2
* Merge DirectFB header check into DirectFB check.diego2006-08-041-16/+7
* Remove silly check for $_inc_directfb, it is not set beforehand.diego2006-08-041-5/+0
* Remove one more redundant test invocation.diego2006-08-041-1/+1
* Simplify DirectFB header check.diego2006-08-041-7/+2
* cosmetics: Fix DVB test indentation.diego2006-08-031-12/+12
* cosmetics: Fix indentation after last commit.diego2006-08-031-23/+23
* Run DVB (HEAD) test only when the corresponding variable is set to auto.diego2006-08-031-4/+4
* Clean up memalign test and don't apply MEMALIGN_HACK to Darwin.diego2006-08-031-4/+4
* $inc_extra vs $_inc_extra typo, closes bug #543.diego2006-08-011-1/+1
* Simplify LIVE555 test and make it more consistent with the other tests.diego2006-08-011-26/+11
* added audio output for ivtv cardsben2006-07-281-0/+3
* Remove $ from a variable in a comment to avoid irritating expansion.diego2006-07-271-1/+1
* Remove superfluous $_inc_extra parameter from cc_check call.diego2006-07-271-1/+1
* Unify include path handling in the build system, part II.diego2006-07-271-44/+26
* Remove inconsistency from libcdio test.diego2006-07-271-2/+1
* Remove silly test/include path cleanup.diego2006-07-271-3/+0
* Remove unused variable.diego2006-07-271-1/+0
* Rename _inc_soundcard to _include_soundcard, _inc variables are useddiego2006-07-271-4/+4
* Unify include paths in the build system, part I.diego2006-07-271-20/+4
* Introduce general V4L variable/define.diego2006-07-271-0/+8
* Rename *v4l variable to *v4l1.diego2006-07-271-15/+15
* new vo driver for ivtv cards tv-out through internal h/w mpeg decoderben2006-07-191-0/+29
* sync to x264 r537 (api change)lorenm2006-07-181-1/+1
* Remove support for obsolete and non-free divx4/odivx libraries.diego2006-07-141-129/+4
* Some systems[1] list the 970 as PPC970 on /proc/cpuinfo, so add support gpoirier2006-07-131-1/+1
* Streamline GUI build.diego2006-07-131-22/+19
* Use only one global config.mak file.diego2006-07-121-43/+13
* Sync with latest FFmpeg build system changes:diego2006-07-121-13/+13
* remove check. libavutil is now mandatoryivo2006-07-121-1/+0
* Work around DTS_INC and MLIB_INC now being gone from FFmpeg.diego2006-07-121-3/+2
* Make libavutil mandatory.diego2006-07-121-0/+4
* Remove remnants of old libmp1e support.diego2006-07-121-30/+0
* libavformat interdependencies have been fixed so disable all muxersdiego2006-07-121-3/+1
* Fix compilation with MEncoder disabled: Some libavformat demuxers havediego2006-07-111-1/+3
* Fix 10l regexp mistake that disabled all decoders/encoders.diego2006-07-111-2/+2
* xvmclib vs xvmclibdir typodiego2006-07-111-2/+2
* Split _libavcodecs variable into _libavdecoders and _libavencoders.diego2006-07-111-9/+16
* Disable FFmpeg muxers when not compiling MEncoder.diego2006-07-111-0/+1
* Sync with FFmpeg: (de)muxers are now individually selectable.diego2006-07-111-0/+14
* Add FFmpeg parsers to config.h as well.diego2006-07-111-0/+1
* Mention that individual codec and parser en-/disabling is FFmpeg-specific.diego2006-07-111-4/+4
* added new pvr:// input for ivtv based cardsben2006-07-101-0/+33
* 10l, xvmclib(dir) does not specify a directory name.diego2006-07-091-5/+5
* Consistent option and variable naming for x11libdir and xvmclibdir.diego2006-07-091-11/+11
* _x11_paths should just be a list of paths without -L.diego2006-07-091-1/+1
* Remove all encoders from the list of FFmpeg codecs when MEncoder is disabled.diego2006-07-091-0/+2
* Sync with latest FFmpeg build system changes, now parsers can bediego2006-07-091-1/+7
* Change SRC_PATH for ffmpeg back to '..' to avoid hardcoding currentuau2006-07-091-1/+1
* Do not compile FFmpeg muxers and encoders unless MEncoder is enabled.diego2006-07-081-3/+6
* small cosmeticsdiego2006-07-081-1/+3
* Initial libass release (without mencoder support).eugeni2006-07-071-0/+37
* The symbol avcodec_pix_fmt_to_codec_tag is in libavcodec.a but referenced indiego2006-07-071-2/+2
* Move conditional compilation into the build system.diego2006-07-061-0/+23
* Initial win32 gui release.vayne2006-07-061-0/+8
* #define USE_LIBAVUTIL and USE_LIBAVUTIL_SOnicodvb2006-07-051-0/+11
* Remove silly variable indirection.diego2006-07-031-9/+3
* disable vo_md5sum if there is no libavutilivo2006-07-021-0/+1
* cosmetics: move md5sum check down so it can depend on libavutil laterivo2006-07-021-13/+11
* Move conditional FreeType support compilation to the build system.diego2006-06-301-0/+1
* Remove forgotten --disable-setlocale option from --help output.diego2006-06-221-1/+0
* Move #ifdefs around complete files into the build system.diego2006-06-211-5/+12
* Remove separation between Win32 DLL and DirectShow support in the build system.diego2006-06-211-64/+3
* Change integer to string comparison in hw.optional.altivec test sincediego2006-06-191-1/+1
* Conditionally run some CPU-architecture and OS-specific tests.diego2006-06-181-8/+34
* Rename --with-dts*dir options to --with-libdts*dir for consistency anddiego2006-06-181-4/+4
* Consistency fix.rathann2006-06-181-2/+2
* Rename --with-libdvnav --> --with-dvdnavdir for consistency.diego2006-06-171-1/+1
* Disentangle _win32 and _dshow, the test for _dshow is disabled anyway.diego2006-06-171-2/+2
* Simplify and streamline FAAD detection.diego2006-06-171-22/+20
* consistency fix: --with-foo switches shall not enable options.diego2006-06-171-5/+0
* cosmetics: Rename some variables and command line parameters.diego2006-06-161-74/+74
* Use a function for help output.diego2006-06-161-7/+10
* option handling consistency fixesdiego2006-06-161-1/+2
* readability cosmeticsdiego2006-06-161-6/+6
* restored support for dvdnav only in the stream layer; all other functionaliti...nicodvb2006-06-141-56/+57
* add x264 encoding over lavc, Patch by our Dear Guru (Michael Niedermayer) ;)gpoirier2006-06-121-0/+4
* Do not require iconv program with --charset=noconvreimar2006-06-101-6/+7
* Don't claim that amr_nb is disabled when the fixed point version is enabled.diego2006-06-091-1/+1
* Generalize runtime linker support.diego2006-06-091-7/+13
* move misplaced echores. Output may still not be as intended thoughreimar2006-06-071-1/+1
* UltraSPARC T1 (Niagara) support, patch by Derek E. Lewis /dlewis (gobble) sol...rathann2006-06-061-1/+2
* libpostproc is not a subdirectory of libavcodec anymore.diego2006-06-021-3/+3
* On old WinChips Linux kernel use this to emulate MTRR, patch by Zuxy Meng < z...poirierg2006-05-311-1/+1
* Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.gpoirier2006-05-171-0/+16
* Don't just check for the existence of xmmintrin.h, also verify it will compile.diego2006-05-141-1/+1
* Add checks for 3DNow! and SSE compiler intrinsics to be used with FFmpeg.diego2006-05-141-0/+39
* Use egrep together with extended regular expressions for greater portability.diego2006-05-141-1/+1
* Fix LDFLAGS vs CPPFLAGS typo noticed by Derek E. Lewis.diego2006-05-141-1/+1
* add check for a working iconv program and point to workaround if not foundreimar2006-05-131-0/+18
* Remove redundant line.diego2006-05-131-1/+0
* Linkers, assisted by a compiler, can optimize out the string that is beingdiego2006-05-131-2/+1
* mediaLib is now disabled by default, add a comment about HP-UX SCSI headers.diego2006-05-121-1/+2
* mlib != mediaLibdiego2006-05-121-2/+2
* --enable-mlib should behave like all other commandline parameters.diego2006-05-121-1/+1
* enable mediaLib check execution and honnor user choise to enable mediaLib eve...iive2006-05-121-3/+1
* Add missing --enable-toolame and --enable-twolame parameters.diego2006-05-121-0/+2
* output typo fixesdiego2006-05-121-6/+6
* Disable mediaLib by default due to brokenness.diego2006-05-121-1/+3
* Fall back on the codecs subdirectory of the current directory for Realdiego2006-05-111-0/+4
* Remove unnecessary commented out OPTFLAGS line.diego2006-05-111-1/+0
* Feed AltiVec compiler options into CFLAGS explicitly.diego2006-05-101-1/+4
* Unconditionally compile the Matroska demuxer.diego2006-05-081-18/+0
* Adapt to latest FFmpeg AMR build changes.diego2006-05-071-0/+8
* Fix up some checks to properly use _res_comment.diego2006-05-071-30/+58
* Remove stray variable.diego2006-05-071-1/+1
* x264 linking now requires explicit x11 libraries inclusion.iive2006-05-041-4/+11
* check for XviD compiled with pthread supportiive2006-05-041-2/+11
* Add a check for sysi86() on Solaris systems, solving a build failure on Solarisdiego2006-04-301-0/+20
* use CPP/LDFLAGS if set (but warn about this), and set our CFLAGS before theyreimar2006-04-271-30/+43
* Document how configure works and how to write basic checks.diego2006-04-271-11/+38
* Fix amr_nb-fixed compilation: Don't depend on amr_nb.diego2006-04-271-2/+0
* Make EDL compilation unconditionaluau2006-04-271-17/+0
* 10l: Test the variable, don't set it...diego2006-04-261-1/+1
* Simplify x86 CPU flag/extension check.diego2006-04-251-29/+18
* make _res_comment usage consistentrathann2006-04-241-7/+7
* - fix configure output for XvMC and DGA testsrathann2006-04-241-3/+4
* cosmetics: Rename the _3dnowex and _mmx2 processor flag variables to _3dnowextdiego2006-04-231-27/+27
* Remove second, redundant x86_exts_check.diego2006-04-231-2/+0
* Add support for shared libavutil.diego2006-04-221-0/+27
* sync to x264 r503 (dct_decimate)lorenm2006-04-221-1/+1
* Add --disable-libavutil option to --help output.diego2006-04-221-0/+1
*