summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* build: create and install .mo translation filesUoti Urpala2010-04-011-6/+30
| | | | | | | | | | | | | | | | | | If --enable-translation was specified to configure, build and install .mo files for the selected message language(s). The languages enabled can be chosen with the --language-msg option; by default all available ones will be installed. The .po source files for available languages are seached under the po/ subdirectory; at the moment that subdirectory is not included in the sources so no languages will be enabled unless you add the actual translations before running configure. The .mo files are created in the locale/ subdirectory when compiling. By default MPlayer will only look for them in the installed location, so the newly compiled .mo files will not be found if you run MPlayer without installing. You can set the MPLAYER_LOCALEDIR environment variable to point to the locale/ directory to test the translations without installing.
* Delete things related to old translation systemUoti Urpala2010-03-101-32/+2
| | | | | Remove the help/ subdirectory, configure code to create toplevel help_mp.h, and all the '#include "help_mp.h"' lines from .c files.
* Merge svn changes up to r30876Uoti Urpala2010-03-101-1/+1
|\
| * Fix help text for --disable-win32dll.cehoyos2010-03-091-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30871 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r30848Uoti Urpala2010-03-101-52/+21
|\|
| * Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c insteadkomh2010-03-041-1/+12
| | | | | | | | | | | | | | | | of platform specific predefined macros. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30829 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add a VCD support for OS/2komh2010-03-031-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30819 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Drop support for old-style DVB code.diego2010-03-021-51/+8
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30818 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove RTSP_MUXER from libavmuxers to fix compilation with --disable-networkrectalogic2010-03-021-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30817 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add CONFIG_LSP to config.h for libavcodec compilation.diego2010-03-021-0/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30816 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r30732Uoti Urpala2010-03-101-0/+1
|\|
| * Add -Wmissing-prototypes to CFLAGS if available.diego2010-02-231-0/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30719 b3059339-0415-0410-9bf9-f77b7e298cf2
| * FFmpeg: Add HAVE_ALIGNED_{8,16} to config.h on ppc and x86.diego2010-02-201-0/+8
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30665 b3059339-0415-0410-9bf9-f77b7e298cf2
| * FFmpeg: Add tomi to architecture list.diego2010-02-201-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30664 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add av_alias define as a hack to fix compilation of intreadwrite.h withoutreimar2010-02-181-0/+1
| | | | | | | | | | | | | | HAVE_AV_CONFIG_H. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30644 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r30570Uoti Urpala2010-03-091-0/+3
|\|
| * Check that fontconfig version is at least 2.4.2, which is required for thereimar2010-02-141-0/+3
| | | | | | | | | | | | | | | | | | included libass. A more fine-grained check would be possible to e.g. allow older versions if internal libass is disabled, but seems like overkill. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30570 b3059339-0415-0410-9bf9-f77b7e298cf2
| * 10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP.diego2010-02-131-3/+5
| | | | | | | | | | | | | | | | These two variables are handled different from others in libavcodec/Makefile, thus the previous way of adding them to config.mak was correct. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30553 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak.diego2010-02-131-5/+3
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30552 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs.diego2010-02-131-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30551 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r30550Uoti Urpala2010-03-091-12/+12
|\|
| * Fix shared library libavutil check: test for av_clip instead of av_gcd.diego2010-02-131-1/+1
| | | | | | | | | | | | | | av_gcd is not available in the header #included in the check. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30550 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add win32 loader support for OS/2komh2010-02-121-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30541 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Move one more FFmpeg-related definition to the FFmpeg section of config.h.diego2010-02-111-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30537 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Move some FFmpeg-related definitions to the FFmpeg section of config.h.diego2010-02-111-8/+8
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30536 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Move def_dos_paths to a better place within config.h; not just FFmpeg uses it.diego2010-02-111-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30535 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Enable RTSP and SDP demuxers if network support is enabled, they can now be ↵reimar2010-02-041-1/+2
| | | | | | | | | | | | used. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30505 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Checks ipv6_mreq/sockaddr_in6/sockaddr_sa_len for FFmpegkomh2010-02-031-2/+48
| | | | | | | | | | | | | | | | instead of defining macros unconditionally. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30495 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Revert r30324 which broken the struct addrinfo check by making it always pass.reimar2010-02-021-1/+2
| | | | | | | | | | | | | | Instead fix the MinGW64 issue properly by including ws2tcpip.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30486 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r30484Uoti Urpala2010-03-091-0/+26
|\|
| * Add OS/2 KAI audio driver supportkomh2010-02-011-0/+26
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30481 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Disable FFmpeg's network protocols if --disable-network was specified.reimar2010-01-311-0/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30479 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix compilation for new Bink audio decoder.cehoyos2010-01-311-0/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30478 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add some more definitions for FFmpeg to config.h:diego2010-01-301-0/+3
| | | | | | | | | | | | | | | | | | HAVE_ATTRIBUTE_MAY_ALIAS HAVE_STRUCT_IPV6_MREQ HAVE_STRUCT_SOCKADDR_IN6 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30464 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Disable all hwaccel glue code from FFmpeg.diego2010-01-211-8/+5
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30384 b3059339-0415-0410-9bf9-f77b7e298cf2
| * x264 version 0.83 is required.cehoyos2010-01-211-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30383 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix compilation after FFmpeg r21353.cehoyos2010-01-211-0/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30382 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Create libavutil/avconfig.h, required for FFmpeg compilation.diego2010-01-191-0/+16
| | | | | | | | | | | | | | based on a patch by Etienne Buira, etienne.buira free fr git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30376 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Add runtime translation supportUoti Urpala2010-03-081-0/+21
| | | | | | | | | | | | Add support for gettext-based runtime translations. Enabled with configure switch --enable-translation (no autodetection). Note that no translation files are installed yet.
* | build/vdpau: drop support for dynamic loading of libvdpauUoti Urpala2010-02-261-2/+5
| | | | | | | | | | | | | | | | | | | | After a recent library update on my system MPlayer started crashing on exit in XCloseDisplay() if -vo vdpau had been used. With normal linking it works OK. Since there should be little need for the dynamic loading functionality any more, I'll just drop it rather than try investigating the exact problem with dynamic loading and whether it would be fixable. VDPAU is now linked normally with -lvdpau if available.
* | Merge svn changes up to r30375Uoti Urpala2010-01-251-7/+42
|\|
| * Set HAVE_FAST_CLZ according to CPU type.zuxy2010-01-191-4/+26
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30372 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Support for detection of AMD Phenom.zuxy2010-01-181-2/+6
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30363 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Set ASFLAGS and HAVE_VFP_ARGS needed to compile for ARM with VFP/NEON support.reimar2010-01-171-0/+2
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30345 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Also try linking against dxguid for SDL test.reimar2010-01-171-1/+1
| | | | | | | | | | | | | | Some broken SDL versions need it even though sdl-config does include it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30344 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Allow anything starting with "arm" to be used as --target for ARM CPUsreimar2010-01-161-2/+2
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30339 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Manually add --nxcompat --no-seh --dynamicbase to linker flags if available,reimar2010-01-161-0/+8
| | | | | | | | | | | | | | works around binutils' policy of making exploits as easy as possible by default. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30325 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix struct addrinfo check, its definition might not allow actually ↵reimar2010-01-161-1/+1
| | | | | | | | | | | | | | | | | | allocating it. Fixes MinGW64 compilation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30324 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix sockaddr_storage check to work with winsock/MinGWreimar2010-01-161-3/+17
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30323 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r30322Uoti Urpala2010-01-251-3/+9
|\|
| * Add HAVE_FAST_CLZ define and set it to 0 to keep the status quo for now.reimar2010-01-161-0/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30322 b3059339-0415-0410-9bf9-f77b7e298cf2
| * HAVE_INLINE_ASM for FFmpeg should be one since we only supportreimar2010-01-161-1/+1
| | | | | | | | | | | | | | compilers that can do inline asm. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30321 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Set _optimizing for x86-64.zuxy2010-01-151-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30310 b3059339-0415-0410-9bf9-f77b7e298cf2
| * The undocumented x86-64 is a better fallback for core2 than nocona.zuxy2010-01-151-0/+3
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30309 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add -fno-common to avoid misalignment for global var under win32 like whatzuxy2010-01-151-0/+1
| | | | | | | | | | | | | | has been done for ffmpeg. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30308 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Set HAVE_FAST_CMOV to 0 for NetBurst based x86-64 processors, e.g. Prescott.zuxy2010-01-151-1/+2
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30307 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix typo in r30302zuxy2010-01-151-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30305 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix compilation after recent changes in FFmpeg.cehoyos2010-01-141-0/+64
| | | | | | | | | | | | | | Patch by Etienne Buira, etienne D buira A free D fr git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30302 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r30301Uoti Urpala2010-01-251-7/+23
|\|
| * Add very experimetal support for the Sun C compiler.reimar2010-01-121-1/+12
| | | | | | | | | | | | | | | | To actually work, all "packed" attributes have to be replaced by equivalent pragmas and make DEPS=no must be used to compile. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30296 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Change -pipe check to avoid misdetecting it as available for Sun's compiler.reimar2010-01-121-1/+2
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30295 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add checks for exp2, exp2 and log2f required by FFmpeg.reimar2010-01-121-1/+4
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30291 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Search X11 headers and libraries also in /usr/local/..., should easereimar2010-01-101-3/+3
| | | | | | | | | | | | | | compilation on FreeBSD. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30271 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Do not use FreeBSD's cpuinfo file on x86_64 either, as on x86_32 it will notreimar2010-01-101-1/+2
| | | | | | | | | | | | | | | | report 3Dnow availability. Patch from FreeBSD ports. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30270 b3059339-0415-0410-9bf9-f77b7e298cf2