summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add command line options to enable/disable libavutil.diego2006-04-221-0/+2
* Make static libavutil detection semantics explicit.diego2006-04-221-4/+7
* 10l: Add missing fallback case for internal FAAD compiler blacklist.diego2006-04-221-0/+3
* Make the sse CPU flag imply mmxext, Intel CPUs with SSE support mmxextdiego2006-04-221-1/+1
* Set all processor flags individually, not implied.diego2006-04-221-2/+2
* Disable RTC on PowerPC.diego2006-04-221-0/+1
* 10l: Fix internal FAAD check for non-x86.diego2006-04-221-3/+2
* Blacklist certain gcc versions instead of running an expensive compilationdiego2006-04-221-15/+10
* Remove some libmpdvdkit vs libmpdvdkit2 cruft.diego2006-04-181-8/+3
* recognize future pentium-m processors, e.g. there is intel core with model 14iive2006-04-161-1/+1
* add support for intel mac. mp3lib is not fixed yet.nplourde2006-04-151-1/+4
* Simplify some checks.diego2006-04-041-21/+15
* Remove mpdvdkit1 cruft from the build system.diego2006-04-021-20/+4
* AIX updates by Derek E. Lewis, dlewis__at__solnetworks.....netdiego2006-04-021-2/+2
* There is no check for the crash debug feature, so setting the variable todiego2006-04-021-1/+1
* first stage of build system cleanup:rfelker2006-04-021-9/+0
* more cruftrfelker2006-03-301-1/+0
* forgot one occurrancerfelker2006-03-301-1/+0
* remove deprecated, never-used gnu gettext cruft.rfelker2006-03-301-31/+0
* support for mp3lame with -oac lavcjonas2006-03-291-0/+2
* added support for external VIDIXnicodvb2006-03-281-20/+52
* Prevent building lavc with xvid support unless xvid version is 1.1 orcorey2006-03-211-2/+17
* Simplify pkg-config invocation.diego2006-03-201-5/+5
* Support libavcodec vrc_strategy=1 (XviD ratecontrol).corey2006-03-171-0/+5
* compile in the filters that depend on libavcodec/dsputil.h only when mplayer ...nicodvb2006-03-161-0/+3
* Use _res_comment where appropriate.diego2006-03-131-7/+7
* FAAC encoding through libavcodec-faacmichael2006-03-131-0/+3
* Simplify libcdio check.diego2006-03-111-4/+2
* Make better use of pkg-config to check for/set proper libraries whendiego2006-03-101-3/+4
* UTF-8 is used everywhere else and seems to be more portable than utf8 (FreeBSD)reimar2006-03-081-1/+1
* revert the attempts for ccache fixhenry2006-03-081-0/+1
* Automaticall convert message to console charset, use utf8 for GTK2 Guireimar2006-03-081-0/+17
* use relative paths for libav* buildhenry2006-03-051-1/+0
* sync to x264 r457 (direct_pred=3)lorenm2006-03-051-1/+1
* properly detect cpu on x86 based macnplourde2006-02-221-1/+2
* upport another G4 flavour: MPC7447* chips.gpoirier2006-02-181-1/+1
* OpenAL audio support, actual output is mono-only (no positioning yet).reimar2006-02-161-0/+31
* Set SRC_PATH correctly, fixes libpostproc compilationrtognimp2006-02-141-1/+1
* support openbsd/zaurus aswellalex2006-02-121-1/+1
* Sync with latest FFmpeg build system changes:diego2006-02-111-1/+3
* when linking to external libav* try using pkg-config firstnicodvb2006-01-301-4/+19
* Fix libav* linking order, libavutil needs to come after lavc/lavf.diego2006-01-231-2/+2
* proper support for shared libpostprocdiego2006-01-221-9/+51
* Quick&dirty compilation fix, needed after latest changes in ffmpeg buildrtognimp2006-01-221-0/+1
* AIX compiler CPU-option improvementsdiego2006-01-201-2/+8
* Also define FF_POSTPROCESS when using shared libavcodec.diego2006-01-201-0/+1
* Implement XvMC lib autodetection for future use (currently disabled, but workingrathann2006-01-191-3/+4
* 10l: FFmpeg shared lib build information does not belong in MPlayer configure.diego2006-01-141-3/+0
* Sync with latest FFmpeg build system changes.diego2006-01-141-1/+3
* Consistent variable names for shared libavcodec.diego2006-01-141-10/+10
* Add --disable-libavcodec_so/--disable-libavformat_so.diego2006-01-141-0/+6
* added support for external libavformatnicodvb2006-01-091-0/+25
* CamStudio codec supportreimar2006-01-091-0/+3
* Fix _inc_extra handling in DirectFB check.diego2006-01-031-1/+1
* sync to x264 r390 (bime)lorenm2005-12-301-1/+1
* AIX PPC portdiego2005-12-291-1/+26
* - move our setenv() fallback implementation to osdepal2005-12-261-0/+21
* prefer newer terminfo-capable libraries (ncurses or terminfo)rathann2005-12-251-1/+1
* improove termcap detection, -lncurses works tooods152005-12-251-2/+2
* fix compilation when dvdkit and dvdread are not availablenicodvb2005-12-141-0/+14
* restore the old behavior for --enable-theora, ie. provide a sane default for ...aurel2005-12-131-0/+3
* Darwin does not support -rdynamic.diego2005-12-131-1/+1
* make fribidi autodetect by default instead of disableods152005-12-111-3/+3
* AMD's Family 6 CPUs come with two flavors: one that supports SSE anddiego2005-12-011