summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Sync with FFmpeg changes for (de)muxer registration.diego2006-11-271-2/+2
* Move checking/defining HAVE_LINUX_DVD_STRUCT etc. to dvdcss check,reimar2006-11-261-9/+9
* -lwinmm is always (also for mencoder) needed on windows for osdep/timer-win2.creimar2006-11-261-0/+2
* Revert r21251 (moving loader/config.h contents to main config.h).uau2006-11-261-10/+0
* Set _win32codecsdir fallback also with --enable-win32reimar2006-11-261-1/+1
* Move contents of loader/config.h to configure/config.h, there arediego2006-11-251-0/+10
* Add support for compiling with ICC 9.1. Currently needs --target=generic-linux,reimar2006-11-251-1/+7
* Add generic target that allow compiling without any assembler or otherwisereimar2006-11-251-0/+10
* Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpegdiego2006-11-241-1/+1
* Get rid of _ld_gtk and _ld_glib.diego2006-11-221-5/+5
* Get rid of _ld_vorbis.diego2006-11-221-5/+5
* Make compilation depending on USE_OSD unconditional.uau2006-11-221-2/+0
* Get rid of _xmms_lib.diego2006-11-221-3/+3
* _ld_static does not need to be in both EXTRA_LIB and EXTRALIBS_MPLAYER.diego2006-11-221-1/+1
* Cosmetics to make the next patches more readable.diego2006-11-221-5/+1
* Remove _ld_x11.diego2006-11-221-24/+24
* typo noticed by Carl Eugen Hoyos, cehoyos ag.or.atdiego2006-11-221-1/+1
* Remove _ld_gif and _ld_theora.diego2006-11-221-7/+9
* Remove _ld_freetype and _ld_fontconfig, they are no longer necessary.diego2006-11-221-4/+4
* Make compilation depending on USE_SUB unconditional.uau2006-11-211-1/+0
* Fix SVN r21075, it completely disabled OpenGL in almost all cases.reimar2006-11-211-1/+1
* Treat fontconfig and FreeType linker flags just like any other linker flag.diego2006-11-211-3/+1
* Remove stray -I from include dirs in live555 check, it was being duplicated.diego2006-11-211-1/+3
* cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODERdiego2006-11-211-1/+1
* _ld_tmp vs _ld_x264 typodiego2006-11-211-1/+1
* Remove --with-x11libdir and --with-livelibdir.diego2006-11-211-13/+6
* Attempt to properly fix linking of encoding libs used by libavcodec.diego2006-11-211-13/+16
* ALSA can be used by both MPlayer and MEncoder.diego2006-11-211-1/+1
* Fix linking when libavcodec uses x264.diego2006-11-211-5/+3
* Remove _ld_x264 _toolame_lib _twolame_lib, they are no longer needed.diego2006-11-211-6/+5
* _ld_xv does not exist anymore.diego2006-11-211-1/+1
* Add _libs_mplayer and _libs_mencoder to cc_check.diego2006-11-211-2/+2
* Introduce _libs_mplayer and _libs_mencoder to get rid of some _ld_ variables.diego2006-11-211-42/+46
* Move FFmpeg library dependencies into the Makefile just like everything else.diego2006-11-211-23/+14
* Move some Win32 LDFLAGS into _ld_extra.diego2006-11-211-2/+2
* Merge MPlayer-specific libs into one variable.diego2006-11-211-5/+4
* Remove _ld_win32, this is handled by the Makefile.diego2006-11-211-3/+2
* Remove --with-xmmsplugindir and --with-xmmslibdir.diego2006-11-201-19/+0
* Remove --with-x264libdir.diego2006-11-201-12/+3
* Remove --with-xvidlibdir.diego2006-11-201-10/+3
* Remove --with-toolamelibdir from help output as well.diego2006-11-201-1/+0
* Remove --with-toolamelibdir.diego2006-11-201-4/+1
* Add support for disabling MPlayer compilation.diego2006-11-201-0/+5
* Deliver dependency handling from redundancy.diego2006-11-201-7/+0
* another 100l typo noticed by Carl Eugen Hoyos, cehoyos (at) ag or atdiego2006-11-201-1/+1
* Some more cleanups for LDFLAGS handling.diego2006-11-201-6/+5
* 100l typos, noticed by Carl Eugen Hoyos, cehoyos (at) ag or atdiego2006-11-201-2/+2
* Some cleanups for LDFLAGS handling, next part.diego2006-11-201-60/+45
* Remove settled FIXME.diego2006-11-191-1/+0
* disable x11 gl support on osxnplourde2006-11-191-1/+1
* Add *BSD BT848 radio supportvoroshil2006-11-181-2/+32
* Remove obsolete Xvid 3 support.diego2006-11-181-28/+0
* When testing lame preset presence, use actuall lame_set_preset() function to ...iive2006-11-151-2/+2
* MEMALIGN_HACK --> CONFIG_MEMALIGN_HACKdiego2006-11-141-1/+1
* update to libnut, rename nut.h->libnut.hods152006-11-141-1/+1
* Fix compilation with latest libavformat/avidec.c by adding ENABLE_ definesreimar2006-11-121-0/+5
* Mac OS X Server supportdiego2006-11-121-1/+2
* Disable linking mplayer (and internal static libavcodec) withrathann2006-11-091-8/+29
* Allow disabling internal libdvdcss.diego2006-11-091-0/+18
* Reset _ld_xvid so that stray libs do not appear on the link command line.diego2006-11-081-1/+3
* Remove unused variables.diego2006-11-081-2/+0
* Rename xvid4 variable/option back to xvid so as not to break scripts.diego2006-11-081-17/+17
* cosmetics: Fix indentation after last commit.diego2006-11-081-9/+11
* Separate XviD 3 and XviD 4 tests.diego2006-11-081-30/+34
* Remove some DivX 4 leftovers.diego2006-11-081-12/+0
* Create binaries with proper executable suffix under Windows.diego2006-11-081-12/+5
* _inputmodules vs _noinputmodules typo fixdiego2006-11-071-1/+1
* r20650 inverted the gtk1 check before setting charset, thisreimar2006-11-071-5/+1
* Remove remnants of long-gone libfame.diego2006-11-061-33/+1
* typodiego2006-11-061-1/+1
* output cosmeticsdiego2006-11-061-3/+3
* Remove hackish setting of extra libraries through --enable-static=-lfoo,diego2006-11-061-5/+1
* Remove deprecated install-path option.diego2006-11-061-7/+0
* spelling/grammar/wording/consistency for the help outputdiego2006-11-061-202/+194
* Fix tdfx-related copy + paste typos, patch by Ville Skyttä, ville.skytta iki...diego2006-11-051-3/+2
* Remove empty variable.diego2006-11-051-2/+1
* output cosmeticsdiego2006-11-051-1/+1
* Fix some echo -n occurrences, patch by sci-fi@hush.ai.diego2006-11-051-4/+4
* Extended/reworked fontconfig test to work without pkg-config with versionsreimar2006-11-041-10/+10
* 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
*