summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Merge svn changes up to r27399Uoti Urpala2008-08-021-103/+102
|\ | | | | | | | | | | | | | | | | | | Conflicts: libmpcodecs/vd.c libmpcodecs/ve_raw.c libvo/video_out.c libvo/x11_common.c mplayer.c
| * Change a bunch of video-output-specific preprocessor directives from a HAVE_diego2008-08-021-43/+43
| | | | | | | | | | | | | | prefix to a CONFIG_ prefix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27397 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Change a bunch of codec-specific preprocessor directives from a HAVE_diego2008-08-021-31/+31
| | | | | | | | | | | | | | prefix to a CONFIG_ prefix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27395 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-011-10/+10
| | | | | | | | | | | | | | CONFIG_ prefix for configurable options, HAVE_ for system-dependent stuff. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27391 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Initialize socklen_t variable to "no".diego2008-08-011-0/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27386 b3059339-0415-0410-9bf9-f77b7e298cf2
| * For the case that we add a typedef for socklen_t, we should #definediego2008-07-301-0/+1
| | | | | | | | | | | | | | HAVE_SOCKLEN_T as well to avoid clashing with other typedefs. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27379 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Check for socklen_t in ws2tcpip.h as well.diego2008-07-301-3/+5
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27378 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.diego2008-07-301-2/+2
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27377 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove unused HAVE_MENCODER definition.diego2008-07-301-5/+0
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27376 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Rename two GUI-related preprocessor directives:diego2008-07-301-9/+9
| | | | | | | | | | | | | | HAVE_NEW_GUI --> CONFIG_GUI, HAVE_GTK2_GUI --> CONFIG_GTK2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27375 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-183/+187
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cfg-common-opts.h cfg-mplayer.h command.c configure libmpcodecs/dec_video.c libmpcodecs/vd.c libmpcodecs/vf_vo.c libmpdemux/demuxer.h libmpdemux/stheader.h mp_core.h mplayer.c stream/stream_radio.c
| * Remove unused definition from config.h.diego2008-07-301-3/+0
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27374 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Start unifying names of internal preprocessor directives.diego2008-07-301-99/+99
| | | | | | | | | | | | | | | | Replace all USE_ prefixes by CONFIG_ prefixes to indicate options which are configurable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27373 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove unused definition from config.h.diego2008-07-301-3/+0
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27370 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add proper check for socklen_t.diego2008-07-301-2/+21
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27369 b3059339-0415-0410-9bf9-f77b7e298cf2
| * cosmetics: Group FFmpeg definitions together in config.h.diego2008-07-301-15/+16
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27368 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Do not add __CYGWIN__ to CFLAGS on Cygwin, the system defines it anyway.diego2008-07-281-3/+0
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27364 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Rework OS/2 configuration with respect to linker output formats.diego2008-07-281-8/+8
| | | | | | | | | | | | | | | | | | Since nm only supports a.out on OS/2, the linker options to specify a different output format need to be added after the check using nm. based on a patch by KO Myung-Hun, komh chollian net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27363 b3059339-0415-0410-9bf9-f77b7e298cf2
| * cosmetics: Add a separator comment.diego2008-07-281-0/+2
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27362 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Move libdvdnav check before the CFLAGS section. It is still the last checkdiego2008-07-281-35/+35
| | | | | | | | | | | | | | at this position. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27361 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Move CFLAGS specific to internal libdvdread and libfaad2 to the Makefile anddiego2008-07-281-5/+0
| | | | | | | | | | | | | | use them only when compiling objects from those subdirectories. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27359 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove unused HPUX #define from command line.diego2008-07-281-4/+0
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27358 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Move libdvdcss-specific CFLAG settings to libdvdcss test.diego2008-07-281-3/+6
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27357 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Revert to previous dependency checking behavior.diego2008-07-261-2/+2
| | | | | | | | | | | | | | | | | | Take included header files into account when generating dependency files. This has problems when header files are removed or renamed, but does not silently miscompile files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27351 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove AltiVec vector declaration compiler compatibility macros.diego2008-07-261-5/+2
| | | | | | | | | | | | | | | | | | | | | | The original problem was that FSF and Apple gcc used a different syntax for vector declarations, i.e. {} vs. (). Nowadays Apple gcc versions support the standard {} syntax and versions that support {} are available on all relevant Mac OS X versions. Thus the greater compatibility is no longer worth cluttering the code with macros. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27350 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r27347Uoti Urpala2008-07-251-1/+87
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: libvo/x11_common.c libvo/x11_common.h Rename the vo_gl macro "vo_border()" to "vo_gl_border" as it conflicts with the global variable "vo_border"; done in the merge commit because uses of the macro needed changes anyway to resolve conflicts.
| * Fix configure hanging forever in iconv check using --charset=noconvreimar2008-07-241-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27343 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add Dirac video support via libdirac and libschroedinger in libavcodec.diego2008-07-221-0/+86
| | | | | | | | | | | | | | patch by Anuradha Suraparaju, anuradha rd.bbc.co uk git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27339 b3059339-0415-0410-9bf9-f77b7e298cf2
* | 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-f7