summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Add EXTERN_ASM define needed by FFmpeg on ARM.reimar2009-10-021-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29747 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extend EBX_AVAILABLE check in a way that works for both OpenBSD/Haikureimar2009-09-301-0/+2
| | | | | | | and 64 bit OSX. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29743 b3059339-0415-0410-9bf9-f77b7e298cf2
* Intel compiler icc 11.1 supports compilation of internal mp3lib and internal ↵cehoyos2009-09-271-2/+2
| | | | | | liba52. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29725 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: Fix whitespace.cehoyos2009-09-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29724 b3059339-0415-0410-9bf9-f77b7e298cf2
* Amend previous commit: both zlib decoder and encoder must be disabledreimar2009-09-261-2/+2
| | | | | | | if zlib is not available. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29720 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable libavcodec zlib decoder when zlib is not available, fixes compilationreimar2009-09-261-1/+1
| | | | | | | in that case. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29719 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not override host_arch in x86 vs. x86_64 detection if it was forced via ↵reimar2009-09-251-1/+1
| | | | | | | | | --target. Patch by Andrew Wason [rectalogic rectalogic com] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29717 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with current FFmpeg HEAD.diego2009-09-241-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29714 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with FFmpeg build: BUILD_STATIC --> CONFIG_STATICdiego2009-09-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29713 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264-r1260 (which changed api)lorenm2009-09-231-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29704 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add autodetection for ARM NEON SIMD.reimar2009-09-191-1/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29694 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use a compilation check to distinguish between x86 and x86_64, uname andreimar2009-09-191-17/+19
| | | | | | | CFLAGS checks alone are not reliable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29693 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a check for availability of ebx register, needed forreimar2009-09-191-1/+19
| | | | | | | architectures that require PIE like Haiku or 64 bit OSX. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29692 b3059339-0415-0410-9bf9-f77b7e298cf2
* Treat Haiku as BeOS (only changes the displayed name actually)reimar2009-09-191-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29691 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow disabling and enabling lower-case codecs.cehoyos2009-09-081-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29662 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l, forgot to use "test" for checking the value of the quicktime variablereimar2009-09-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29656 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, -framework QuickTime must be added to extra_ldflags, not libs_mplayer sincereimar2009-09-041-1/+1
| | | | | | | | | QuickTime is used also in mencoder (in the audio and video decoders and possibly from demux_mov, even though the latter one should only use the includes and not require linking). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29644 b3059339-0415-0410-9bf9-f77b7e298cf2
* Split QuickTime check off from quartz check and use the result to enable/disablereimar2009-09-041-8/+27
| | | | | | | | the QTX codec support. This is necessary since 64 bit compiles on OS X 10.5 at least do not support QuickTime. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29641 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move OpenGL test below CoreVideo. This ensures -lGL will come after ↵reimar2009-09-041-53/+55
| | | | | | | | | -framework OpenGL which resolves vo_corevideo crashes due to namespace conflicts (e.g. glEnable, glBegin, ...). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29639 b3059339-0415-0410-9bf9-f77b7e298cf2
* The libamrnb *en*coder, not the *de*coder should be added to the list ofdiego2009-09-011-1/+1
| | | | | | | | encoders to enable in libavcodec. patch by Wang William, william0wang gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29605 b3059339-0415-0410-9bf9-f77b7e298cf2
* Also check linker flags to make sure that liveMedia libraries are there, too,reimar2009-08-311-2/+3
| | | | | | | not just the headers. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29598 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix detection of mips arch on NetBSD/sgimips.diego2009-08-191-1/+1
| | | | | | | based on a patch by Andrew Randrianasulu, randrik mail ru git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29539 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow compilation with gcc 2.95.3 if videodev2.h does not support it.cehoyos2009-08-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29516 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sure that unavailable message languages are not accepted.diego2009-08-031-1/+2
| | | | | | | patch by Samuli Suominen, ssuominen unk fi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29473 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a variable in config.mak whether SHM support is enabled or not.ben2009-07-311-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29463 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set both HAVE_BIGENDIAN and WORDS_BIGENDIAN.diego2009-07-261-2/+5
| | | | | | | Both definitions are used in different places. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29441 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN.cehoyos2009-07-261-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29440 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bandaid compilation fix: Disable ivtv VIDIX driver until a proper test exists.diego2009-07-191-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29433 b3059339-0415-0410-9bf9-f77b7e298cf2
* The Makefile variable names for external libraries in FFmpeg changed.diego2009-07-191-9/+12
| | | | | | | Adapt their names in config.mak, closes Bugzilla #1513. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29432 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant ivtv VIDIX driver variable declarations.diego2009-07-191-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29430 b3059339-0415-0410-9bf9-f77b7e298cf2
* The ivtv vo driver and the ivtv VIDIX driver are unrelated; do not disable thediego2009-07-191-1/+0
| | | | | | | | VIDIX driver when the ivtv vo driver has been disabled. patch by Martin Dauskardt, martin.dauskardt gmx de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29429 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change libamr support to libopencore-amr support.diego2009-07-181-51/+47
| | | | | | | | libamr support was removed from FFmpeg. based on a patch by Andrew Wason, rectalogic rectalogic com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29426 b3059339-0415-0410-9bf9-f77b7e298cf2
* Restore alphabetic order for HAVE_ defines.cehoyos2009-07-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29421 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove CONFIG_LIBAMR_NB_FIXED #define, which no longer exists in FFmpeg.diego2009-07-171-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29420 b3059339-0415-0410-9bf9-f77b7e298cf2
* Assume HAVE_ATTRIBUTE_PACKED.cehoyos2009-07-171-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29419 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation after FFmpeg r19395.cehoyos2009-07-111-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29417 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable libavcodec AAC encoder, there are too many systems where it doesn't ↵reimar2009-07-091-1/+1
| | | | | | compile. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29416 b3059339-0415-0410-9bf9-f77b7e298cf2
* Modern Solaris versions have different default CD-ROM devices.diego2009-06-241-0/+3
| | | | | | | patch by Pawel Tecza, ptecza uw.edu pl git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29387 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not use -rdynamic on Solaris, where the flag is unsupported.diego2009-06-221-1/+1
| | | | | | | patch by Niklas Edmundsson, nikke acc.umu se, Bugzilla #1496 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29379 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used.diego2009-06-191-2/+2
| | | | | | | This makes XML documentation generation work again. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29372 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not auto-detect old libnut installations.cehoyos2009-06-161-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29366 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename LIBVORBIS Makefile variable to VORBIS.diego2009-06-141-1/+1
| | | | | | | The latter is more clear as it can represent either Tremor or libvorbis. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29365 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l: Add missing $s to default language variable checks, which preventeddiego2009-06-141-3/+3
| | | | | | | | fallback language settings from taking effect. patch by Francesco Lavra, francescolavra interfree it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29364 b3059339-0415-0410-9bf9-f77b7e298cf2
* Overhaul translation handling completely and add options to install specificdiego2009-06-141-43/+55
| | | | | | | documentation and man page translations. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29363 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Drop leading underscore from _language* variables.diego2009-06-141-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29362 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow setting message language separately from documentation language.diego2009-06-141-4/+9
| | | | | | | patch by Steve Dibb, steve.dibb gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29361 b3059339-0415-0410-9bf9-f77b7e298cf2
* Drop redundant setting of message language to English when all languagesdiego2009-06-141-1/+0
| | | | | | | are enabled. This is the default anyway. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29360 b3059339-0415-0410-9bf9-f77b7e298cf2
* Configure needs AS to be set for the Makefiles.reimar2009-06-021-0/+1
| | | | | | | | Note that this may not be a pure assembler (i.e. AS=as is wrong), it must be a gcc-compatible assembler with preprocessor (e.g. AS=gcc). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29344 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add actually working support for PPC64reimar2009-06-011-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29336 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use target_arch and target_subarch which is more similar to what FFmpeg usesreimar2009-06-011-5/+5
| | | | | | | and makes more sense when adding proper PPC64 or MIPS64 support. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29335 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some missing FFmpeg archsreimar2009-06-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29334 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set XVR100 make variable. Fixes compilation when support for xvr100 was ↵reimar2009-05-191-0/+1
| | | | | | detected. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29315 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sure that -Ilibdvdread4 appears in CFLAGS before any system directoriesdiego2009-05-121-1/+1
| | | | | | | | so that internal dvdread headers do not conflict with system headers. Fixes Bugzilla #1465. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29304 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add HAVE_PPC64 definition for FFmpeg.diego2009-05-121-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29300 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sure CONFIG_MUXERS is always set.diego2009-05-121-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29299 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: indentation fixes for the dvdread checkdiego2009-05-091-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29283 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix misplaced 'fi' in external dvdread test.diego2009-05-091-1/+1
| | | | | | | patch by Diogo Franco, diogomfranco gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29282 b3059339-0415-0410-9bf9-f77b7e298cf2
* lirc anc lircc are MPlayer-only, so add LDFLAGS for MPlayer link only.diego2009-05-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29277 b3059339-0415-0410-9bf9-f77b7e298cf2
* The Apple remote code needs the Cocoa framework to link.diego2009-05-081-1/+1
| | | | | | | Apple remote LDFLAGS are only necessary for linking MPlayer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29275 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -framework Carbon to LDFLAGS when Mac OS X finder or bundle is enabled.diego2009-05-071-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29274 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Move Quartz and CoreVideo checks into the vo driver section.diego2009-05-051-47/+50
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29269 b3059339-0415-0410-9bf9-f77b7e298cf2
* LDFLAGS for CoreVideo and Quartz should be MPlayer-only.diego2009-05-051-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29268 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdvdcss requires the Carbon framework to link on Mac OS X.diego2009-05-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29267 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Move $def_dvdcss to a more sensible place in config.h.diego2009-05-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29266 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Move CoreAudio check to audio output section.diego2009-05-051-22/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29265 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add #define for HAVE_DVDCSS_DVDCSS_H (needed by internal libdvdread) to config.hdiego2009-05-051-1/+3
| | | | | | | | | | | instead of passing -D on the compiler command line. This is more convenient and already done with most preprocessor definitions needed by external libraries. Previously the definition was passed on the command line because libdvdread was missing the necessary config.h #include, which was now added. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29263 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: indentationdiego2009-05-051-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29261 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow disabling and enabling VCD support through command line parameters.diego2009-05-051-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29260 b3059339-0415-0410-9bf9-f77b7e298cf2
* CoreAudio LDFLAGS should be MPlayer-only.diego2009-05-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29259 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improve CoreAudio check: Use all required headers and frameworks.diego2009-05-051-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29258 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify Mac OS X Finder and Mac OS X Bundle file locations checks.diego2009-05-051-14/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29257 b3059339-0415-0410-9bf9-f77b7e298cf2
* CONFIG_QUICKTIME should be set depending on the state of QTX support.diego2009-05-041-3/+2
| | | | | | | This fixes linking on Mac OS X with vo_quartz disabled. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29255 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename macosx video output driver to corevideo.diego2009-05-041-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29252 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename macosx audio output driver to coreaudio.diego2009-05-041-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29251 b3059339-0415-0410-9bf9-f77b7e298cf2
* QuickTime codecs support requires -framework QuickTime to link on Mac OS X.diego2009-05-041-0/+1
| | | | | | | patch by Emanuele Giaquinta git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29250 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace QuickTime.h #include with Carbon.h, which is really needed.diego2009-05-04<