voroshil
56397298ff
remove ugly #include from tvi_bsdbt848.c
...
(better detection of bt848 headers)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22952 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-09 13:18:06 +00:00
diego
bf3fff69ca
Move TOOLS/cpuinfo.c into the root directory.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22950 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-09 11:30:26 +00:00
diego
3099d0da16
There was a fallback value for libtheora linker flags, but it was never added
...
to the right variable that collects linker flags.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22917 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-06 09:22:28 +00:00
cehoyos
8eadfc0b43
Fix compilation after FFmpeg r8619.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22913 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-04 00:58:18 +00:00
diego
2868cadfff
Use "generic" optimization instead of 686 as default for runtime-cpudetection
...
if available. It promises to deliver optimal performance on a collection of
comtemporary CPUs.
patch by Zuxy Meng, zuxy.meng gmail com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22906 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-03 13:16:46 +00:00
diego
f52aafce6a
Move QNX-specific settings next to the other OS-specific settings.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22865 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-31 23:02:36 +00:00
uau
9cb5c193c3
Set CONFIG_EBP_AVAILABLE, CONFIG_EBX_AVAILABLE for FFmpeg
...
After FFmpeg r8549 these variables are used in libavcodec to determine
whether x86 inline asm sections using these registers or requiring a
certain total number of total free registers are enabled. Because they
were not set by MPlayer configure some H264 decoding optimizations were
disabled after that FFmpeg version. This change sets the variables to
true unconditionally which should restore previous behavior. Adding
proper detection is left for later.
EBX should always be available because internal libavcodec is never
compiled with PIC. However if -fomit-frame-pointer is not used because
of --enable-debug then EBP is not available. Thus proper detection would
be preferable to fix compilation with --enable-debug on x86. Currently
the variables are also set on non-x86 which should be harmless even if
somewhat ugly.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22848 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-30 22:57:04 +00:00
diego
929e2c51ef
Remove stray variable that was causing tests to fail randomly.
...
patch by Gianluigi Tiesi, mplayer netfarm it
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22840 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-29 09:27:36 +00:00
diego
4a8f9a9eec
OpenGL reportedly works fine on Mac OS X, see Bugzilla #784 .
...
So I'm removing the automatic disabling to give it more widespread testing.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22839 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-29 09:26:21 +00:00
nicodvb
47f12e5698
replaced ! with not as adviced by Reimar
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22838 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-28 20:24:15 +00:00
nicodvb
0ed766566a
don't disable vidix_internal on sparc/x86 when vidix==auto (this damn diff made me twist the log)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22836 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-28 19:14:53 +00:00
diego
7a370b589f
Fall back on plain awk during the awk test. It should be safe to assume
...
that some sort of awk is installed on the system.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22820 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-25 17:38:50 +00:00
diego
f01fb5f30b
Unconditionally add -li386 to LDFLAGS on OpenBSD/x86-32.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22815 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-24 20:16:34 +00:00
diego
48cea610fb
Move the addition of basic include flags to configure.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22812 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-24 19:44:15 +00:00
diego
e9b9881ec7
Error out if the libavutil subdirectory is unavailable.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22810 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-24 19:29:55 +00:00
cehoyos
aa6a492a94
Fix comment about defining HAVE_POSIX_SELECT
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22771 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-21 08:44:45 +00:00
diego
653d16096e
Conditionally compile vf_bmovl.c instead of enclosing all of the file
...
in #ifdef HAVE_POSIX_SELECT.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22770 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-21 08:29:46 +00:00
diego
d6a63f429f
Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line
...
with the other HAVE_ #defines throughout the codebase.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22769 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-21 08:24:20 +00:00
diego
247e9ac3ff
--enable-win32 was renamed to --enable-win32dll.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22754 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 22:09:53 +00:00
diego
907fd7f426
Remove commented-out Cygwin CFLAGS settings.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22740 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 00:04:03 +00:00
diego
8c3f78b90d
Move setting Cygwin specific CFLAGS to configure.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22739 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 00:03:00 +00:00
diego
6b1d86d213
The -Wdeclaration-after-statement test needs a C program.
...
Noticed by Carl Eugen Hoyos.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22737 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 23:54:51 +00:00
nicodvb
a09d3e1bc7
check that definition of prototype of sysi86(int, void*) doesn't conflict; fixed compilation in opensolaris
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22733 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 22:18:11 +00:00
diego
132dd09be9
Move setting CXXFLAGS to configure.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22731 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 21:58:28 +00:00
diego
2e3f329ce9
Add live555 include flags to EXTRAXX_INC, not EXTRA_INC.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22729 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 21:21:38 +00:00
nicodvb
dcdc721ed9
shared libavcodec is not at all broken/obsolete, but simply discouraged
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22728 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 20:52:41 +00:00
diego
148dd28490
Group (system-specific) CFLAGS settings together.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22727 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 20:33:20 +00:00
diego
078fda08bd
Move Cygwin specific #define setting to system OS-specific settings section.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22726 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 20:25:02 +00:00
diego
0e87b16e17
Move setting of TARGET_WIN32 together with other Win32 settings.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22725 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 20:21:52 +00:00
diego
0caf01cab1
Rename win32 variable to the more sensible name win32dll.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22724 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 20:15:57 +00:00
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