diego
6a970e783d
gcc -dumpmachine outputs x86_64-something on some machines and
...
amd64-something on others. Handle both cases. Fixes bug #325 .
patch by Pawel Sakowski < pawel __ dot __ sakowski __ dot __ pl >
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16868 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-26 20:40:19 +00:00
diego
9e4d986a30
Extra processor information needs to be known in the x86_64 case as well
...
for x86_64 optimizations to get enabled.
patch by Corey Hickey < bugfood-ml __ at __ fatooh __ dot __ org >
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16851 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-25 13:28:07 +00:00
gabucino
52043e983f
fixing the unverified patch (one of the millions) commited by:
...
Attila "I'll ban you forever" Kinali AKA KotH teh idiot,
date: 2003/10/04 23:06:04 rev 1.779
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16850 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-25 11:52:49 +00:00
lorenm
ff48164f90
sync to x264 r334 (crf)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16847 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-24 04:39:18 +00:00
diego
23efec2b19
support for prescott, nocona and pentium-m processors
...
based on a patch by Corey Hickey < bugfood-ml . at . fatooh . dot . org >
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16834 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 13:55:23 +00:00
diego
935f3b3350
Add a comment to an esac where the case is very far away.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16833 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 13:13:12 +00:00
diego
76c7a0e9d7
Simplification of the system_name check and the PPC CPU type check.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16832 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 12:39:47 +00:00
diego
268c88a4fb
Add a comment to else clauses where the if is very far away.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16831 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 11:26:36 +00:00
aurel
7cb2c21193
add cross-compiling support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16805 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-18 21:48:09 +00:00
aurel
2b7e9844b6
replace all the direct $TMPO calls by a tmp_run() function call
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16804 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-18 21:44:14 +00:00
aurel
d1f3dd4bcc
replace mp3lame version detection by required features detection
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16803 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-18 21:40:17 +00:00
aurel
6c95f845f5
modify DirectFB version detection so that it only requires pre-processing
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16802 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-18 21:37:28 +00:00
aurel
408e0a5764
modify alsa version detection so that it don't require running the generated binary
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16801 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-18 21:34:54 +00:00
aurel
d95e6a4df7
add a cxx_check function to simplify C++ libs checking
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16800 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-18 21:30:43 +00:00
rfelker
f14258084c
remove nonsense break statements that do nothing..
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16783 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-17 04:51:34 +00:00
diego
c6c363b347
Add MIPS64 detection.
...
patch by Luca Barbato < lu_zero == at == gentoo == dot == org >
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16781 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-16 17:44:58 +00:00
diego
a66210ff32
Extend the network test to also check the socket libs.
...
patch by Derek E. Lewis < dlewis -- at -- solnetworks -- at -- net >
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16770 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-15 10:46:24 +00:00
rfelker
55052bf710
third time is lucky, eh? last workaround broke netbsd, which apparently also has a broken noncompliant implementation of tr. if it still doesn't work... blame someone else. :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16760 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-14 00:16:04 +00:00
diego
45adb1eb8f
Put networking lib linker flag checks in the order they were before the
...
configure cleanup. Fixes build on Solaris.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16736 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-11 23:44:08 +00:00
rfelker
f1e2fc9dde
solaris bug workarounds, take 2..
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16732 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-11 22:50:23 +00:00
rfelker
ef74dd7f13
work around (buggy?) solaris tr. hope this helps.. please report if its still broken
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16725 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-11 04:37:38 +00:00
lorenm
9b1096e251
sync to x264 r318 (mixed_refs)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16713 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-08 22:28:27 +00:00
iive
42613b0ea2
typo fix at (_)ld_dl
...
patch by jb13 at gomerbud com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16712 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-08 20:43:41 +00:00
henry
d05960762c
detect Centaur CPUs (Winchip, VIA C3)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16682 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-05 19:52:13 +00:00
diego
5b2ce5274f
faac vs _faac typo fix by Giacomo Comes < comes -- at -- naic -- dot -- edu >
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16681 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-05 19:39:31 +00:00
diego
0958cf761b
Shut up jack pkg-config.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16669 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-04 22:47:13 +00:00
diego
0d7300028e
Use pkg-config to detect theora dependencies.
...
patch by j -- at -- thing -- dot -- net
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16661 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-04 17:58:11 +00:00
reimar
42d22708d9
General cleanup: do not link -lm multiple times, use for...in loops instead
...
of some if..elif constructs etc.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16652 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-03 19:36:32 +00:00
diego
f64add860a
Expose MSG_USE_COLORS in config.h.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16634 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-02 16:14:43 +00:00
rsf
b383ffa4b7
"LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16573 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 22:35:04 +00:00
diego
7a558dbfde
CONFIG_RISKY is long gone from FFmpeg.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16553 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 00:55:51 +00:00
diego
81b93f7e7a
libavformat now requires CONFIG_(DE)MUXERS #defines.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16552 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 00:55:11 +00:00
nexus
4b87be4a09
add FreeBSD default cd/dvd devices
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16508 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-17 19:51:41 +00:00
diego
00f59bd9ae
1000l bug fix: The CONFIG_LIBAVUTIL variable needs to be passed the value
...
of the libavutil test, not some random temporary variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16501 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-16 12:12:48 +00:00
aurel
cb30e1edd5
fix expanding of $_ld_dl when needed by iconv
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16496 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-15 22:39:38 +00:00
reimar
36dd71db3c
echores cleanup, introduce _res_comment variable to easily output additional
...
information.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16460 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-12 10:05:06 +00:00
nplourde
0e5dd90bf2
only make the check for osx api if system is darwin
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16456 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-11 15:02:49 +00:00
nplourde
ed3d28817c
removed dep for perl_check on osx
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16455 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-11 14:50:33 +00:00
iive
5951f5b836
better _comment in echores
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16454 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-11 12:45:34 +00:00
iive
a047ffb2ca
Separate _freetype=no from the comment, this fixes the fontconfig bug without need of forcing "no"
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16452 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-11 10:57:28 +00:00
nplourde
71df60afc8
perl check for macosx
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16445 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-10 18:44:17 +00:00
henry
4655eb7787
- remove useless /dev/video* checks
...
- add a proper configure check for v4l2
- prepare for videodev2.h removal
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16443 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-10 18:38:23 +00:00
reimar
8a2a84dc51
Make sure _freetype is either yes or no, otherwise fontconfig might be enabled
...
even without iconv (and thus freetype) support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16442 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-10 18:23:40 +00:00
michael
a852d6f262
CONFIG_GPL for lavc
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16441 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-10 17:03:35 +00:00
reimar
1bf4d61c1e
enable vidix on AMD64, at least for nVidia it seems to work.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16394 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-04 23:02:30 +00:00
reimar
c23359b19b
a libmpcdec version with our patches was released (but I did not yet test it).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16393 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-04 22:42:01 +00:00
ods15
4d58623130
Remove many annoying GTK includes in every compile line and remove GTK
...
stuff from mp_msg by using a wrapper function.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16375 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-03 15:19:52 +00:00
reimar
dbe33c933e
likely() and unlikely() macros to help (newer) compilers optimize correctly
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16369 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-03 08:53:48 +00:00
henry
9dadabac73
ENCA uses -lm
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16314 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-26 19:08:28 +00:00
henry
5580ea1fcb
X11 can use pthread (fixes --enable-static)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16313 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-26 19:00:36 +00:00