summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Merge svn changes up to r27332Uoti Urpala2008-07-211-58/+88
|\
| * Only build the documentation in the languages requested from configure.diego2008-07-191-0/+3
| | | | | | | | | | | | | | | | Fixes Bugzilla #978. inspired by a patch from Jonas Berlin, bugs outerspace.dyndns org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27328 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix typo in msg_lang variable name that prevented the correct messagediego2008-07-171-1/+1
| | | | | | | | | | | | | | filename from being generated. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27319 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Maemo platform runs on Nokia N8x0 series too.ben2008-07-171-2/+2
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27315 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Our ALSA code needs alloca, so check for it in configure and include alloca.hreimar2008-07-171-0/+4
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27313 b3059339-0415-0410-9bf9-f77b7e298cf2
| * cosmetics: Indent language handling after last commit.diego2008-07-171-9/+9
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27312 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Rewrite translation handling in the build system.diego2008-07-171-22/+33
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27311 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Simplify summary output, add an extra empty line to it.diego2008-07-171-6/+2
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27310 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove note about localization from configure output.diego2008-07-171-1/+0
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27309 b3059339-0415-0410-9bf9-f77b7e298cf2
| * cosmetics: Rename _doc_lang variable to doc_lang.diego2008-07-171-4/+4
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27308 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add variables for all available man page and documentation languages.diego2008-07-161-0/+2
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27300 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove redundant check in message language test.diego2008-07-161-1/+0
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27298 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Move the "all" option to the front of the list of available languages indiego2008-07-161-1/+1
| | | | | | | | | | | | | | the configure help output so it can be noticed more easily. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27297 b3059339-0415-0410-9bf9-f77b7e298cf2
| * cosmetics: Rename LANGUAGES variable to msg_langs.diego2008-07-161-5/+5
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27296 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Replace output redirection with grep by POSIX standard options.diego2008-07-161-5/+5
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27295 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Replace simple sed invocation by even simpler tr invocation.diego2008-07-161-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27294 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Merge two consecutive sed calls into one.diego2008-07-161-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27293 b3059339-0415-0410-9bf9-f77b7e298cf2
| * ALSA stupidly tries to define struct timeval and struct timespec, whichreimar2008-07-151-0/+5
| | | | | | | | | | | | | | may cause compilation errors. Check for this and disable ALSA. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27288 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix dlopen(), dlclose() dlsym() calls in configure test.diego2008-07-151-1/+2
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27287 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix tgetent call in termcap configure test.diego2008-07-151-1/+2
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27286 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add two more missing headers to configure checks.diego2008-07-151-0/+2
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27285 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add missing return statements to configure tests.diego2008-07-151-12/+16
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27284 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add missing headers to configure checks.diego2008-07-151-0/+3
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27283 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r27281Uoti Urpala2008-07-151-5/+5
|\|
| * Do not set _dvdreadconfig unconditionally.rathann2008-07-131-1/+0
| | | | | | | | | | | | | | Makes --with-dvdread-config actually work. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27274 b3059339-0415-0410-9bf9-f77b7e298cf2
| * cosmetics: main (void) --> main(void)diego2008-07-131-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27273 b3059339-0415-0410-9bf9-f77b7e298cf2
| * main(void) --> int main(void) in .align testdiego2008-07-131-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27272 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Use correct header in libamr narrowband test.diego2008-07-131-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27271 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Dependency files should be refreshed when object files are rebuilt.diego2008-07-121-2/+2
| | | | | | | | | | | | | | | | Express this with Makefile syntax instead of in the dependency file generation command. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27268 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r27242Uoti Urpala2008-07-091-0/+1
|\| | | | | | | | | | | | | Conflicts: Makefile configure
| * Add -std=gnu99 to gcc CFLAGS if supported. This sets appropriate #defines todiego2008-07-081-0/+1
| | | | | | | | | | | | | | | | avoid a bunch of implicit declaration warnings in (g)libc headers that define certain functions conditional to those #defines. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27240 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r27184Uoti Urpala2008-07-011-2/+3
|\|
| * Add missing 'struct input_id id' to Apple IR configure check.diego2008-06-241-0/+1
| | | | | | | | | | | | | | patch by Jan Knutar, jknutar nic fi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27129 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Dependency files need to get updated when any of their dependencies arediego2008-06-231-2/+2
| | | | | | | | | | | | | | | | modified. Otherwise new header inclusions might get missed and necessary recompilations would get skipped. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27125 b3059339-0415-0410-9bf9-f77b7e298cf2
* | configure: fix --with-dvdread-configUoti Urpala2008-06-261-1/+0
| | | | | | | | | | Remove erroneous line that always changed the user-selected value back to the default 'dvdread-config'.
* | Merge svn changes up to r27123Uoti Urpala2008-06-231-1/+20
|\| | | | | | | | | | | | | Conflicts: libmenu/menu_filesel.c libmenu/menu_pt.c
| * Replace misuse of echores in libdvdnav check by _res_comment.diego2008-06-221-1/+1
| | | | | | | | | | | | | | Reword the informative message. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27122 b3059339-0415-0410-9bf9-f77b7e298cf2
| * fix obviously wrong option descriptionben2008-06-201-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27117 b3059339-0415-0410-9bf9-f77b7e298cf2
| * allow conditionnal compilation of yuv4mpeg video out.ben2008-06-201-0/+19
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27103 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r27092Uoti Urpala2008-06-171-22/+32
|\| | | | | | | | | | | | | | | Conflicts: libmpdemux/demuxer.c libvo/vo_xv.c mencoder.c
| * cosmetics: Group internal codec library tests together.diego2008-06-151-21/+21
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27074 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix support for libnemesi installed on nonstandard pathslu_zero2008-06-131-0/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27056 b3059339-0415-0410-9bf9-f77b7e298cf2
| * require latest x264 to enable MEncoder's x264 supportgpoirier2008-06-091-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27041 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add support for enabling VIDIX dhahelper.diego2008-06-081-0/+9
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27029 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r27025Uoti Urpala2008-06-071-44/+27
|\| | | | | | | | | | | | | | | | | Conflicts: command.c libvo/vosub_vidix.c libvo/vosub_vidix.h mplayer.c
| * Restore support for compiling with svgalib_helper.diego2008-06-071-0/+9
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27025 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Only check for VIDIX PCI device name database if VIDIX is enabled.diego2008-06-071-8/+9
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27024 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Make sure that the LC_ALL variable is exported to the environment ofdiego2008-06-071-1/+1
| | | | | | | | | | | | | | shell commands invoked by make. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27023 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Drop support for external libvidix (unmaintained and not up-to-date)ben2008-06-071-35/+8
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27006 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-151/+188
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most of the conflicts are trivial. Conflicts: Makefile cfg-mplayer.h input/input.c libmenu/vf_menu.c libmpcodecs/dec_video.c libmpcodecs/vf_expand.c libmpcodecs/vf_vo.c libmpdemux/demux_mkv.c libmpdemux/demuxer.c libmpdemux/demuxer.h libvo/vo_directfb2.c libvo/vo_gl.c libvo/vo_winvidix.c libvo/vo_xv.c libvo/vo_xvidix.c libvo/vo_xvmc.c libvo/x11_common.c mplayer.c osdep/timer-linux.c stream/cache2.c
| * Use LC_ALL instead of LANG in config.mak to prevent locale settings fromdiego2008-06-021-1/+1
| | | | | | | | | | | | | | messing with text processing tools. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26967 b3059339-0415-0410-9bf9-f77b7e298cf2
| * 10l: Restore LANG variable in config.mak so that shell commands are notdiego2008-06-021-0/+3
| | | | | | | | | | | | | | negatively affected by (broken) locale settings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26966 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove unused variable LANG from config.mak.diego2008-06-021-1/+0
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26965 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove unused variable TARGET_OS from config.mak.diego2008-06-021-1/+0
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26964 b3059339-0415-0410-9bf9-f77b7e298cf2
| * cosmetics: Restructure config.mak logically and alphabetically.diego2008-06-021-102/+95
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26963 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove unused variable TARGET_CPU from config.mak.diego2008-06-021-1/+0
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26962 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove unnecessary FFmpeg hack from config.mak.diego2008-06-021-2/+0
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26961 b3059339-0415-0410-9bf9-f77b7e298cf2
| * tiny reindentationnicodvb2008-06-011-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26954 b3059339-0415-0410-9bf9-f77b7e298cf2
| * disable dvdnav when using the internal dvdreadnicodvb2008-06-011-0/+5
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26953 b3059339-0415-0410-9bf9-f77b7e298cf2
| * reindented the dvdread detection blocknicodvb2008-06-011-10/+10
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26952 b3059339-0415-0410-9bf9-f77b7e298cf2
| * changed the code that checks the presence of the external dvdreadnicodvb2008-06-011-6/+4
| | | | | | | | | | | | | | to include the headers from libdvdread/ (as in current svn) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26951 b3059339-0415-0410-9bf9-f77b7e298cf2
| * removed support for Ogle's dvdreadnicodvb2008-06-011-2/+0
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26950 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Change spelling of XviD to Xvid as has already been done in the (rest of the)diego2008-05-311-5/+5
| | | | | | | | | | | | | | documentation. The name change was effected a few years ago already. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26940 b3059339-0415-0