aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Collapse)AuthorAge
...
* this test needed fixing tooGravatar gabucino2001-11-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2895 b3059339-0415-0410-9bf9-f77b7e298cf2
* added --enable-static optionGravatar gabucino2001-11-14
| | | | | | | more possible "Unknown parameter" fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2893 b3059339-0415-0410-9bf9-f77b7e298cf2
* left an empty lineGravatar gabucino2001-11-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2892 b3059339-0415-0410-9bf9-f77b7e298cf2
* hmm this is probably a better place for the check, as only theGravatar gabucino2001-11-14
| | | | | | | Intel stuff has to be overwritten. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2891 b3059339-0415-0410-9bf9-f77b7e298cf2
* --target and some Intel checks fixedGravatar gabucino2001-11-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2889 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixGravatar gabucino2001-11-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2887 b3059339-0415-0410-9bf9-f77b7e298cf2
* why not autodetecting lirc?Gravatar jaf2001-11-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2864 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD fixGravatar nexus2001-11-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2863 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix typosGravatar nexus2001-11-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2862 b3059339-0415-0410-9bf9-f77b7e298cf2
* added --enable-tv and --disable-tv (default is disabled)Gravatar alex2001-11-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2822 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer does not need -ldivxencoreGravatar pl2001-11-11
| | | | | | | mencoder does git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2812 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning for unknown parameters is quite enoughGravatar nick2001-11-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2796 b3059339-0415-0410-9bf9-f77b7e298cf2
* unkow parameter fix.Gravatar pontscho2001-11-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2784 b3059339-0415-0410-9bf9-f77b7e298cf2
* memalign detection cleanupGravatar pl2001-11-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2775 b3059339-0415-0410-9bf9-f77b7e298cf2
* Somebody wanna drink some cola?Gravatar lgb2001-11-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2753 b3059339-0415-0410-9bf9-f77b7e298cf2
* FF_POSTPROCESS shouldn't be defined if there is no ffmpeg's libavcodec foundGravatar pl2001-11-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2752 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvb test, /dev/ost/video:Gravatar jkeil2001-11-06
| | | | | | | | Check for character device (-c) instead of file existance (-e), the -e test is not available on solaris' /bin/sh. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2744 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move yuv2rgb to postprocessGravatar nick2001-11-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2733 b3059339-0415-0410-9bf9-f77b7e298cf2
* autodetecting for dvb-cardsGravatar jaf2001-11-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2728 b3059339-0415-0410-9bf9-f77b7e298cf2
* -lm for ffmpeg detect Christian Marillat <marillat@free.fr>Gravatar arpi2001-11-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2716 b3059339-0415-0410-9bf9-f77b7e298cf2
* Quick hack to don't use ldivxencode on systems where it'S not installed.Gravatar atmos42001-11-05
| | | | | | | | | This should be improved: add compile check to configure (with sth. from encore2.h I guess), seperate divxdecore and encore as only one of them could possibly be installed, add ifdefs to code so it doesn't spit errors about missing headers if no divx4 is present. (I don't currently have installed divx4 so I only did the quick hack for first). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2704 b3059339-0415-0410-9bf9-f77b7e298cf2
* problems with --with-sdl-config (option ignored)Gravatar pl2001-11-05
| | | | | | | added --with-{gtk,glib}-config git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2701 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed -fomit-frame-pointer hack in favour of CFLAGS warning I previously ↵Gravatar atmos42001-11-04
| | | | | | added (this should also fix profiling and maybe some non-x86 build). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2700 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoids spitting bad compilation messages at the user when sthg does not workGravatar pl2001-11-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2663 b3059339-0415-0410-9bf9-f77b7e298cf2
* checkin for xanim support, also --disable-xanim and --with-xanimlibdir ↵Gravatar alex2001-11-03
| | | | | | option added git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2658 b3059339-0415-0410-9bf9-f77b7e298cf2
* dxr3 support by David Holm <dholm@telia.com>Gravatar arpi2001-11-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2645 b3059339-0415-0410-9bf9-f77b7e298cf2
* added macros for weirdos (irix/sunos)Gravatar pl2001-10-31
| | | | | | | | | | fixed some messages rewrite OS names if necessary (irix/cygwin) added mips known type {sdl,sdl11,gtk,gtk12,glib,glib12}-config autodetection git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2595 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable stream cache by default.Gravatar atmos42001-10-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2526 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD use /usr/local/lib, /usr/local/includeGravatar nexus2001-10-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2525 b3059339-0415-0410-9bf9-f77b7e298cf2
* nick ! what did you do???Gravatar jaf2001-10-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2501 b3059339-0415-0410-9bf9-f77b7e298cf2
* Suppress implicit usage of /usr/local stuffGravatar nick2001-10-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2500 b3059339-0415-0410-9bf9-f77b7e298cf2
* sorryGravatar nick2001-10-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2498 b3059339-0415-0410-9bf9-f77b7e298cf2
* libffmpeg.so supportGravatar nick2001-10-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2497 b3059339-0415-0410-9bf9-f77b7e298cf2
* gtk12-config detectionGravatar laaz2001-10-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2491 b3059339-0415-0410-9bf9-f77b7e298cf2
* added detection of zlibGravatar alex2001-10-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2483 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixGravatar nexus2001-10-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2480 b3059339-0415-0410-9bf9-f77b7e298cf2
* I was wrong: test didn't workGravatar pl2001-10-25
| | | | | | | | 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
* did not compileGravatar pl2001-10-25
| | | | | | | | (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
* The last irix64 patch looks broken to me, trying to fix.Gravatar jkeil2001-10-25
| | | | | | | 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
* added irix64()Gravatar pl2001-10-25
| | | | | | | | 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
* blahGravatar atmos42001-10-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2459 b3059339-0415-0410-9bf9-f77b7e298cf2
* MIPS support by oliver.schoenbrunner@jku.atGravatar arpi2001-10-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2451 b3059339-0415-0410-9bf9-f77b7e298cf2
* more gcc 2.96...Gravatar arpi2001-10-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2444 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc 2.96...Gravatar arpi2001-10-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2443 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanups in --help message (easier to read I hope)Gravatar pl2001-10-23
| | | | | | | autodetection of libmad git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2436 b3059339-0415-0410-9bf9-f77b7e298cf2
* damn logic (fix did not fix completely)Gravatar pl2001-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2428 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed --disable-win32 bugGravatar pl2001-10-23
| | | | | | | cleanups git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2426 b3059339-0415-0410-9bf9-f77b7e298cf2
* mad audio supportGravatar arpi2001-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2422 b3059339-0415-0410-9bf9-f77b7e298cf2
* better FreeBSD iconv implementationGravatar nexus2001-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2359 b3059339-0415-0410-9bf9-f77b7e298cf2
* #undef USE_STREAM_CACHE > config.hGravatar arpi2001-10-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2324 b3059339-0415-0410-9bf9-f77b7e298cf2