summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Streamline and simplify internal vs external libdvdread handling.diego2006-11-031-87/+50
* remove charset files (all of them are in UTF-8 now anyway)kraymer2006-11-031-5/+3
* libmpdvdkit2 --> libdvdread, it just contains libdvdread now.diego2006-11-031-1/+1
* remove accidential ';' (that's what too much C programming does to you ;-) )reimar2006-11-021-2/+2
* Check for existence of libcdio_paranoia, not libcdio, since the former isreimar2006-11-021-1/+1
* Useless break in libcdio pkg-config checkreimar2006-11-021-1/+1
* Remove spurious $_inc_tmp in libcdio checkreimar2006-11-021-1/+1
* Rework binary codec directory handling. Don't use directories from otherdiego2006-11-011-78/+36
* libcdio also needs to link against libcdio_paranoiareimar2006-11-011-1/+2
* Support for recent changes to ARCH_X86 handling in FFmpeg.diego2006-11-011-2/+8
* Proper libcdio detection also without pkg-configreimar2006-11-011-8/+8
* gcc optimized != 0 check for extern function away, thus linkingreimar2006-11-011-2/+2
* Test proper linking for cdda/cdioreimar2006-11-011-2/+6
* Fix codec directory fallback, it was overriding the autodetection.diego2006-10-311-6/+13
* Implement proper codecs directory fallback.diego2006-10-311-6/+8
* Rename all codecs directory options.diego2006-10-311-34/+34
* Unification of linker option handling, part 1 of many.diego2006-10-311-67/+19
* 100l to me for not checking properly, really fix pkg-config detection now.diego2006-10-311-1/+1
* 10l, use a pkg-config parameter that makes it return 0...diego2006-10-311-1/+1
* Test for the existence of pkg-config, fixes Bugzilla #553.diego2006-10-311-35/+45
* Explain the risks of forcing options with --enable-* in a way that isdiego2006-10-301-5/+11
* Remove special output for outdated SDL. It's doubtful such old versions stilldiego2006-10-301-18/+0
* Also detect static fontconfig when pkg-config is not installedreimar2006-10-301-0/+2
* Add a parameter to enable colorized console output.diego2006-10-301-2/+14
* Fix libmpdvdkit2 linking on Mac OS X.diego2006-10-301-0/+1
* Remove redundant variable setting.diego2006-10-301-1/+0
* Make libmpdvdkit2 compilation slightly more consistent with the other modules.diego2006-10-301-1/+0
* Factor out common cdda stuff from cdio and cdparanoia tests.reimar2006-10-291-7/+7
* Add cmov detection to configureiive2006-10-271-0/+13
* Remove -fno-PIC check from configure and put -fPIC back at the beginningdiego2006-10-231-15/+0
* Replace $() by the slightly more portable ``.diego2006-10-221-4/+4
* Consistency fix: use "signed long long" for int_fast64_t instead ofreimar2006-10-221-1/+1
* IPv6 tests for the presence of AF_INET6 but not struct sockaddr_in6. Glibc 2.0diego2006-10-221-1/+2
* Provide fallback definition for uint_fast64_t as well.diego2006-10-221-0/+1
* cosmetics: Fix indentation after last commit.diego2006-10-221-2/+2
* Do not check for the existence of LIRC devices during autodetection.diego2006-10-221-2/+0
* Add fallback on the (undocumented) x86-64 -march option indiego2006-10-201-3/+6
* Add configure switch to enable fixed-pointed mode of internal libfaad2.diego2006-10-171-0/+7
* Skip -march tests for values that are aliases of already tested values.diego2006-10-161-7/+7
* libdv may depend on libpthread.diego2006-10-161-1/+1
* Remove Linux test from DirectFB check, it runs on some BSD systems at least.diego2006-10-151-3/+1
* Remove test for framebuffer device from DirectFB check.diego2006-10-151-1/+1
* Create proper define for DFBMGA.diego2006-10-141-0/+3
* Remove intrinsics check, they are no longer used in FFmpeg.diego2006-10-141-37/+0
* Check for maeomo-specific libraries (Nokia 770).diego2006-10-121-0/+30
* Make the socklib check search gethostbyname/socket in libc.diego2006-10-111-1/+1
* Streamline socklib check.diego2006-10-111-7/+4
* Run TOOLS/cpuinfo on x86_64 as well as x86.diego2006-10-111-1/+1
* Change == to = in test comparisons for better portability.diego2006-10-101-3/+3
* List dfbmga and directfb in _novomodules.syrjala2006-10-081-1/+5
* Fix DirectFB version check. The old code simply concatenated thesyrjala2006-10-081-6/+14
* Disable linking mplayer with mp3lame when --disable-encoder=mp3lame israthann2006-10-081-2/+3
* Support for detection of extended instructions on ARM.diego2006-10-081-0/+49
* Cosmetics: consistent order for en-/disabled codecs listreimar2006-10-071-2/+2
* Remove special warning printed when VIDIX is disableduau2006-10-071-8/+0
* Sync with latest BUILD_ROOT changes in FFmpeg.diego2006-10-071-0/+1
* add gcc-4.x to the list of compilers displayedgpoirier2006-10-061-2/+2
* Remove the x264 option parser, and pass the options on to libx264 as a string...lorenm2006-10-051-1/+1
* removed ivtv driver dependancy in favor of native V4L2 MPEG API (requires Lin...ben2006-09-271-5/+4
* vo_caca: use the pre-1.x compatibility layer so recentcorey2006-09-261-0/+3
* Replace preprocessor hacks to work around compilers not supporting nameddiego2006-09-181-0/+15
* configure should fall back on -mcpu=pentium4 if -mcpu=prescottdiego2006-09-181-0/+3
* Add --disable-dvdnav to help output.diego2006-09-181-0/+1
* Add demux_nut to MPlayer repoods152006-09-171-0/+32
* The recent renaming of the gcc-checking switches to gcc-check was incomplete.diego2006-09-161-4/+4
* removed superflous -I in the dvdnav section; patch by Timo Kanera - timo kane...nicodvb2006-09-161-1/+1
* Fix Irix build with gcc < 3.x, closes Bugzilla #572.diego2006-09-141-0/+4
* Move conditional compilation to the build system.diego2006-09-121-0/+2
* detect dvdnav before mpdvdkit and dvdread; if dvdnav is set mplayer will use ...nicodvb2006-09-091-32/+38
* Add support for POWER5 as found on IBM eServer OpenPower 720gpoirier2006-09-061-1/+1
* -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