0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
Commit Graph

1645 Commits

Author SHA1 Message Date
diego
52f41b2b67 Remove conditional addition of CONFIG_DARWIN to CFLAGS, it's added
unconditionally three lines above ...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22723 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 19:38:43 +00:00
diego
0d059c66a5 Move fast cmov detection code from the PPC section into the x86 section
where it has a chance of actually being executed and fix the obvious
syntax errors it contained in the process.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22719 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 16:30:11 +00:00
diego
fe51c57b4f support for setting and detecting FAST_CMOV
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22717 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 15:38:15 +00:00
uau
3bcf765739 Fix configure -march detection for athlon-xp
The configure script uses SSE support to distinguish between athlon and
athlon-xp, but SSE support was tested _after_ deciding the basic CPU
type. Thus athlon-xp was always misdetected as athlon. Fix this by
moving the CPU extensions check before the CPU type check. Patch from
Andrew Savchenko, bircoph list ru.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22715 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 13:38:55 +00:00
diego
53cf1528cb Do not disable cache on MinGW, just disable shmem compilation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22705 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 19:54:31 +00:00
voroshil
71b1da1eea 10l: omitted '-e' in my r22630 commit.
Patch from Robert Henney robh at rut dot org


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22674 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 03:05:44 +00:00
diego
6af0f7d023 Turn on largefile support for libdvdcss as well.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22642 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 22:22:02 +00:00
diego
2ee09b0a5f Put special CFLAGS for low accuracy tremor in the Makefile, similar to the
way we do for libfaad2.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22640 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 21:54:48 +00:00
voroshil
a5f9e0f2bc libavcodec's DXA decoder is dependent on zlib
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22630 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 11:48:11 +00:00
diego
8868c13dc7 Add live555 include flags to CXXFLAGS only.
patch by Carl Eugen Hoyos, cehoyos ag.or at


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22621 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 18:07:12 +00:00
diego
c50a336acf Add AmigaOS support, patch by Andrea Palmatè, andrea amigasoft net.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22616 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 17:06:28 +00:00
compn
a41f45b7b7 add vcd support to mingw, patch by zuxy meng
split up into the following commits r22523, r22524, r22526



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22523 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-12 15:46:38 +00:00
diego
18bee86bc1 live555 version 2006.03.03 or later is needed to compile MPlayer.
patch by Carl Eugen Hoyos, cehoyos ag.or at


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22418 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-03 07:58:36 +00:00
diego
913a6f2cc1 10l: Add missing definition of USE_STREAM_CACHE.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22368 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-27 19:49:29 +00:00
voroshil
1043926227 Fix unresolved symbols related to ws2_32 lib when compiling under MinGW with live555.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22367 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-27 17:16:44 +00:00
diego
ea41fdf14b Move the decision about stream cache compilation to configure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22366 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-27 17:13:17 +00:00
diego
6f1e593089 Simplify strip parameter for install handling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22364 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-27 17:10:11 +00:00
rathann
ea63308d9a Support for PowerPC 440x embedded CPUs.
Approved by Luca Barbato.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22347 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-25 22:33:10 +00:00
diego
0cbf197d0d Fix compilation after addition of LIBGSM_MS decoder/encoder to FFmpeg.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22282 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-20 15:47:44 +00:00
diego
a94184ed05 liblzo support fix, take X: forgotten variable setting.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22268 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-18 21:51:39 +00:00
diego
3a859ffe2b Use liblzo2 instead of liblzo1, it's not bigger but faster.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22258 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-18 14:54:50 +00:00
reimar
d766cae033 We definitely want to avoid an emulated poll()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22224 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-15 18:24:12 +00:00
diego
072f16cd3b Move setting _ld_extra and _inc_extra for live to autodetection part,
there is no hope of them having correct values otherwise anyway.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22214 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-13 15:37:38 +00:00
rtogni
af0412def4 Fix compilation after rename of AC3 decoder to LIBA52 in ffmpeg r7939
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22212 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-12 21:52:53 +00:00
diego
5d3b7bd92b Fix setting of mtrr variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22211 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-12 13:59:25 +00:00
diego
c7b24d2e85 Always disable libnut demuxer in libavformat.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22209 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-12 09:56:34 +00:00
diego
4eebe7dc88 Revert libnut option names, the issue is fixed in FFmpeg.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22208 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-12 09:51:25 +00:00
uau
3fc21bb6e7 Handle libavformat libnut dependencies.
Fixes compilation after ffmpeg r7891.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22182 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-09 19:44:43 +00:00
gpoirier
860dd21ab1 Fix libnut build failure.
Use CONFIG_LIBNUT like ffmpeg's configure, instead of LIBNUT.
Patch by Clemens Ladisch % cladisch A fastmail P net %


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22169 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-07 09:00:11 +00:00
diego
66c00f103a FFmpeg #defines must be uppercase now.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22136 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-05 07:33:00 +00:00
diego
ee40bc8f21 Fix MMX2 check, _sse is set to "kernel_check", not "yes".
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22128 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-04 13:44:49 +00:00
lorenm
f0ae1f2dce r21753 broke compile-time detection of mmx flags on x86_64
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22120 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-04 08:18:01 +00:00
uau
3f1191fdc6 Convert patterns to upper case to fix compilation after r22117.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22119 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-03 23:46:22 +00:00
diego
a3c5cdbf75 Speed up config.h generation by transforming FFmpeg part names to uppercase
all at once instead of one by one.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22117 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-03 21:40:10 +00:00
diego
0b6d9504b2 Wrong variable name used in libfaac check.
patch by Carl Eugen Hoyos, cehoyos ag.or at


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22092 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-31 11:28:50 +00:00
lorenm
5dbd6faa0b libfaac detection skipped linking, and thus only checked for headers and not libs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22091 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-31 09:25:05 +00:00
diego
296bf8c18f Simplify extcheck calls by moving some logic into the function.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22090 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-31 08:27:59 +00:00
diego
bf3e5764eb Allow forcing processor features on and off.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22088 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-31 02:01:07 +00:00
diego
7d2284e42d Fix looooooongstanding bug:
Only check for processor features when they are set to autodetection.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22087 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-31 01:43:24 +00:00
diego
ee0ea7341d cosmetics: Move around a few options for better logical grouping.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22086 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-30 23:59:39 +00:00
diego
957d40868c cosmetics: consistent formatting
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22085 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-30 23:50:30 +00:00
diego
885146afc9 Unification of parameter handling part 3 of many:
Merge --help into general parameter handling.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22084 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-30 23:35:52 +00:00
diego
6ebda2b029 Unification of parameter handling part 2 of many:
Merge both parameter parsing passes.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22083 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-30 23:33:25 +00:00
diego
5cf9cbf3e5 Unification of parameter handling part 1 of many:
Move second pass next to the first.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22082 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-30 23:18:51 +00:00
reimar
916f3055cf Move network detection further up to simplify detection of dependant stuff.
Blessed by Diego (see [MPlayer-cygwin] Current issues).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22077 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-30 18:29:02 +00:00
diego
40e1f27cce Remove references to no longer existing documentation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22058 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 22:33:51 +00:00
diego
03a1bed310 Move platform-specific stuff together.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22057 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 22:31:53 +00:00
diego
4cd478c1f1 Move _ldd setting to a saner place.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22056 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-28 22:27:05 +00:00
diego
57144b8eb1 build fix: Disable libtheora encoding over lavc.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22011 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-25 09:36:17 +00:00
diego
7061372a74 Quote some expressions, might help with some shells.
patch Derek E. Lewis, dlewis solnetworks net


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22006 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-24 18:10:40 +00:00
rtogni
811a1f6c09 Fix compilation if no libogg/libvoribs installed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22004 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-24 10:31:51 +00:00
diego
8274bd8f89 Rename a few variables to match FFmpeg.
patch by Brett Goulder, predatorfreak dcaf-security org


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22003 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-24 07:36:50 +00:00
rtogni
46df662025 Fix compilation after ffmpeg changes in r7619
Some libraries still need tweaks


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22002 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-24 00:10:47 +00:00
diego
93288a8c97 Bring MPlayer closer to compilation after latest FFmpeg changes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21998 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-23 10:06:02 +00:00
reimar
b53b90261e Fix compilation: define CONFIG_ZLIB in config.mak
Compilation without zlib untested.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21988 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-21 21:38:41 +00:00
diego
726ccc3118 Move ldconfig platform differences into configure where they belong.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21973 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-20 21:19:58 +00:00
diego
eca0abbc21 Move ranlib setting to a more sensible place.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21972 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-20 21:14:14 +00:00
diego
a6cc078d26 Move toolame vs twolame logic into the $_toolame=auto case.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21927 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-14 22:58:25 +00:00
diego
acc38e2745 Make twolame disable toolame.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21925 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-14 22:42:35 +00:00
diego
811cec046e Move twolame check before toolame check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21924 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-14 22:35:10 +00:00
vayne
68e9c8462a fix typo for gettimeofday()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21916 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-13 21:26:54 +00:00
diego
d9d8d70d63 Add missing config.mak entry for gettimeofday().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21891 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-13 04:12:05 +00:00
reimar
ef9578fe0c 10l, typo breaks compilation because HAVE_SYS_MMAN_H is not set correctly
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21877 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-10 22:58:32 +00:00
diego
33593191d3 Split strl.c into strl(cat|cpy).c and move #ifdefs into the build system.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21875 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-10 20:23:24 +00:00
diego
7db81061d7 Split fseeko.c into fseeko.c and ftello.c, move #ifdefs into the build system.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21874 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-10 19:35:41 +00:00
diego
b2c4df0543 Move #ifdef directives around complete files into the build system.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21873 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-10 19:07:42 +00:00
diego
d1f409719c GNU/kFreeBSD support, closes Bugzilla #704.
patch by Petr Salinger, Petr.Salinger seznam cz


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21866 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-10 14:56:23 +00:00
diego
e311db3344 CONFIG_DTS was renamed to CONFIG_LIBDTS in FFmpeg.
patch by Vladislav Naumov, vladislav.naumov gmail com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21862 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-10 13:20:08 +00:00
diego
8665071a0e Remove superfluous CONFIG_X11_GRAB_DEVICE_DEMUXER=no.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21850 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-07 11:52:46 +00:00
reimar
d5bdde3b18 Set default values for proc and iproc for x86_32 case.
They will also be used for runtime cpudetection (and fixes compilation of that).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21841 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-06 17:50:12 +00:00
reimar
c9614cb422 move runtime cpu detection check after detection of host architecture,
since it uses the host architecture to check if it is supported.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21825 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-05 10:05:05 +00:00
diego
18a6a24925 100l syntax error
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21757 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-24 02:05:18 +00:00
diego
6b3fb8a7c9 cosmetics: Fix indentation after last commit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21756 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-24 00:45:26 +00:00
diego
4830ec1716 Run less CPU checks when runtime CPU detection is enabled.
inspired by a patch from Zuxy Meng, zuxy.meng gmail com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21755 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-24 00:43:09 +00:00
diego
b8a070b99a Exit when runtime CPU detection is requested on unsupported arches.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21754 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-24 00:10:19 +00:00
diego
69891eb990 Rename x86 test to x86_32 and provide an x86 test for both x86_32 and x86_64.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21753 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-24 00:08:57 +00:00
diego
0ff3dfbf90 Extend runtime CPU detection to x86-64.
inspired by a patch from Zuxy Meng, zuxy.meng gmail com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21752 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-23 23:55:58 +00:00
diego
07e24dd787 Fix disabling individual demuxers, parsers and decoders
based on a patch by Nicolas Baradakis, nbk sitadelle com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21735 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-23 02:47:38 +00:00
diego
e72cb98ab0 cosmetics: Rename variables to simplify upcoming patches.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21734 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-23 01:08:51 +00:00
diego
c79f94209a Remove x11grab hack, it's now disabled by default in FFmpeg.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21733 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-23 00:10:33 +00:00
reimar
d46bda5fe3 Color console had a big bug nobody noticed, so mark this feature as
unsupported, since that is what it seems to be.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21670 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-18 18:55:46 +00:00
reimar
e77e273b3d Compilation fix hacks: disable libavformat X11 grabber and
move -L flags from _libs_mplayer to _ld_extra


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21623 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-15 09:41:39 +00:00
corey
2427b71459 Add missing redirect to /dev/null.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21611 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-13 23:24:29 +00:00
diego
fa5ab5c257 Ugly hotfix for --disable-mencoder.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21607 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-13 10:59:14 +00:00
reimar
f4b7a0e4d1 Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed
ASAP, too, though


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21604 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-12 20:29:30 +00:00
diego
33763370c0 Fix --extra-libs-mplayer and --extra-libs-mencoder.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21590 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-11 10:23:33 +00:00
reimar
01a497c0c5 10l, forgot to add _inc_x11 to X11 cc check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21588 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-11 08:59:43 +00:00
reimar
f13de61088 Better default CFLAGS for non-gnu, non-intel compilers
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21585 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-10 22:12:48 +00:00
reimar
c0d15a1516 Add x11 include path only to _inc_extra if X11 is actually enabled.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21574 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-10 15:10:46 +00:00
reimar
7d4e8a36bb Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in general.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21572 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-10 14:07:08 +00:00
nplourde
f4e41d5209 do not force arch and isysroot in osx
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21540 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-09 00:09:45 +00:00
nplourde
56acf06a21 force ppc arch and 10.3.9 sys lib on ppc mac
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21504 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 23:56:03 +00:00
reimar
b20ee9dff3 Move cddb "autodetection" so it also works for libcdio
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21496 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 20:28:27 +00:00
reimar
84c2a2c927 Add full support for en-/disabling cddb support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21495 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 20:20:32 +00:00
diego
8413c966a8 Use fallback XAnim and Real codecs directories when autodetection is skipped.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21451 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-02 20:54:51 +00:00
diego
af70335917 Remove warning about missing codecs directory, the condition is always true.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21450 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-02 20:49:35 +00:00
diego
cbe3bc8899 Add /usr/local/lib and /usr/local/include to the linker/compiler
search paths by default. Closes bug #650.
patch by sci-fi (at) hush (dot) ai


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21379 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-29 11:07:30 +00:00
diego
6add846d7c sdl-config --libs under mingw32 will give -lmingw32, which leads to
multiple definition of main and causes subsequent feature checks to fail.
patch by Zuxy Meng, zuxy.meng gmail com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21377 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-29 10:33:42 +00:00
aurel
0eb06c7bda Sync with FFmpeg changes for encoder/decoder registration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21371 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-29 08:55:24 +00:00
diego
0810e42750 Make MPlayer/MEncoder print the compile-time configuration in verbose mode.
based on a patch by Brian Murray, brian game-sat com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21358 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-28 18:29:24 +00:00