1
mirror of https://github.com/mpv-player/mpv synced 2024-10-26 07:22:17 +02:00
Commit Graph

208 Commits

Author SHA1 Message Date
nexus
e10e0f45ca typo fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2480 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-26 09:50:04 +00:00
pl
545ad8c358 I was wrong: test didn't work
changed "test !" to simpler constructions where used
added a : which avoided compilation


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2468 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-25 13:32:48 +00:00
pl
21d7c09388 did not compile
(btw irix test was ok: "test ! foo" means "not foo" but the comment
 was misleading)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2466 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-25 12:40:21 +00:00
jkeil
69673cdc24 The last irix64 patch looks broken to me, trying to fix.
Add X11 include&lib autodetect for solaris (/usr/openwin/{include,lib})


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2465 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-25 12:28:22 +00:00
pl
efa761daf0 added irix64()
original patch for irix64 by Martin Decky - slightly modified
replaced a "$_cc blah" by "cc_check" (SGI audio)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2464 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-25 11:46:50 +00:00
atmos4
b6e8e7860a blah
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2459 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-24 22:41:17 +00:00
arpi
b842217f07 MIPS support by oliver.schoenbrunner@jku.at
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2451 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-24 14:02:19 +00:00
arpi
afc0724236 more gcc 2.96...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2444 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-24 03:09:23 +00:00
arpi
8b32cf14e5 gcc 2.96...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2443 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-24 03:04:14 +00:00
pl
688a1034e7 cleanups in --help message (easier to read I hope)
autodetection of libmad


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2436 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-23 18:32:55 +00:00
pl
ffa3a86b12 damn logic (fix did not fix completely)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2428 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-23 15:13:51 +00:00
pl
3781f455ea fixed --disable-win32 bug
cleanups


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2426 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-23 14:56:58 +00:00
arpi
0efaea716f mad audio support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2422 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-23 13:59:10 +00:00
nexus
43e4f2c792 better FreeBSD iconv implementation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2359 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-22 07:43:32 +00:00
arpi
3bf10039fd #undef USE_STREAM_CACHE > config.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2324 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 23:53:43 +00:00
arpi
881e5d0783 libdemuxer...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2311 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 18:49:08 +00:00
nick
e7e64459a2 vo_vesa support. Should be written better.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2243 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-17 18:17:50 +00:00
atmos4
637fd1b065 Added notice about CFLAGS and added -fomit-frame-pointer to be always used.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2240 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-17 15:53:15 +00:00
arpi
13c43f2bd3 ffmpeg postprocess
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2229 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-16 23:30:38 +00:00
jaf
833b109e49 link fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2226 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-16 17:51:26 +00:00
pl
2749975763 "function f()" non supported by FreeBSD's /bin/sh
"if ! true" construction neither
(thanks to Bohdan 'Nexus' Horst <nexus at irc.pl>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2194 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-13 20:14:05 +00:00
pl
b8facdc35e added functions :
+ cc_check() replaces "$_cc" "$TMPC" -o "$TMPO" "$@" >/dev/null 2>&1
 + die() replaces echo "Error blah" / flush tempfiles / exit
 + boolean OS macros : linux() bsd() bsdos() freebsd() openbsd()
   (note: bsd = bsdos || freebsd || openbsd)
changed handling of directories with "for" loops (tempdir && css detection)
added XXX where things need to be checked for a particular OS
removed unnecessary tempfile flush
modified a few if... which were not obvious to read for more readability
reidented the --help message for it to be more "80-char-wide-terms" aware
changed a few echo ... echo ... echo ... to cat <<EOF
enabled THREAD_SAFE's flags for BSD's and Linux (-D_REENTRANT)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2191 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-13 16:53:37 +00:00
arpi
84bf387404 integrated new postproc code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2185 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-13 15:33:13 +00:00
nexus
5166fb0647 fix typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2175 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-12 08:42:20 +00:00
nexus
5ec72e78b7 optimize iconv detection \n malloc.h useless in FreeBSD
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2174 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-12 08:31:48 +00:00
pl
b794a50c73 patch by "Steven M. Schultz" <sms@2BSD.COM> for BSD/OS support of iconv
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2173 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-12 07:56:54 +00:00
pl
c8ee780ef8 cleanups: [ ... ] changed to test ...
cleanups: [ ... -a ... ] changed to test ... && test ...
cleanups: [ ... -o ... ] changed to test ... || test ...
fix: added -D_THREAD_SAFE for Linux


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2172 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-11 23:41:43 +00:00
arpi
3bf5010cd1 LANG=C added. idea by pl <p_l@gmx.fr>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2165 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-11 12:25:20 +00:00
atmos4
af9bf8bd95 I guess now xinerama works better :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2153 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-10 13:56:26 +00:00
atlka
0a5c47a028 modifications to use iconv(3) function to recode text of subs (autodetect)
added option -subcp <cpname> # for example cp1250, latin2 etc.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2152 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-10 13:07:42 +00:00
arpi
eb3e904f7c Xinerama screen size fix by Lev Babiev <harley@hosers.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2150 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-10 01:48:54 +00:00
arpi
296cb62800 vo_gl2.c added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2126 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-07 21:36:29 +00:00
arpi
136687678e more on gcc 2.96
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2112 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-06 15:38:56 +00:00
arpi
e2d5cc56c0 -lm added to -lGL, Sergei Golubchik <sergii@pisem.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2097 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-05 16:32:15 +00:00
arpi
423e6107f2 compile and install fibmap_mplayer ofly if libcss is used. gmplayer link is created
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2094 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-05 13:39:43 +00:00
atmos4
010450f8f9 Fixed RTFM notice.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2091 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-05 09:29:27 +00:00
arpi
2164dcdbe8 BSD/OS support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2090 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-05 00:39:54 +00:00
arpi
a25b2273f8 divx4 detection patch by Pawel Kot <pkot@linuxnews.pl>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2029 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-01 09:56:53 +00:00
atmos4
155ce824e9 Typo in help
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2024 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-30 14:55:18 +00:00
pontscho
2a59fbf120 add gui support to config scripts, and fixed some warning.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1992 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-27 17:40:43 +00:00
arpi
d9ea94cfda tdfxfb yuv driver by Zeljko Stevanovic <zsteva@ptt.yu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1980 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-27 12:23:54 +00:00
arpi
07452f11ca gui fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1934 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-22 01:05:39 +00:00
jkeil
2110d5959a -q flag for grep does not exist for all versions of grep. Just redirect output
to /dev/null


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1919 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-18 19:03:58 +00:00
atmos4
1a5a182f38 Enable Alpha Code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1909 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-18 13:45:38 +00:00
atmos4
c295d755bb Fix broken memalign detect.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1905 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-17 16:18:18 +00:00
laaz
c4fa3e3cba Removed my fuckin' debug stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1904 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-17 15:16:58 +00:00
laaz
1a3cbadcc3 Added X 4.0 DPMS support for configure script
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1903 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-17 15:04:09 +00:00
nick
e68809a015 ffmpeg compatible MEMALIGN definition
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1891 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-13 07:28:11 +00:00
jkeil
7b9aa1f110 Add support for libdvdread-0.9.0
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1876 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-09 18:02:50 +00:00
atmos4
3406fd6b97 OggVorbis lib detection, manual language selection and some minor stuff.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1827 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-09-01 19:36:44 +00:00