ben
a6bff74c78
removed ivtv driver dependancy in favor of native V4L2 MPEG API (requires Linux 2.6.18 and above)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19998 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-27 20:26:38 +00:00
corey
43011c75f0
vo_caca: use the pre-1.x compatibility layer so recent
...
versions of libcaca still work.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19985 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-26 23:43:21 +00:00
diego
33832856df
Replace preprocessor hacks to work around compilers not supporting named
...
assembler arguments with a proper configure check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19894 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-18 16:48:50 +00:00
diego
01b53ae335
configure should fall back on -mcpu=pentium4 if -mcpu=prescott
...
and -mcpu=nocona are not supported.
patch by Sergey Svishchev, svs+mplayer grep ru
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19892 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-18 16:24:16 +00:00
diego
0f0ba7b7b9
Add --disable-dvdnav to help output.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19884 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-18 12:17:41 +00:00
ods15
1b8971d82e
Add demux_nut to MPlayer repo
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19867 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-17 09:32:28 +00:00
diego
d5e203a52c
The recent renaming of the gcc-checking switches to gcc-check was incomplete.
...
patch by Timo Kanera, timo kanera de
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19863 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-16 21:21:41 +00:00
nicodvb
8bab2f0d70
removed superflous -I in the dvdnav section; patch by Timo Kanera - timo kanera de
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19855 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-16 14:33:41 +00:00
diego
b32aa254f9
Fix Irix build with gcc < 3.x, closes Bugzilla #572 .
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19838 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-14 18:29:24 +00:00
diego
af06a4425b
Move conditional compilation to the build system.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19807 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-12 08:42:01 +00:00
nicodvb
b39852672b
detect dvdnav before mpdvdkit and dvdread; if dvdnav is set mplayer will use the version of dvdread embedded in dvdnav
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19769 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-09 19:35:55 +00:00
gpoirier
90a9cdaa9e
Add support for POWER5 as found on IBM eServer OpenPower 720
...
(cpuinfo returns POWER5 (gr)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19720 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-06 16:31:32 +00:00
diego
5a45cb6492
-lm needs to come before -laudio to avoid link errors in the NAS check.
...
patch by Bernd Ernesti, mplayer-dev-eng [{at}] lists [{dot}] veego [{dot}] de
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19640 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-02 15:48:21 +00:00
diego
63a2e5b07f
Check for requirements at configure-time, not at run-time.
...
patch by Vladimir Voroshilov, voroshil <at> gmail <dot> com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19614 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-31 19:00:09 +00:00
diego
490175e71b
cosmetics: Fix ugly one-space indentation in radio check.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19611 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-31 18:35:32 +00:00
nicodvb
43e33c6538
split in 2 'horribly long line'
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19605 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-30 22:28:48 +00:00
nicodvb
eae1896f51
make sure opt.h is present when detecting libavformat
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19603 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-30 22:25:26 +00:00
nicodvb
5ee88aea4d
accept dvdnav version >= 0.2.0; the previous code failed because the check test 020 -ge 0110 failed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19597 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-29 21:09:58 +00:00
reimar
acf654cf8f
Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19574 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-28 17:05:18 +00:00
diego
442425c52d
Reenable some encoders even for MPlayer-only compilation, some filters need it.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19560 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-27 21:51:09 +00:00
diego
6f8fde64fc
Only add include flags if cc_check succeeded.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19559 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-27 21:05:42 +00:00
diego
df424c30bc
Make --with-x11libdir and --with-mlibdir consistent with --with-*libdir.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19554 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-26 22:13:07 +00:00
diego
c85dd2b2ad
Remove superfluous --with-termcaplib option.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19553 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-26 20:55:53 +00:00
diego
9927cb669d
Add --extra-libs option to pass linker flags.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19552 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-26 20:53:37 +00:00
diego
86beebc55d
Remove --with-madlibdir option, it never worked anyway.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19542 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-26 17:10:26 +00:00
diego
31f26e9a3f
Disentangle toolame CFLAGS and LDFLAGS handling.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19531 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-25 14:28:39 +00:00
diego
824796ca11
Disentangle libdv and vorbis linker flags.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19530 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-25 13:32:22 +00:00
diego
60bebad4d2
Fix .align is a power of two check.
...
hint by Philippe, phildev at mac com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19528 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-24 22:39:26 +00:00
gpoirier
bb3048bbec
fix trailing space problem, which was preventing fontconfig to get compiled
...
Patch by Eric Auerswald % auerswal A unix-ag P uni-kl P de %
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19492 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-22 08:12:20 +00:00
diego
e8f5c06e76
support for disabling/enabling bitmap font support from configure
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19491 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 23:19:11 +00:00
diego
5c5881750f
Remove unused variable.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19486 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 20:21:03 +00:00
diego
0902464941
cosmetics: Fix indentation after last commit.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19479 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 16:24:45 +00:00
diego
0913763c6d
Properly disable tests that depend on X.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19478 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 16:24:16 +00:00
diego
a5a9d4f689
Remove superfluous variable settings.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19475 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 09:34:12 +00:00
diego
3fb54d2e99
cosmetics: indentation fix after last commit
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19473 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 00:42:34 +00:00
diego
7248febbfb
Remove duplicate check for $_faad_external = auto.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19472 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 00:42:07 +00:00
diego
4efeffa1d3
Only run the check for external FAAD if internal FAAD is not used.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19471 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 00:39:48 +00:00
nicodvb
d9961ce7c5
disable dvdnav if dvdnav-config is not present; patch by Ivo -ivop euronet nl-
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19464 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-20 11:03:19 +00:00
diego
10c94ffde9
The X11 header check looks in $_extra_inc that contains directories in the
...
format "-I/opt/X11", which won't work when 'test' is used to find the headers.
based on patch by Jan Knutar, jknutar (at) nic (dot) fi
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19462 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-20 10:01:18 +00:00
iive
cf8daf54a2
Fix xv and xinerama force on --enable-*
...
The previous commit changed the conditions of check execution to match Diego's semantics
(execute check only on 'auto'), but the 'else' case forces detection to 'no',
even if previous --enable-* had set it to 'yes'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19456 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-19 19:10:27 +00:00
diego
3b856c96c7
Some more consistency for the conditions under which tests are run.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19439 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-18 16:04:16 +00:00
diego
ba1ead6fe0
Also add uint_fast64_t to config.h when "int_fastXY_t in inttypes.h"
...
test failed, fixes compilation on Sparc.
patch by Zuxy Meng, zuxy.meng $$@$$ gmail $$dot$$ com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19438 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-18 14:44:09 +00:00
diego
77b4259600
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19437 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-18 13:58:03 +00:00
nplourde
7df4a327ad
fix missing symbol when compiling with live support on mac osx
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19432 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-18 01:15:46 +00:00
diego
0769cbd75c
10l: Also rename configure option for gcc check.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19431 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-17 23:41:51 +00:00
diego
e8ebdfe224
Rename gcc_checking variable to gcc_check.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19430 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-17 23:40:11 +00:00
reimar
f0fd719118
Add -Wdeclaration-after-statement to CFLAGS if available to ensure people
...
won't miss this requirement and thus don't have to fix it later.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19423 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-17 15:11:10 +00:00
nicodvb
d33b968ebf
support for dvdnav is now auto-detected; removed support for dvdnav-dir
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19401 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-14 21:48:20 +00:00
diego
02f8775055
stupid typo in previous commit: lavc_mpegaudio_hp --> libavcodec_mpegaudio_hp
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19394 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-14 14:43:38 +00:00
diego
70b43a4177
Add a switch for disabling high precision mpeg audio decoding in libavcodec.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19391 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-14 12:32:36 +00:00