summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18751 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename --with-dts*dir options to --with-libdts*dir for consistency anddiego2006-06-181-4/+4
| | | | | | | as preparation for upcoming patches. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18750 b3059339-0415-0410-9bf9-f77b7e298cf2
* Consistency fix.rathann2006-06-181-2/+2
| | | | | | | 10l to Diego for missing this. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18747 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename --with-libdvnav --> --with-dvdnavdir for consistency.diego2006-06-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18744 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disentangle _win32 and _dshow, the test for _dshow is disabled anyway.diego2006-06-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18743 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify and streamline FAAD detection.diego2006-06-171-22/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18742 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistency fix: --with-foo switches shall not enable options.diego2006-06-171-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18741 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename some variables and command line parameters.diego2006-06-161-74/+74
| | | | | | | (preparation for upcoming patches) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18737 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use a function for help output.diego2006-06-161-7/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18734 b3059339-0415-0410-9bf9-f77b7e298cf2
* option handling consistency fixesdiego2006-06-161-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18732 b3059339-0415-0410-9bf9-f77b7e298cf2
* readability cosmeticsdiego2006-06-161-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18731 b3059339-0415-0410-9bf9-f77b7e298cf2
* restored support for dvdnav only in the stream layer; all other ↵nicodvb2006-06-141-56/+57
| | | | | | functionalities are disabled git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18715 b3059339-0415-0410-9bf9-f77b7e298cf2
* add x264 encoding over lavc, Patch by our Dear Guru (Michael Niedermayer) ;)gpoirier2006-06-121-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18690 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not require iconv program with --charset=noconvreimar2006-06-101-6/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18674 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't claim that amr_nb is disabled when the fixed point version is enabled.diego2006-06-091-1/+1
| | | | | | | patch by Ismail Dönmez ismail,,@,,pardus,,.,,org,,.,,tr git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18664 b3059339-0415-0410-9bf9-f77b7e298cf2
* Generalize runtime linker support.diego2006-06-091-7/+13
| | | | | | | patch by "Derek E. Lewis" dlewis..@..solnetworks.....net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18663 b3059339-0415-0410-9bf9-f77b7e298cf2
* move misplaced echores. Output may still not be as intended thoughreimar2006-06-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18621 b3059339-0415-0410-9bf9-f77b7e298cf2
* UltraSPARC T1 (Niagara) support, patch by Derek E. Lewis /dlewis (gobble) ↵rathann2006-06-061-1/+2
| | | | | | solnetworks (crack) net\ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18597 b3059339-0415-0410-9bf9-f77b7e298cf2
* libpostproc is not a subdirectory of libavcodec anymore.diego2006-06-021-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18558 b3059339-0415-0410-9bf9-f77b7e298cf2
* On old WinChips Linux kernel use this to emulate MTRR, patch by Zuxy Meng < ↵poirierg2006-05-311-1/+1
| | | | | | zuxy P meng A gmail P com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18553 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.gpoirier2006-05-171-0/+16
| | | | | | | Patch by Mark Sanderson < mmp AH kiora POIS ath POIS cx> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18536 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't just check for the existence of xmmintrin.h, also verify it will compile.diego2006-05-141-1/+1
| | | | | | | patch by Zuxy Meng zuxy[[.]]meng[[@]]gmail[[.]]com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18505 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add checks for 3DNow! and SSE compiler intrinsics to be used with FFmpeg.diego2006-05-141-0/+39
| | | | | | | based on patch by Zuxy Meng zuxy(.)meng(@)gmail(.)com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18504 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use egrep together with extended regular expressions for greater portability.diego2006-05-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18503 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix LDFLAGS vs CPPFLAGS typo noticed by Derek E. Lewis.diego2006-05-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18502 b3059339-0415-0410-9bf9-f77b7e298cf2
* add check for a working iconv program and point to workaround if not foundreimar2006-05-131-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18488 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant line.diego2006-05-131-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18479 b3059339-0415-0410-9bf9-f77b7e298cf2
* Linkers, assisted by a compiler, can optimize out the string that is beingdiego2006-05-131-2/+1
| | | | | | | | | used to test for endianness. Prevent the linker from optimizing out the string, as it is being returned. patch by Derek E. Lewis, dlewis^#@^#solnetworks^#.^#net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18477 b3059339-0415-0410-9bf9-f77b7e298cf2
* mediaLib is now disabled by default, add a comment about HP-UX SCSI headers.diego2006-05-121-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18460 b3059339-0415-0410-9bf9-f77b7e298cf2
* mlib != mediaLibdiego2006-05-121-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18459 b3059339-0415-0410-9bf9-f77b7e298cf2
* --enable-mlib should behave like all other commandline parameters.diego2006-05-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18458 b3059339-0415-0410-9bf9-f77b7e298cf2
* enable mediaLib check execution and honnor user choise to enable mediaLib ↵iive2006-05-121-3/+1
| | | | | | even on non-sunos system git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18456 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing --enable-toolame and --enable-twolame parameters.diego2006-05-121-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18455 b3059339-0415-0410-9bf9-f77b7e298cf2
* output typo fixesdiego2006-05-121-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18454 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable mediaLib by default due to brokenness.diego2006-05-121-1/+3
| | | | | | | patch by Derek E. Lewis dlewis%%@%%solnetworks%%.%%net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18453 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fall back on the codecs subdirectory of the current directory for Realdiego2006-05-111-0/+4
| | | | | | | | and Win32 DLLs on Windows. based on a patch by Zuxy Meng zuxy**.**meng**@**gmail**.**com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18450 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary commented out OPTFLAGS line.diego2006-05-111-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18435 b3059339-0415-0410-9bf9-f77b7e298cf2
* Feed AltiVec compiler options into CFLAGS explicitly.diego2006-05-101-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18428 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unconditionally compile the Matroska demuxer.diego2006-05-081-18/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18405 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adapt to latest FFmpeg AMR build changes.diego2006-05-071-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18400 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix up some checks to properly use _res_comment.diego2006-05-071-30/+58
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18397 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove stray variable.diego2006-05-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18396 b3059339-0415-0410-9bf9-f77b7e298cf2
* x264 linking now requires explicit x11 libraries inclusion.iive2006-05-041-4/+11
| | | | | | | As side effect this fix simplifies the complicated expression. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18388 b3059339-0415-0410-9bf9-f77b7e298cf2
* check for XviD compiled with pthread supportiive2006-05-041-2/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18387 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a check for sysi86() on Solaris systems, solving a build failure on Solarisdiego2006-04-301-0/+20
| | | | | | | | 10 x86 to avoid using a local declaration that is no longer compatible. patch by "Derek E. Lewis", dlewis $$@$$ solnetworks %%.%% net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18363 b3059339-0415-0410-9bf9-f77b7e298cf2
* use CPP/LDFLAGS if set (but warn about this), and set our CFLAGS before theyreimar2006-04-271-30/+43
| | | | | | | are used by cc_check. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18320 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document how configure works and how to write basic checks.diego2006-04-271-11/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18318 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix amr_nb-fixed compilation: Don't depend on amr_nb.diego2006-04-271-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18315 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make EDL compilation unconditionaluau2006-04-271-17/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18313 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: Test the variable, don't set it...diego2006-04-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18291 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify x86 CPU flag/extension check.diego2006-04-251-29/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18267 b3059339-0415-0410-9bf9-f77b7e298cf2
* make _res_comment usage consistentrathann2006-04-241-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18263 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix configure output for XvMC and DGA testsrathann2006-04-241-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18256 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename the _3dnowex and _mmx2 processor flag variables to _3dnowextdiego2006-04-231-27/+27
| | | | | | | and _mmxext to match the processor flag names (needed in upcoming patches). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18231 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove second, redundant x86_exts_check.diego2006-04-231-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18222 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for shared libavutil.diego2006-04-221-0/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18211 b3059339-0415-0410-9bf9-f77b7e298cf2