Commit Graph

579 Commits

Author SHA1 Message Date
arpi fa788640e2 applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson <finlayson@live.com>
see <http://www.live.com/mplayer/> for details.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6911 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 00:39:07 +00:00
diego 86e0ec837d It all started with fixing a few dangling links...
... and ended in a spellchecking orgy...
... configure should now have reasonably correct output.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6882 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-03 22:48:41 +00:00
arpi 98861b8f69 It makes sense to me to try and use any locally installed win32 DLLs
found under $prefix before trying the system-wide ones.
patch by Jim Radford <radford@robotics.caltech.edu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6853 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-30 19:06:51 +00:00
atmos4 6227d15210 quit on unknown parm
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6842 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-30 12:24:26 +00:00
atmos4 982c1f9872 remove CYGWIN_BIG_TYPES, as it breaks st_size member of stat struct
(it is remapped to __st_size64, which is never set when calling stat()), this
is needed for an upcoming libmpdvdkit cygwin patch.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6824 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-27 18:33:44 +00:00
rfelker 9852524069 fixed missing result when --disable-divx4linux is specified
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6770 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-23 15:13:00 +00:00
albeu ade4ea7404 vd_xvid need divx.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6724 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-13 12:02:57 +00:00
atmos4 0c0b59c992 fix tv bazze
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6715 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-12 03:26:46 +00:00
albeu 5319a8118a Support for Xvid using their new api. If divx4 compatiblity is disabeled
in xvid it can be used along with divx4.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6702 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-10 20:56:57 +00:00
atmos4 ae424d9c03 enable mpdvdkit on cygwin, too,
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6689 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-10 03:02:11 +00:00
atmos4 1f4292346a Temp workaround for athlon-xp/athlon-mp/etc optimization clash, where xp was wrongly chosen (only real XP supports SSE)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6676 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-08 23:29:02 +00:00
arpi d038772c8c detectin of __restrict keyword - patch by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6659 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-06 15:20:10 +00:00
arpi 4bddfad993 * Link with -lossaudio and/or -li386 only when needed
* Fix iconv detection
patch by Björn Sandell <biorn@dce.chalmers.se>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6635 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-03 22:17:33 +00:00
arpi 18ef05cc25 trivial but nice fix for /dev/video? detection by "Julian J.M."
<bandit@telecable.es>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6592 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-28 19:30:10 +00:00
atmos4 e3f40cf939 Patch by Dominik Mierzejewski:
The first one makes CONFDIR work correctly at last
and the second adds DESTDIR to ./configure, so that it generates
a relocateable Makefile and then a packager needs only to do
make DESTDIR=$RPM_BUILD_ROOT install


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6546 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 08:23:48 +00:00
atmos4 0b8054d7ad wtf..10l to dunno..only use x11_common.c when x11 is detected
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6451 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-16 14:03:54 +00:00
atmos4 56d5ebb2fc Support for dvdnav-config script, patch by Christian Ohm <chr.ohm@gmx.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6439 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-15 23:55:06 +00:00
rfelker e169cd3b7f K6 is NOT a 686!! this causes SIGILL in libavcodec encoding!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6435 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-15 10:08:33 +00:00
rfelker 30c46d129a == is a bash2 extension; the proper test for numeric equality is -eq
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6434 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-15 09:32:11 +00:00
atmos4 a242c68b9d Also check in LIBDIR/real for the codecs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6433 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-15 09:21:18 +00:00
atmos4 3b22c881a8 Enable RealPlayer DLLs on cygwin.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6432 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-15 09:11:33 +00:00
arpi 5d3ed7324c realplayer8 installs at /usr/local/RealPlayer8 by default...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6423 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-14 00:35:06 +00:00
atmos4 08d3dc0b23 Proper gcc 3.1 cpu optimization autodetect, patch by Luca Barbieri <ldb@ldb.ods.org>
Please check on pre-3.1 gcc to make sure everythings correct.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6422 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-13 22:44:28 +00:00
atmos4 96961f6ea7 Darwin/Mac OS X dvd support. Patch from Joey Parrish <joey@yunamusic.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6421 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-13 22:39:59 +00:00
atmos4 d704ca0b5c Small fix for real check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6413 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-13 11:53:22 +00:00
nexus 289750a92f add FreeBSD default dir
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6412 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-13 09:47:22 +00:00
atmos4 d32c4241da Implement Nilmoni's and Bernd Ernesti's patches for:
Better real codec dir detection and NetBSD real support.
Fix Nilmonis code, so it's working like expected.
Move a debug printf to mp_msg and some fixes in demux_real.c.
Some cosmetics :) -> RealPlayer 8 to RealPlayer, as RealOne (aka RealPlayer 9 works, too)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6405 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-13 00:14:28 +00:00
atmos4 08c6183cfb Luke Harrison <luke@vv.carleton.ca>
This patch fixes a very simple little error in configure's
help screen.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6403 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-12 23:01:23 +00:00
jaf 9ae789f6ca cdda added to input/notinput
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6389 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-11 22:58:50 +00:00
albeu 3be2d75562 Support for playing audio cds using cdparanoia. Include a raw audio
demuxer wich can be used for other purpose.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6385 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-11 14:29:51 +00:00
nexus 62a35580dc FreeBSD Real support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6380 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-10 16:19:46 +00:00
arpi 0cf4405ca3 realplayer dll support autodetected (requires linux && -ldl)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6348 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-09 01:19:48 +00:00
arpi c93c93eb26 cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6335 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-07 22:41:26 +00:00
atmos4 c121045354 small g3 optflags upd
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6324 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-07 02:44:16 +00:00
atmos4 6568365c12 10l fix for cpuinfo exec after G3 changes and beatify cc check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6319 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-06 22:58:18 +00:00
atmos4 82c2987659 Setup better cflags for PPC G3 patch by Colin Leroy <colin@colino.net>. IMHO needs improvements for other ppc cpus, too.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6314 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-06 16:46:05 +00:00
arpi 5a1dc02ec1 cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6303 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-04 20:11:15 +00:00
arpi a90a0bc8b4 don't run help_diff on english help
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6290 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-03 20:41:39 +00:00
arpi 8d44c8231d automatically adding untranslated messages to help_mp.h from english master file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6286 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-03 17:48:19 +00:00
pl 8d36b5de78 bugfix for cygwin (reports 2.95.3-5)
spotted by "Sycotic Smith" <sycotic@linuxmail.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6280 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-03 14:18:13 +00:00
rfelker c74b550a87 The "(use this option if it does not compile)" text only made sense
when the default was enabled. Now it's nonsense, removed.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6264 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-01 23:51:55 +00:00
arpi 0afd67891e -updates vo_directfb (+configure&makefile) according to planned changes
in dfb interface v. 0.9.11 (by Sven Neumann)
-misstyped VEQ_CAP_HUE comparism fix (by Antonio Daplas)
-videomode change support working (me)
patch by Jiri.Svoboda@seznam.cz


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6263 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-01 22:20:19 +00:00
pl 27e3edb07a avoids stripping the binary at install if debugging or profiling is enabled
(original patch by Balazs Tibor <tibcu@sch.bme.hu> - edited for simplicity)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6241 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-30 14:26:35 +00:00
jaf be031d73ae arts added to 'Disabled optional drivers'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6237 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-30 11:42:55 +00:00
arpi a7a603d298 fixed arts detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6228 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-29 21:23:19 +00:00
pl 6eef611840 small fix for arts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6217 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-28 09:48:45 +00:00
atmos4 d1981e9fa5 aRts audio out support by Michele Balistreri <brain at email.it>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6215 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-28 01:52:40 +00:00
jaf 2aa7abdc00 if LANGUAGES=help_mp-??_??.h fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6200 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-26 22:18:59 +00:00
pl c79050c108 gcc -dumpversion seems less error prone (tested with 2.95.4 3.0.4 and 3.1)
Suggested by Okki <okki666@nerim.net>

Added gcc-3.1 and gcc-3.0 in the find-a-sane-compiler loop


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6197 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-26 13:41:08 +00:00
pl 37e42a149b The 3 X11 checks (header/lib/functionnality) are now together.
Tests for header & lib enhanced (check for Xlib.h and libX11.so/a)
(Suggestion by Arpi)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6192 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-25 21:43:02 +00:00
arpi a98272633e - keeps configure from generating a core when a buggy giflib is found
- swaps -lgif with -lungif to give compression preference over uncompressed
by Joey Parrish <joey@yunamusic.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6170 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-23 20:38:27 +00:00
alex 6d85762976 changed disabled vidix message
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6161 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-23 14:49:13 +00:00
alex 5c7cdd2197 some visual changes and applied Ulrich Hecht's 64bit fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6159 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-23 14:38:40 +00:00
arpi c835270280 big cosmetics patch, cleanup of messages printed by mplayer and libs.
some printf->mp_msg conversion, and some debug messages moved from warn/info to v/dbg2
mplayer's output is now shorter, readable and consistent


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6139 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-20 03:25:26 +00:00
arpi 376e46cbf1 catching SIGILL instead of dumping core - patch by Steven M. Schultz <sms@2BSD.COM>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6130 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-20 00:01:14 +00:00
arpi aab9f7a085 compile with '-g' by default for .developer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6120 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-18 17:45:26 +00:00
pl ae754f40fb gif support: added tests with the X11 libs (required by some lib(un)gif)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6116 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-18 09:21:35 +00:00
jaf 8183bedd24 only include when necessary
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6092 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-14 12:37:37 +00:00
jaf 8852e42fc7 two more lines for dvb ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6089 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-14 09:39:13 +00:00
arpi e365511791 better gif89 detection by pl <p_l@gmx.fr>, based on patch by Joey Parrish <joey@yunamusic.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6080 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 20:52:10 +00:00
albeu b6a7934eb5 Initial support for dxr2. Based on patch from Tobias Diedrich <ranma@gmx.at>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6070 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 13:15:40 +00:00
pl 927c55fb02 lib(un)gif detection fix (linking should be sufficient) and it avoids the message
'Checking for GIF89a support ... ./configure: line 2349:  1123 Segmentation fault      "$TMPO" >>"$TMPLOG"
no'


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6069 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-13 12:28:00 +00:00
arpi 54027c1464 libgif detection extended
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6067 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-12 23:37:06 +00:00
arpi 278b3ae129 various openbsd and general warning fixes - patch by Björn Sandell <biorn@dce.chalmers.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6058 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-12 02:18:52 +00:00
arpi c00658414e -vo gif - by Joey Parrish <joey@yunamusic.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6054 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-12 01:07:25 +00:00
pl 20cce1151e patchs by Björn Sandell <biorn@dce.chalmers.se>:
- --disable-select affects more than the oss audio
 - openbsd and netbsd oss support for non-x86
 - ar/AR cleanups as '$(AR)' defaults to 'ar' with make


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6037 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-10 01:50:17 +00:00
pl d0afb257b9 netbsd and/or lfs workaround (fixes a textbusy error)
(problem reported by Bernd Ernesti <mplayer@lists.veego.de>)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6036 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-10 01:23:15 +00:00
arpi 4d5fb240db BSDI dvd.h detect fix by Steven M. Schultz <sms@2BSD.COM>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6030 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-09 09:04:08 +00:00
pontscho 1bff6e8bc3 some bugfix, x[11|mga|v] ( fullscreen with more files )
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6014 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-08 16:41:44 +00:00
pl 411bc4af1e patchs for NetBSD by Bernd Ernesti <mplayer@lists.veego.de>:
- the libmpdvdkit auto check works fine after adding the netbsd check to the linux
  and freebsd one
- NetBSD only support MTRR after 1.5X, so libdha/mtrr.c needs a small patch
  to only enable it for versions after 1.5X.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6012 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-07 21:51:47 +00:00
arpi f958fc46bc enable libfame only for dxr3/dvb owners by default, libfame check moved right after libmp1e check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5961 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-03 22:13:06 +00:00
atmos4 4bf6dad4cf More verbose error reporting to configure.log for SDL and fix a long pustanding bug, with type mismatch in test-compile-code (affected eg. cygwin, too)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5955 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-03 20:29:20 +00:00
atmos4 9d883ac048 Add Darwin (MacOS X) detection and configuration and modify compiler check to check through defined-cc, gcc3, cc to find good compiler. Abort on first good compiler.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5948 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-03 19:00:54 +00:00
jaf dc545e7b68 add something like 'Optimizing for: i686 mmx mmx2 sse'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5944 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-03 09:43:36 +00:00
arpi 178757d887 linux/cdrom.h detection fix by Denis Ducamp <Denis.Ducamp@hsc.fr>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5939 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-02 11:50:39 +00:00
arpi 8ee92150f8 more compatible libpng version check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5901 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-29 16:24:22 +00:00
arpi c041927ead only freebsd has BSD-style dvd_struct? - enable dvdkit only for linux+freebsd
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5892 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-28 21:05:09 +00:00
atmos4 0a945c970b DFB 0.9.10 update patch by Jiri.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5891 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-28 20:20:06 +00:00
arpi 7b7beb219b mpdvdkit vs. bsd fixed?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5888 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-28 17:34:58 +00:00
arpi 0b474f14a1 oss detection fix for bsd
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5886 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-28 17:25:10 +00:00
arpi 55b93890d6 openbsd updates by Björn Sandell <biorn@dce.chalmers.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5881 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-28 01:30:04 +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
ksorim 4e365e63cc Runtime cpu detection is disabled by default.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5863 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-27 12:25:48 +00:00
pl b509c4a94a fix for latest alsa (sys/asoundlib.h has been moved to alsa/asoundlib.h)
cleanups for "usr/src/DVB/ost/include" detection
small cosmetic fixes


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5856 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-27 01:25:32 +00:00
jaf a9c22ff423 corrected what felix made buggy ;-)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5842 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-26 19:11:13 +00:00
atmos4 e602a125f0 Allow disabling of libfame and allow to enforce (not) building libavcodec.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5841 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-26 17:18:02 +00:00
atmos4 d678725306 Disable vidix on cygwin for now.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5839 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-26 15:35:00 +00:00
nexus 505af4f01d FreeBSD fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5825 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-25 09:30:47 +00:00
arpi b236121043 define HAVE_LINUX_DVD_STRUCT
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5821 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-24 21:34:41 +00:00
arpi 9ab8950460 defines USE_MPDVDKIT
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5819 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-24 21:17:22 +00:00
arpi 79f3869154 runtime cpustuff disabled by default - it was tested enough
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5817 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-24 20:33:12 +00:00
arpi 27a59e4c70 libdir changed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5815 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-24 20:00:13 +00:00
arpi 6d83d1d109 enable dvdkit only for linux, bsd* and solaris
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5814 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-24 19:37:10 +00:00
arpi 2014140415 disable vidix for non-x86 by default
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5809 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-24 02:02:50 +00:00
arpi c866586725 fix system_name case
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5808 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-24 01:54:37 +00:00
pontscho 74ce925bb3 add headers detection for mpdvdkit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5802 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-23 16:29:13 +00:00
jaf 36c34f60c4 bugfixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5783 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-22 09:31:13 +00:00
arpi 30d06c10e0 libac3 .S compile test (binutils) removed - noticed by Lars Bamberger <Lars.Bamberger@gmx.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5780 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-21 23:07:44 +00:00
pontscho e1a3e103b8 add libmpdvdkit lib
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5778 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-21 21:18:28 +00:00
jaf 5ebae7dc7f more infos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5756 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-21 02:44:25 +00:00