summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* 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-16/+9
* Correct optimization for C3, patch by Zuxy Meng < zuxy POIS meng AH gmail POI...gpoirier2005-11-261-8/+4
* sync to x264 r373 (brdo)lorenm2005-11-221-1/+1
* Remove stray \n and shorten overly long lines in the process.diego2005-11-171-2/+2
* Tests should use echocheck/echores instead of plain echo for output.diego2005-11-171-2/+4
* Configure support for Cyrix C3gpoirier2005-11-121-1/+3
* typo: libcio --> libcdiodiego2005-11-071-1/+1
* make it optionally possible to compile MPlayer with libcdio instead of libcd...faust32005-11-061-0/+52
* Speex support. Seeking and pts generation does not work.reimar2005-11-051-0/+32
* Allow detection of theora without pkg-config and linking against internalreimar2005-11-051-3/+8
* sync to x264 r360 (trellis)lorenm2005-11-041-1/+1
* gcc -dumpmachine outputs x86_64-something on some machines anddiego2005-10-261-1/+1
* Extra processor information needs to be known in the x86_64 case as welldiego2005-10-251-5/+9
* fixing the unverified patch (one of the millions) commited by:gabucino2005-10-251-1/+1
* sync to x264 r334 (crf)lorenm2005-10-241-1/+1
* support for prescott, nocona and pentium-m processorsdiego2005-10-231-9/+34
* Add a comment to an esac where the case is very far away.diego2005-10-231-1/+1
* Simplification of the system_name check and the PPC CPU type check.diego2005-10-231-14/+12
* Add a comment to else clauses where the if is very far away.diego2005-10-231-2/+2
* add cross-compiling supportaurel2005-10-181-0/+25
* replace all the direct $TMPO calls by a tmp_run() function callaurel2005-10-181-14/+18
* replace mp3lame version detection by required features detectionaurel2005-10-181-4/+15
* modify DirectFB version detection so that it only requires pre-processingaurel2005-10-181-9/+8
* modify alsa version detection so that it don't require running the generated ...aurel2005-10-181-10/+25
* add a cxx_check function to simplify C++ libs checkingaurel2005-10-181-14/+16
* remove nonsense break statements that do nothing..rfelker2005-10-171-2/+0
* Add MIPS64 detection.diego2005-10-161-1/+1
* Extend the network test to also check the socket libs.diego2005-10-151-1/+2
* third time is lucky, eh? last workaround broke netbsd, which apparently also ...rfelker2005-10-141-2/+2
* Put networking lib linker flag checks in the order they were before thediego2005-10-111-1/+1
* solaris bug workarounds, take 2..rfelker2005-10-111-2/+2
* work around (buggy?) solaris tr. hope this helps.. please report if its still...rfelker2005-10-111-2/+2
* sync to x264 r318 (mixed_refs)lorenm2005-10-081-1/+1
* typo fix at (_)ld_dliive2005-10-081-1/+1
* detect Centaur CPUs (Winchip, VIA C3)henry2005-10-051-3/+27
* faac vs _faac typo fix by Giacomo Comes < comes -- at -- naic -- dot -- edu >diego2005-10-051-1/+1
* Shut up jack pkg-config.diego2005-10-041-1/+1
* Use pkg-config to detect theora dependencies.diego2005-10-041-4/+6
* General cleanup: do not link -lm multiple times, use for...in loops insteadreimar2005-10-031-153/+73
* Expose MSG_USE_COLORS in config.h.diego2005-10-021-0/+3
* "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".rsf2005-09-231-14/+14
* CONFIG_RISKY is long gone from FFmpeg.diego2005-09-231-4/+0
* libavformat now requires CONFIG_(DE)MUXERS #defines.diego2005-09-231-0/+5
* add FreeBSD default cd/dvd devicesnexus2005-09-171-0/+3
* 1000l bug fix: The CONFIG_LIBAVUTIL variable needs to be passed the valuediego2005-09-161-1/+1
* fix expanding of $_ld_dl when needed by iconvaurel2005-09-151-1/+1
* echores cleanup, introduce _res_comment variable to easily output additionalreimar2005-09-121-134/+92
* only make the check for osx api if system is darwinnplourde2005-09-111-1/+1
* removed dep for perl_check on osxnplourde2005-09-111-43/+4
* better _comment in echoresiive2005-09-111-8/+7
* Separate _freetype=no from the comment, this fixes the fontconfig bug without...iive2005-09-111-6/+7
* perl check for macosxnplourde2005-09-101-3/+43
* - remove useless /dev/video* checkshenry2005-09-101-13/+11
* Make sure _freetype is either yes or no, otherwise fontconfig might be enabledreimar2005-09-101-0/+3
* CONFIG_GPL for lavcmichael2005-09-101-0/+3
* enable vidix on AMD64, at least for nVidia it seems to work.reimar2005-09-041-0/+8
* a libmpcdec version with our patches was released (but I did not yet test it).reimar2005-09-041-1/+1
* Remove many annoying GTK includes in every compile line and remove GTKods152005-09-031-1/+2
* likely() and unlikely() macros to help (newer) compilers optimize correctlyreimar2005-09-031-0/+7
* ENCA uses -lmhenry2005-08-261-1/+1
* X11 can use pthread (fixes --enable-static)henry2005-08-261-1/+1
* more thorough aalib test (needed for --enable-static)henry2005-08-261-1/+10
* remove broken shared libpostproc stuffrfelker2005-08-191-9/+0
* gtf.{c,h} is used by vesa onlyalex2005-08-181-1/+1
* use libvbe from vesautilsalex2005-08-181-7/+7
* Remove unnecessary subshell invocations.diego2005-08-171-28/+26
* Fix MEncoder build with shared libavcodec.diego2005-08-171-0/+1
* Support for GTK 2.x.reimar2005-08-171-2/+41
* libaf/config.mak is generated, so mention itwight2005-08-141-0/+1
* revert -std=gnu99 usage, -D_GNU_SOURCE is enough for lrintf supporthenry2005-08-131-16/+3
* typo, must be ld_dl instead of ld_ldreimar2005-08-111-1/+1
*