diego
6c4d007414
Move -I. to the front of CFLAGS, works around problems with headers from
...
other projects having the same names as MPlayer ones.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22742 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 00:10:38 +00:00
diego
f439934b28
Remove commented-out -Wall CFLAGS, can be set from configure/config.mak.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22741 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 00:07:34 +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
michael
7054aa378d
video filters i maintain ...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22738 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 00:02:49 +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
diego
298ea20c97
Move -I. and -I.. to the front of CFLAGS so that headers in the root directory
...
take precedence over ones in the subdirectories.
This works around the problem of confusing the two copies of xvmc_render.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22736 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 23:18:09 +00:00
diego
5f6965df5d
Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22735 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 22:49:37 +00:00
cehoyos
e2c0f539f6
Added myself, as suggested by Diego
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22734 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 22:49:05 +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
e72f48c19f
Merge CFLAGS lines.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22732 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 22:11:32 +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
rtogni
7bb75adb60
Support multiple tags in a single line and tags on the same line as the
...
<smil> signature.
Fixes http://www.cartalk.com/Radio/Show/01.smil
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22730 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 21:39:52 +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
gpoirier
8b486ef376
sync with r22637
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22722 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 17:38:09 +00:00
rtogni
3eae6645ec
Support application/smil as mimetype for smil-over-realrtsp
...
Fixes rtsp://www.russiantvonline.com/smils/live.smil
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22721 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 16:50:26 +00:00
compn
85dc887036
add ffbmp decoder, cant figure out fourcc bit so use format for avi...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22720 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 16:33:04 +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
compn
efa7170803
add new audio and video codecs to libavcodec list
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22718 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 16:14:25 +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
compn
26b8a9436b
add some updates
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22716 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 14:38:16 +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
d8d5f03239
Remove empty directory.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22714 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 13:08:10 +00:00
michael
f605cf5f93
fix full range (jpeg yuv) chroma
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22713 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 12:31:53 +00:00
attila
01c2a013f8
cosmetics, fix indentation
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22712 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 11:04:47 +00:00
attila
15121545dd
allow horizontal resolutions >1024 in case we have a G550
...
(actualy in case mga_vid doesn't deny it)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22711 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 11:03:34 +00:00
attila
4efc6b8372
sync mga_vid.h to the one in the mga_vid repo.
...
removes one commented include and adds a define
no incompatible change
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22710 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 10:52:41 +00:00
diego
f20d1b16a8
Move files from radeon/ subdirectory here.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22709 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 21:27:42 +00:00
compn
a261d54b01
add fourcc for dxa files, approved by diego
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22708 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 21:21:04 +00:00
diego
8f191b6d44
Remove radeonfb, the version in the Linux kernel is much better.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22707 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 21:01:37 +00:00
compn
aa03d96676
add ffdxa , works on samples/game-formats/dxa/epic.dxa
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22706 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 19:58:10 +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
diego
167f5e989c
'make install' now takes care of most manual installation steps for *_vid.o.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22704 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 19:48:53 +00:00
diego
b5abaa0a52
Nuke MIPS-specific compiler bug workaround, it's unlikely to help anyway.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22703 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 18:25:15 +00:00
diego
e916b43fdc
wording/spelling/grammar/updates/cosmetics
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22702 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 17:53:00 +00:00
diego
4c715947af
Merge Makefile from radeon/ subdirectory into this one.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22701 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 15:53:30 +00:00
diego
db454784b1
Create device nodes upon install.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22700 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 15:52:29 +00:00
compn
b312ea16c0
update release number
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22699 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 15:42:03 +00:00
diego
36125350e4
Introduce OBJS variable for the list of objects to build.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22698 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 15:41:04 +00:00
compn
f9c809a87b
add ffdca decoder
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22697 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 15:28:02 +00:00
diego
7b87730dac
Remove support for 2.5.x kernels.
...
It's just a bunch of ugly #ifdef conditionals and probably does not work
with later 2.5.x versions anyway. For 2.6.x there is an external version.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22696 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 15:12:58 +00:00
diego
2fcdd48268
Add a link to Attila's mga_vid port to Linux 2.6.x.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22695 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 15:01:16 +00:00
diego
631b6b4b53
Remove useless compilation commands that are provided by builtin rules.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22694 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 14:01:50 +00:00
diego
53a7ba6ae4
Merge test rules using general pattern.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22693 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 14:00:34 +00:00