summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* support for dvdnav is now auto-detected; removed support for dvdnav-dirnicodvb2006-08-141-33/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19401 b3059339-0415-0410-9bf9-f77b7e298cf2
* stupid typo in previous commit: lavc_mpegaudio_hp --> libavcodec_mpegaudio_hpdiego2006-08-141-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19394 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a switch for disabling high precision mpeg audio decoding in libavcodec.diego2006-08-141-2/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19391 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not put ASMALIGN define under "if x86", x86_64 needs it, too, and it mightreimar2006-08-131-2/+2
| | | | | | | be useful for others as well. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19383 b3059339-0415-0410-9bf9-f77b7e298cf2
* Port ASMALIGN preprocessor macro for .align handling from FFmpeg.diego2006-08-121-0/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19377 b3059339-0415-0410-9bf9-f77b7e298cf2
* Print "no" if all of the Vorbis tests failed.diego2006-08-121-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19375 b3059339-0415-0410-9bf9-f77b7e298cf2
* -logg must come before -lvorbisidec since both declare the same symbols.reimar2006-08-081-2/+2
| | | | | | | | Otherwise demux_ogg will take have the functions from libogg and the other half from libvorbisidec, ending in a crash git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19360 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reorganize libvorbis/Tremor detection, external Tremor should be detected now.diego2006-08-081-36/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19359 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling/clarification for --help outputdiego2006-08-081-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19358 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.diego2006-08-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19357 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename some variables for consistency.diego2006-08-071-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19354 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix bug introduced in LIVE555 test simplification, -lstdc++ should go lastdiego2006-08-061-3/+4
| | | | | | | in the list of linker options. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19345 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify Tremor low accuracy test, label external Tremor as such.diego2006-08-051-6/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19340 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, line from a local modification committed by accident.diego2006-08-051-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19335 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include path handling in the build system, part III:diego2006-08-041-80/+38
| | | | | | | Get rid of the last --with-*incdir parameters. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19334 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix libcdio test after r19200, the detected include dir was not stored.diego2006-08-041-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19333 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge DirectFB header check into DirectFB check.diego2006-08-041-16/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19316 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove silly check for $_inc_directfb, it is not set beforehand.diego2006-08-041-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19315 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove one more redundant test invocation.diego2006-08-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19314 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify DirectFB header check.diego2006-08-041-7/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19313 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix DVB test indentation.diego2006-08-031-12/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19312 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix indentation after last commit.diego2006-08-031-23/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19311 b3059339-0415-0410-9bf9-f77b7e298cf2
* Run DVB (HEAD) test only when the corresponding variable is set to auto.diego2006-08-031-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19310 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clean up memalign test and don't apply MEMALIGN_HACK to Darwin.diego2006-08-031-4/+4
| | | | | | | inspired by a patch by Emanuele Giaquinta, emanuele . giaquinta $@$ gmail . com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19297 b3059339-0415-0410-9bf9-f77b7e298cf2
* $inc_extra vs $_inc_extra typo, closes bug #543.diego2006-08-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19290 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify LIVE555 test and make it more consistent with the other tests.diego2006-08-011-26/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19288 b3059339-0415-0410-9bf9-f77b7e298cf2
* added audio output for ivtv cardsben2006-07-281-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19229 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove $ from a variable in a comment to avoid irritating expansion.diego2006-07-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19208 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous $_inc_extra parameter from cc_check call.diego2006-07-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19202 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include path handling in the build system, part II.diego2006-07-271-44/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19201 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove inconsistency from libcdio test.diego2006-07-271-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19200 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove silly test/include path cleanup.diego2006-07-271-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19198 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variable.diego2006-07-271-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19197 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename _inc_soundcard to _include_soundcard, _inc variables are useddiego2006-07-271-4/+4
| | | | | | | for include paths, not #include preprocessor directives. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19196 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include paths in the build system, part I.diego2006-07-271-20/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19195 b3059339-0415-0410-9bf9-f77b7e298cf2
* Introduce general V4L variable/define.diego2006-07-271-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19194 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename *v4l variable to *v4l1.diego2006-07-271-15/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19192 b3059339-0415-0410-9bf9-f77b7e298cf2
* new vo driver for ivtv cards tv-out through internal h/w mpeg decoderben2006-07-191-0/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19142 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r537 (api change)lorenm2006-07-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19130 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove support for obsolete and non-free divx4/odivx libraries.diego2006-07-141-129/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19087 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some systems[1] list the 970 as PPC970 on /proc/cpuinfo, so add support gpoirier2006-07-131-1/+1
| | | | | | | | for this. [1] namely the PPC64 machine over at powerdev.osuosl.org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19065 b3059339-0415-0410-9bf9-f77b7e298cf2
* Streamline GUI build.diego2006-07-131-22/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19057 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use only one global config.mak file.diego2006-07-121-43/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19039 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with latest FFmpeg build system changes:diego2006-07-121-13/+13
| | | | | | | All AMR defines now sport a CONFIG_ prefix for consistency. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19037 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove check. libavutil is now mandatoryivo2006-07-121-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19035 b3059339-0415-0410-9bf9-f77b7e298cf2
* Work around DTS_INC and MLIB_INC now being gone from FFmpeg.diego2006-07-121-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19034 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make libavutil mandatory.diego2006-07-121-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19033 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove remnants of old libmp1e support.diego2006-07-121-30/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19026 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavformat interdependencies have been fixed so disable all muxersdiego2006-07-121-3/+1
| | | | | | | when compiling without MEncoder. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19024 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation with MEncoder disabled: Some libavformat demuxers havediego2006-07-111-1/+3
| | | | | | | weird dependencies on libavformat muxers that need to be taken care of. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19020 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix 10l regexp mistake that disabled all decoders/encoders.diego2006-07-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19019 b3059339-0415-0410-9bf9-f77b7e298cf2
* xvmclib vs xvmclibdir typodiego2006-07-111-2/+2
| | | | | | | noticed by Erik Auerswald, auerswal at unix-ag uni-kl de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19018 b3059339-0415-0410-9bf9-f77b7e298cf2
* Split _libavcodecs variable into _libavdecoders and _libavencoders.diego2006-07-111-9/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19016 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable FFmpeg muxers when not compiling MEncoder.diego2006-07-111-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19015 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with FFmpeg: (de)muxers are now individually selectable.diego2006-07-111-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19014 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add FFmpeg parsers to config.h as well.diego2006-07-111-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19012 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mention that individual codec and parser en-/disabling is FFmpeg-specific.diego2006-07-111-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19011 b3059339-0415-0410-9bf9-f77b7e298cf2
* added new pvr:// input for ivtv based cardsben2006-07-101-0/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19002 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, xvmclib(dir) does not specify a directory name.diego2006-07-091-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18984 b3059339-0415-0410-9bf9-f77b7e298cf2
* Consistent option and variable naming for x11libdir and xvmclibdir.diego2006-07-091-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18983 b3059339-0415-0410-9bf9-f77b7e298cf2
* _x11_paths should just be a list of paths without -L.diego2006-07-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18982 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove all encoders from the list of FFmpeg codecs when MEncoder is disabled.diego2006-07-091-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18979 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with latest FFmpeg build system changes, now parsers can bediego2006-07-091-1/+7
| | | | | | | enabled/disabled individually. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18978 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change SRC_PATH for ffmpeg back to '..' to avoid hardcoding currentuau2006-07-091-1/+1
| | | | | | | | | | | | | | directory at configure time. This should work again now that libpostproc is no longer under libavcodec and all Makefiles included from ffmpeg are at the same directory level. The hardcoded paths caused breakage if the build directory was moved or copied after configure and prevented ccache from sharing compilation results between directories (different absolute include paths count as different compiler options). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18976 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not compile FFmpeg muxers and encoders unless MEncoder is enabled.diego2006-07-081-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18960 b3059339-0415-0410-9bf9-f77b7e298cf2
* small cosmeticsdiego2006-07-081-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18949 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial libass release (without mencoder support).eugeni2006-07-071-0/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18942 b3059339-0415-0410-9bf9-f77b7e298cf2
* The symbol avcodec_pix_fmt_to_codec_tag is in libavcodec.a but referenced indiego2006-07-071-2/+2
| | | | | | | | | libavformat.a. Swapping the order of libavcodec.a and libavformat.a during the linking phase allows non-GNU linkers to work. patch by Chi-Thanh Christopher Nguyen, chithanh =at= cs =dot= tu-berlin =dot= de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18938 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move conditional compilation into the build system.diego2006-07-061-0/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18927 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial win32 gui release.vayne2006-07-061-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18918 b3059339-0415-0410-9bf9-f77b7e298cf2
* #define USE_LIBAVUTIL and USE_LIBAVUTIL_SOnicodvb2006-07-051-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18912 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove silly variable indirection.diego2006-07-031-9/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18895 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable vo_md5sum if there is no libavutilivo2006-07-021-0/+1
| | | | | | | | (for upcoming change to use libavutil/md5 and removal of md5sum.[ch]) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18886 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: move md5sum check down so it can depend on libavutil laterivo2006-07-021-13/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18885 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move conditional FreeType support compilation to the build system.diego2006-06-301-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18869 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove forgotten --disable-setlocale option from --help output.diego2006-06-221-1/+0
| | | | | | | noticed by Jim Huang jserv&&@&&linux2&&.&&cc&&.&&ntu&&.&&edu&&.&&tw git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18783 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move #ifdefs around complete files into the build system.diego2006-06-211-5/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18774 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove separation between Win32 DLL and DirectShow support in the build system.diego2006-06-211-64/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18768 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change integer to string comparison in hw.optional.altivec test sincediego2006-06-191-1/+1
| | | | | | | | non-AltiVec machines return a blank instead of 0. patch by Tim Wojtulewicz timwoj**at**ieee**dot**org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18756 b3059339-0415-0410-9bf9-f77b7e298cf2
* Conditionally run some CPU-architecture and OS-specific tests.diego2006-06-181-8/+34
|