Stefano Pigozzi
f05013cf86
mangle: change preprocessor define for macosx
...
__DARWIN is still not defined, use __APPLE__ instead
2012-08-01 08:46:20 +02:00
wm4
0744d99c5d
Fix compilation of vf_fspp on OSX
...
OSX mangles symbols with "_".
2012-07-31 23:36:43 +02:00
wm4
94b7db20bc
configure: remove pointless checks for yasm etc.
...
mplayer doesn't use yasm, as or ranlib. They were only needed to
build with internal libav, which is gone.
Also, get rid of nm. nm was used to find out how external symbols are
mangled. Replace this by a platform check in mangle.h. As far as I
know, sane systems don't mangle symbols. Windows prefixes them with
an underscore ("_symbol"). I don't know about OSX.
2012-07-29 00:22:13 +02:00
reimar
42ec82c1e5
Use configure code to define PIC instead of duplicating the check in mangle.h.
...
While it is currently not necessary, it might be a good idea to move this outside
the x86-only block in configure, as well as adding -pie to LDFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29877 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-11-10 13:08:36 +00:00
reimar
2ccdd44e84
Add a comment that the PIC handling in mangle.h is duplicate also in
...
configure and libavutil and fixes to one should be applied to the others, too.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29854 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-11-08 15:39:54 +00:00
reimar
8bac9079bf
Support x86_64 + PIC in mangle.h, needed for OS X 64 bit compiles.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29642 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-09-04 09:50:17 +00:00
reimar
e8b2345562
Include config.h in mangle.h, fixes make checkheaders.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28163 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-19 09:43:19 +00:00
reimar
6ad1f58ab8
Simplify the definition of MANGLE, possibly also makes it easier to support more systems.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28151 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-15 13:53:07 +00:00
diego
9fafed66bc
license header consistency cosmetics
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28144 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-13 12:31:07 +00:00
diego
39090878e5
Replace informal GPL notes by standard GPL header.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28140 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-12-13 12:13:48 +00:00
diego
2b9e1bf0fa
Move attribute_used declaration from config.h to mangle.h where it is useful.
...
config.h should only contain definitions, no logic.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27781 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-10-16 18:13:06 +00:00
diego
8efb2fa21c
Add MPLAYER_ prefix to multiple inclusion guards.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26061 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-02-22 09:09:46 +00:00
diego
d53ff2ca72
Consistently use just the name of the #ifdef directive in #endif comments.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25574 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-01 20:00:20 +00:00
diego
3e9e4acd8d
Do not use leading underscores in multiple inclusion guards, they are reserved.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23709 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-02 22:34:45 +00:00
nplourde
a3713ceb29
add support for intel mac. mp3lib is not fixed yet.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18105 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-15 20:46:54 +00:00
faust3
316635bb35
MINGW32 port
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9763 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-30 20:11:25 +00:00
atmos4
f1c44b1f65
OpenBSD && ELF fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8250 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-22 09:00:42 +00:00
atmos4
56f26c7ee5
Flush from my local tree, probably more future safe mangle decision of OpenBSD, in case they switch over to ELF.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6827 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-28 11:07:30 +00:00
arpi
30d0116d16
OpenBSD, NetBSD portability patches by
...
Björn Sandell <biorn@dce.chalmers.se>
Marcus <core@antbear.org>
Bernd Ernesti <mplayer@lists.veego.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5873 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-27 22:42:27 +00:00
arpi
99d5604011
OS2 support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5284 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 18:40:54 +00:00
atmos4
4c78cc3b38
mangle.h does symbolmangling on win32
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4244 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 04:40:21 +00:00