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

1645 Commits

Author SHA1 Message Date
diego
8501cc9301 Give variable names for static FFmpeg libraries a '_a' suffix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23118 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-26 11:19:29 +00:00
diego
080a144f20 AMR-NB fixed-point mode external library support was removed from FFmpeg.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23114 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-25 19:32:53 +00:00
diego
516f359f15 cosmetics: Rename Makefile variables CONFIG_VIDIX_* --> VIDIX_*.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23112 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-25 08:40:43 +00:00
diego
167bafa26f cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23111 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-25 08:38:04 +00:00
diego
5a8c8aadef cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23110 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-25 08:35:35 +00:00
diego
6272b52224 typo: mingw --> mingw32
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23108 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-25 07:22:28 +00:00
cehoyos
f9f58e22e0 CONFIG_EBX_AVAILABLE & CONFIG_EBP_AVAILABLE are now called
HAVE_EBX_AVAILABLE & HAVE_EBP_AVAILABLE.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23105 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-24 23:46:42 +00:00
ben
0caed087de allows cross-compilation for PPC target when using a toolchain defined as powerpc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23099 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-23 17:40:25 +00:00
diego
6c6f7ba5fd Set _audio_input to yes for V4L2 as well.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23093 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-23 07:28:48 +00:00
diego
2fbdb55289 Add Makefile variable for audio input that is enabled by V4L or radio capture.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23088 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-22 20:43:28 +00:00
diego
ba82f36061 Add Makefile variable for either internal or external VIDIX.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23086 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-22 20:19:00 +00:00
nicodvb
7cc6f7384b include inttypes.h in the check for dvdnav
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23084 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-22 20:03:09 +00:00
diego
3b97b07397 Intel's Conroe-L makes use of extended models, so adjust CPU detection
routines accordingly.
patch by Zuxy Meng, zuxy.meng gmail com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23027 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-20 18:57:09 +00:00
diego
089111224d Report if internal, external of dvdnav version of dvdread is used.
patch by Yaroslav, yar_tour mail ru


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22998 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-15 12:06:48 +00:00
diego
eb7cd2b33e Disabled VCD support under Cygwin, it fails to link.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22997 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-15 11:56:52 +00:00
diego
063b449fcc Update amr-nb and amr-wb checks for changes in FFmpeg.
patch by Zuxy Meng, zuxy.meng gmail com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22995 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-15 11:33:02 +00:00
ben
4d63a78277 added vidix driver for Permedia2 cards from upstream vidix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22992 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-14 10:52:40 +00:00
ben
cc5038c8d9 added conditional vidix drivers compilation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22991 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-14 10:39:17 +00:00
diego
2a8a9ccc76 Remove *ancient* ldd debugging junk.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22968 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-11 08:56:30 +00:00
voroshil
fe5f586f11 Rework of *BSD BT848 detection for radio://
to reuse recently added BT848 interface headers detection
code.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22966 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-11 05:39:09 +00:00
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