summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* 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
* Forgot to actually enable vo_gl on Windows...reimar2005-08-061-3/+2
* Support new static libavcodec (depends on libavutil).al2005-08-011-4/+34
* fix detection of iconv implementations which require libdlaurel2005-07-301-51/+54
* OpenGL needs _ld_dl to get extension functionsreimar2005-07-271-2/+2
* remove unneeded vgagliive2005-07-261-3/+2
* Power5 supportreimar2005-07-211-1/+1
* When using --enable-* options you are on your own.reimar2005-07-201-0/+2
* libx264 compiled with visualization requirs xlibiive2005-07-191-1/+4
* musepack demuxing and decoding support (demuxing is v7 bitstream only).reimar2005-07-101-0/+34
* Print CFLAGS warning last so nobody can miss it.reimar2005-07-101-10/+14
* 10l to myself for breaking mingws dll codec support when libpthread is not in...faust32005-06-261-5/+7
* set HAVE_LRINTF and C99/GNU_SOURCE during internal FAAD compile testhenry2005-06-251-2/+5
* makes fribidi <= 0.10.4 works againaurel2005-06-231-4/+2
* fix fribidi 0.10.5 and greater support (patch by Amir Shalem < amir at boom.o...aurel2005-06-221-1/+5
* 100l, -march=k8 was used with cpu detection even when compiler did notreimar2005-06-181-2/+2
* AMD-64's version of Suse ships a version of 3.3 hacked with brokengpoirier2005-06-091-8/+7
* toolame/twolame typo, 10lnicodvb2005-06-091-1/+1
* pthreads support for mingw, patch by Gianluigi Tiesi <mplayer at netfarm.it>faust32005-06-061-3/+10
* sync to x264 r252 (8x8dct)lorenm2005-06-051-1/+1
* Mac OS X Audio with AudioUnits and AudioToolbox format convertersnplourde2005-06-051-1/+1
* Add a note to the --help output that explains how our configure works,diego2005-06-051-0/+5
* modified X11 check to use correct libs on mixed 32/64 bit systemsreimar2005-06-031-27/+17
* x264 check needs -lpthreadlorenm2005-06-021-1/+1
* New ao_jack without bio2jack dependency.reimar2005-06-011-19/+3
* Set stack non-executable where supported.reimar2005-06-011-0/+11
* - correct the argument in configure check for lrintf() to avoid a warninghenry2005-05-301-2/+2
* check for -std=gnu99 to make lrintf() work on gcc 3.3/3.4henry2005-05-301-2/+14
* The default CFLAGS settings include -ffast-math and GCC 3.4.3 thereforediego2005-05-291-1/+1
* sync to x264 r240 (threads)lorenm2005-05-291-1/+1
* support for AMD64 compiler optimizations flags in 32-bit mode. Patch by Corey...gpoirier2005-05-281-1/+9
* Athlon 64 optimization flags, in 32 and 64-bit mode.gpoirier2005-05-271-4/+43
* sync to x264 r239 (zoned ratecontrol and UMHex ME)lorenm2005-05-241-1/+1
* set define for apple gcc altivecnplourde2005-05-151-4/+1
* Make FAAC detection follow standard enable/disable/auto semantics.diego2005-05-141-8/+6
* sync to x264 rev223 (options: ratetol, vbv_*)lorenm2005-05-111-1/+1
* If libggi has been found, search for the libggiwmh extensiondiego2005-05-111-0/+26
* do not define HAVE_ALTIVEC_H on osx with gcc4nplourde2005-05-101-0/+3
* mcpu & mtune work on gcc4nplourde2005-05-101-2/+2
* look if round function exist in math.h & define HAVE_ROUND. patch by Steven M...nplourde2005-05-101-0/+16
* end of the locale nightmare, foreverrfelker2005-05-091-0/+4
* dcbzl instruction is only for 64-bit implementations. define NO_DCBZL for ffm...nplourde2005-05-091-1/+7
* Allow more gcc 3.x and 4.x versions.diego2005-05-091-1/+1
* added twolame mp2 audio encodernicodvb2005-05-071-0/+26
* expose x264 options 'me' and 'me_range'.lorenm2005-05-051-1/+1
* do not define video_out_macosx if corevideo is not presentnplourde2005-05-051-0/+6
* 5l to me, i didn't notice the extra quotes breaking thingsrfelker2005-05-041-1/+1
* remove nonportable and replace with proper quotingrfelker2005-05-041-1/+1
* 1000000000l for using nonportable, obfuscated, and evenrfelker2005-05-041-2/+2
* force C locale to assure consistent behavior of toupper()henry2005-05-041-2/+2
* fix sed for syntax to work on gnu & bsdnplourde2005-05-041-2/+2
* proper list of libav codecnplourde2005-05-031-2/+2
* per (libav)codec enable/disable fixmichael2005-05-031-0/+9
* recommended flags on osxnplourde2005-04-291-1/+1
* enable vo_macosx if corevideo availablenplourde2005-04-291-8/+7
* macosx core video modulenplourde2005-04-291-1/+14
* added faac audio encodernicodvb2005-04-251-0/+36
* audio encoding reworkednicodvb2005-04-221-0/+1
* newer versions of mingws gcc do not like terminating slahes when specifying e...faust32005-04-171-1/+1
* allows the Mac OS X version of MPlayer to look for its data files inside the ...nplourde2005-04-131-0/+18
* - fix gcc warnings, strlcat/strlcpy prototypesrathann2005-04-061-2/+2
* Fix shared libpostproc installation.diego2005-03-231-0/+2
* sync to x264 171: chroma_me, chroma_qp_offsetlorenm2005-03-141-1/+1
* use inttypes.h for checks instead of less spread-ed stdint.hiive2005-03-061-3/+2
* sync to x264 r150: new option 'b_pyramid'lorenm2005-03-041-1/+1
* libsmbclient is sometimes built with ssl support. This takes it into accountwight2005-03-021-0/+5
*