summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Add support for AppleIR Remote as an input under Linux systems.ben2008-05-181-0/+29
| | | | | | | | | | | | | This requires Linux 2.6 with evdev and appleir drivers. The keymapping is done to mimics the one that was done for MacOSX. WARNING: Most distributions do not seems to bother and only let root access to the device. Modify udev rules accordingly if you want regular user to be able to use the remote. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26795 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove useless parentheses from return statements.diego2008-05-161-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26791 b3059339-0415-0410-9bf9-f77b7e298cf2
* Prefer FSF-style AltiVec flags over Apple-style.diego2008-05-101-4/+2
| | | | | | | FSF gcc is better than Apple gcc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26720 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify AltiVec compiler flag test.diego2008-05-101-14/+6
| | | | | | | Add a note about the new build system to the AUTHORS file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26719 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify AltiVec CFLAG test.diego2008-05-101-13/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26717 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace some if constructs with && in the AltiVec test.diego2008-05-101-9/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26716 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: whitespace changes, spelling, code moving in AltiVec test.diego2008-05-101-17/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26715 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only check for and set AltiVec flags if AltiVec or runtime CPU detection isdiego2008-05-101-1/+1
| | | | | | | enabled. Fixes Bugzilla #1073. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26712 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove outdated FIXME comment.diego2008-05-101-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26710 b3059339-0415-0410-9bf9-f77b7e298cf2
* FFmpeg parts no longer require extra -I CFLAGS.diego2008-05-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26704 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: indentationdiego2008-05-091-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26701 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add options to handle the external libraries in libavcodec, which requirediego2008-05-081-17/+39
| | | | | | | extra linker flags etc. individually. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26700 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add option to disable mp3lame.diego2008-05-081-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26699 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename _lavc_* variables to _*_lavc.diego2008-05-081-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26698 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename _def_lavc_* variables to _def_*_lavc.diego2008-05-081-12/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26697 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove obscure comment about libmp3lame depending on Vorbis.diego2008-05-071-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26683 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1l: Remove leftover _lavc_x264 variable.diego2008-05-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26682 b3059339-0415-0410-9bf9-f77b7e298cf2
* Always enable x264 in libavcodec if x264 is enabled.diego2008-05-061-8/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26678 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rewrite (gcc) compiler check to default to enabling compilation and not setdiego2008-05-041-19/+8
| | | | | | | gcc-specific variables before the compiler is confirmed to be gcc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26668 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove trailing whitespace.diego2008-05-031-33/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26667 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove unused argc/argv parameters from test programs.diego2008-05-031-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26666 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Consistently compactify and reformat test programs.diego2008-05-031-84/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26665 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use a regular expression to filter out all external library parts from FFmpeg.diego2008-05-031-14/+11
| | | | | | | | In the rare cases we use some of those external libraries, add them explicitly instead of removing them if the library is disabled. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26660 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove dead code; LIBVORBIS_ENCODER is deleted from _libavencoders elsewhere.diego2008-05-031-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26659 b3059339-0415-0410-9bf9-f77b7e298cf2
* External libraries used by FFmpeg now have a lib prefix in their name.diego2008-05-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26658 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation: disable libdirac and libschroedinger FFmpeg de- and encoders.reimar2008-05-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26655 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Reindent after last commit and reformat comment.diego2008-05-011-25/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26643 b3059339-0415-0410-9bf9-f77b7e298cf2
* Always run the GCC AltiVec test so that the correct AltiVec CFLAGS get pickeddiego2008-05-011-2/+0
| | | | | | | up. They are needed even on machines without AltiVec for the altivec.h check. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26642 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix indentation after last commits.diego2008-05-011-35/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26641 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove obsolete gcc 2.96 warning message. This was also used for e.g. icc,diego2008-05-011-21/+1
| | | | | | | which makes no sense at all. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26640 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove --disable-gcc-check option and related code.diego2008-05-011-30/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26639 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename cc_verc_fail variable to cc_fail.diego2008-05-011-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26638 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Simplify altivec.h test.diego2008-05-011-8/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26631 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix indentation after last commit.diego2008-05-011-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26630 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check for altivec.h always, not just when AltiVec is enabled.diego2008-05-011-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26629 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set libdvdcss CFLAGS for dvdread from configure.diego2008-04-301-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26619 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move CFLAGS setting to configure.diego2008-04-291-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26599 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary -I.. from CFLAGS, change -I../libavutil to -Ilibavutil.diego2008-04-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26577 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only compile libmpcodecs/ve_qtvideo.c on Windows.diego2008-04-261-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26545 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename make variable DVDCSS_INTERNAL --> LIBDVDCSS_INTERNAL.diego2008-04-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26525 b3059339-0415-0410-9bf9-f77b7e298cf2
* dependency generation infrastructure for C++ filesdiego2008-04-241-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26521 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move libfaad2 fixed-point CFLAGS setting to configure.diego2008-04-241-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26517 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move Tremor low accuracy CFLAGS handling to configure.diego2008-04-221-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26502 b3059339-0415-0410-9bf9-f77b7e298cf2
* added support for dvdread-config (from our svn), called as fallback when ↵nicodvb2008-04-221-0/+17
| | | | | | dvdread isn't detected git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26497 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only add available CPU extensions to config.mak.diego2008-04-221-11/+1
| | | | | | | Fixes compilation on non-x86 after latest FFmpeg changes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26493 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix DEPEND_CMD, there was one level of variable indirection too much.diego2008-04-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26436 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add Makefile variable for DVB OSD menu, saves one ifeq.diego2008-04-131-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26434 b3059339-0415-0410-9bf9-f77b7e298cf2
* Restore compilation of osdep/mplayer-rc.o.diego2008-04-131-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26431 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix MPDEPEND_CMD to work with more than one subdirectory level.diego2008-04-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26426 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable runtime control for colorful and/or module name outputzuxy2008-04-121-15/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26402 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused make variable.diego2008-04-111-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26399 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add GUI_GTK make variable.diego2008-04-111-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26396 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused TARGET_WIN32 setting.diego2008-04-111-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26388 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a config.mak variable to control compilation of the Win32 GUI.diego2008-04-111-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26386 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused definition.diego2008-04-111-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26385 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename ASS make variable to LIBASS.diego2008-04-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26378 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle af_ladspa conditional compilation in the usual way.diego2008-04-091-8/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26373 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move decision about which getch2 and timer file to compile to configure.diego2008-04-081-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26351 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move decision about whether or not to compile osdep/mmap_os2.c to configure.diego2008-04-081-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26350 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix FFmpeg DEPEND_CMD to account for latest changes and add MPDEPEND_CMD.diego2008-04-071-2/+4
| | | | | | | | MPlayer needs a slightly modified incantation due to different levels of Makefile indirection. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26348 b3059339-0415-0410-9bf9-f77b7e298cf2
* Export some more information for FFmpeg's buid system.diego2008-04-041-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26325 b3059339-0415-0410-9bf9-f77b7e298cf2
* Darwin and Win32 DVD support libs are handled separately, take them backdiego2008-04-011-3/+4
| | | | | | | out of the combined system and DVD header test in the dvdread check. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26318 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initialize _dvdread variable to "no" in the dvdread check.diego2008-04-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26317 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ahem, fix quoting of $ in DEPEND_CMD.diego2008-03-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26311 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add DEPEND_CMD to config.mak (sync with FFmpeg).diego2008-03-311-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26310 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename HAVE_XVMC_ACCEL to HAVE_XVMC for consistency and to sync with FFmpeg.diego2008-03-311-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26309 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Group all FFmpeg settings together in config.mak.diego2008-03-311-43/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26308 b3059339-0415-0410-9bf9-f77b7e298cf2
* HAVE_MLIB was renamed to CONFIG_MLIB in FFmpeg.diego2008-03-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26307 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: prettyprintingdiego2008-03-271-19/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26284 b3059339-0415-0410-9bf9-f77b7e298cf2
* some more DragonFly BSD changes, patch by Hasso Tepper, hasso estpak eediego2008-03-271-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26283 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for DragonFly BSD, patch by Hasso Tepper, hasso estpak eediego2008-03-271-7/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26280 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove bsd() system check. Lumping different *BSD systems together likediego2008-03-271-7/+7
| | | | | | | | that was not a good idea in the first place. They are too different and constantly diverging. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26279 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Reindent X11 header search section after last commit.diego2008-03-261-8/+8
| | | | | | | patch by Guillaume Lecerf, foxcore gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26277 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not look for X11 headers on the host when cross-compiling.diego2008-03-261-0/+2
| | | | | | | patch by Guillaume Lecerf, foxcore gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26276 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compilation fix.eugeni2008-03-181-0/+13
| | | | | | | Since FFmpeg r12484, libswscale requires EXTERN_PREFIX defined. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26262 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused MACOSX definition.diego2008-03-151-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26250 b3059339-0415-0410-9bf9-f77b7e298cf2
* Introduce HAVE_QUICKTIME definition and use it where appropriate.diego2008-03-151-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26248 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a separate definition for