summaryrefslogtreecommitdiffstats
path: root/Makefile
<
Commit message (Collapse)AuthorAgeFilesLines
...
* MP1E configure patch by D. Holm.atmos42001-12-101-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3433 b3059339-0415-0410-9bf9-f77b7e298cf2
* compiling g72xarpi2001-12-101-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3426 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanup? libs reordered. some more bugs. 10l won't be enough...arpi2001-12-101-32/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3422 b3059339-0415-0410-9bf9-f77b7e298cf2
* compiling and linking liba52 tooarpi2001-12-091-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3407 b3059339-0415-0410-9bf9-f77b7e298cf2
* CC version check done by Makefile to allow overriding CC from envvararpi2001-12-091-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3391 b3059339-0415-0410-9bf9-f77b7e298cf2
* -lm moved to the end of lib listarpi2001-12-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3356 b3059339-0415-0410-9bf9-f77b7e298cf2
* Readd NAS lib, something else missing? Please better check your cvs commits ↵atmos42001-12-051-1/+1
| | | | | | or at least read cvslog with care. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3341 b3059339-0415-0410-9bf9-f77b7e298cf2
* added DIRECTFB_LIB to VO_LIBS to compile using vo_directfb ;)alex2001-12-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3339 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support for the libmp1e ultrafast mpeg1 realtime encoder. This makes ↵mswitch2001-12-041-7/+11
| | | | | | rte obsolete. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3328 b3059339-0415-0410-9bf9-f77b7e298cf2
* -ao NAS support by Tobias Diedrich <ranma@gmx.at>arpi2001-12-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3277 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo DirectFB support by Jiri Svoboda <Jiri.Svoboda@seznam.cz>arpi2001-12-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3276 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reinvent Nexus last fix (wrong local merger on last commit)atmos42001-11-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3205 b3059339-0415-0410-9bf9-f77b7e298cf2
* Newest DXR3 patch (improved 1.0rc2) by David Holm.atmos42001-11-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3202 b3059339-0415-0410-9bf9-f77b7e298cf2
* fli.c requirednexus2001-11-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3180 b3059339-0415-0410-9bf9-f77b7e298cf2
* fli.c requirednexus2001-11-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3178 b3059339-0415-0410-9bf9-f77b7e298cf2
* AV_LIB should appear before EXTRA_LIBnexus2001-11-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3177 b3059339-0415-0410-9bf9-f77b7e298cf2
* configure cleanups:pl2001-11-271-9/+8
| | | | | | | | | | | | | | | | a few typos a few reordering (C src / _blah=no / cc_check && _blah=yes) preliminary support to display a summary of enabled modules at the end of the run of ./configure (only AO & VO right now/check for _{a,v}omodules) cleanups of config.mak : X_LIBS gathered everything and whatever - no longer the case Makefile cleanups to match the ones done in config.mak NB: it still compiles here (but I'm pretty sure this will break on some systems :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3162 b3059339-0415-0410-9bf9-f77b7e298cf2
* (on atmos's suggestions I found good :)pl2001-11-231-11/+19
| | | | | | | | | | default is autodetection (if lame and divxencore libs found then compile it) use --enable-mencoder or --disable-mencoder to alter this behavior Makefile modified accordingly (uninstall and other ifeq...) removed XMM_* since XMMP no longer there git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3080 b3059339-0415-0410-9bf9-f77b7e298cf2
* added dynamic linking flags runtime detection (-rdynamic - also now MPlayer ↵alex2001-11-201-2/+5
| | | | | | compiles and runs fine under QNX) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3029 b3059339-0415-0410-9bf9-f77b7e298cf2
* last part of changes since around configure 230 appliedpl2001-11-171-1/+19
| | | | | | | | (lirc in autodetect, VO2 support) blocks sorted for ao/vo (video/video+audio/audio) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2948 b3059339-0415-0410-9bf9-f77b7e298cf2
* mencoder+tv fix - do not rebuild after cvs change for developersalex2001-11-161-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2930 b3059339-0415-0410-9bf9-f77b7e298cf2
* new variable STATICgabucino2001-11-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2894 b3059339-0415-0410-9bf9-f77b7e298cf2
* Precised profile stuffnick2001-11-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2833 b3059339-0415-0410-9bf9-f77b7e298cf2
* msvidc.c addedarpi2001-11-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2829 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer does not need -ldivxencorepl2001-11-111-1/+1
| | | | | | | mencoder does git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2812 b3059339-0415-0410-9bf9-f77b7e298cf2
* Installing mencoder and mencoder.1 if executable mencoder was compiled ↵lgb2001-11-061-0/+2
| | | | | | before issuing make install git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2754 b3059339-0415-0410-9bf9-f77b7e298cf2
* MEncoder compile fiy by marpet.atmos42001-11-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2727 b3059339-0415-0410-9bf9-f77b7e298cf2
* Quick hack to don't use ldivxencode on systems where it'S not installed.atmos42001-11-051-1/+1
| | | | | | | | | 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
* divx4_vbr -> mplayer integrationarpi2001-11-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2643 b3059339-0415-0410-9bf9-f77b7e298cf2
* kurva gui.pontscho2001-11-021-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2628 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2001-11-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2608 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixedarpi2001-11-011-14/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2605 b3059339-0415-0410-9bf9-f77b7e298cf2
* added support for mencoder (compile with 'make mencoder')alex2001-10-311-8/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2602 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_odivx disabledarpi2001-10-291-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2529 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change linking order cause it caused probs for Steve M Schulz (or so ;)atmos42001-10-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2527 b3059339-0415-0410-9bf9-f77b7e298cf2
* CSS_INC include flags are now needed in libmpdemux, to compile dvdauth.cjkeil2001-10-251-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2467 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch from Oliver Schoenbrunner <oliver.schoenbrunner@jku.at>michael2001-10-251-5/+2
| | | | | | | note:i couldnt apply the last part because it didnt compile on my system then git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2463 b3059339-0415-0410-9bf9-f77b7e298cf2
* MIPS support by oliver.schoenbrunner@jku.atarpi2001-10-241-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2451 b3059339-0415-0410-9bf9-f77b7e298cf2
* Independed compilation of SUBDIRSnick2001-10-241-4/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2445 b3059339-0415-0410-9bf9-f77b7e298cf2
* ima4 addedarpi2001-10-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2423 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmad (ARM) patch by jeroen.dobbelaere@acunia.comarpi2001-10-231-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2416 b3059339-0415-0410-9bf9-f77b7e298cf2
* xanim addedarpi2001-10-231-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2406 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add uninstall target, patch by Clemens Wächter <clemenswaechter@yahoo.com>atmos42001-10-221-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2386 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdemuxer...arpi2001-10-201-5/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2311 b3059339-0415-0410-9bf9-f77b7e298cf2
* cpu detection fixedarpi2001-10-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2273 b3059339-0415-0410-9bf9-f77b7e298cf2
* symlinking fixgabucino2001-10-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2248 b3059339-0415-0410-9bf9-f77b7e298cf2
* added YV12 scalerarpi2001-10-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2220 b3059339-0415-0410-9bf9-f77b7e298cf2
* integrated new postproc codearpi2001-10-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2185 b3059339-0415-0410-9bf9-f77b7e298cf2
* tests with '[ ]' changed to 'test'pl2001-10-111-6/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2171 b3059339-0415-0410-9bf9-f77b7e298cf2
* test -e -> -darpi2001-10-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2162 b3059339-0415-0410-9bf9-f77b7e298cf2
* compile and install fibmap_mplayer ofly if libcss is used. gmplayer link is ↵arpi2001-10-051-2/+12
| | | | | | created git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2094 b3059339-0415-0410-9bf9-f77b7e298cf2
* BSD/OS supportarpi2001-10-051-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2090 b3059339-0415-0410-9bf9-f77b7e298cf2
* root->0 (bsd compatible) [lez]arpi2001-09-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2004 b3059339-0415-0410-9bf9-f77b7e298cf2
* add gui support to config scripts, and fixed some warning.pontscho2001-09-271-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1992 b3059339-0415-0410-9bf9-f77b7e298cf2
* native codec 'rle' addedarpi2001-09-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1949 b3059339-0415-0410-9bf9-f77b7e298cf2
* GUI support (--enable-gui)arpi2001-08-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1695 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable mediaLib support for Solaris on UltraSPARC CPUsjkeil2001-08-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1681 b3059339-0415-0410-9bf9-f77b7e298cf2
* new message printing systemarpi2001-08-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1563 b3059339-0415-0410-9bf9-f77b7e298cf2
* ac3/spdif patch by German Gomez Garcia <german@piraos.com>arpi2001-08-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1529 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use USE_WIN32DLL define instead of ARCH_X86 to decide whether or not to compilejkeil2001-08-141-6/+3
| | | | | | | | | | | Win32 DLL code into mplayer. Default for USE_WIN32DLL is enabled on x86 machines, disabled otherwise. Use of Win32 DLLs can be disabled on x86 using the --disable-win32 configure option. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1518 b3059339-0415-0410-9bf9-f77b7e298cf2
* seek.c moved to demuxer.c, stream_reset in new_demuxer()arpi2001-08-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1498 b3059339-0415-0410-9bf9-f77b7e298cf2
* MOV file support - not works yetarpi2001-08-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1491 b3059339-0415-0410-9bf9-f77b7e298cf2
* stream opening -> open.c, initialframes ignoredarpi2001-08-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1468 b3059339-0415-0410-9bf9-f77b7e298cf2
* seeking code moved out from mplayer.c -> seek.carpi2001-07-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1406 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added StrongARM crosscompiling support by Maksim Krasnyanskiy <maxk at ↵atmos42001-07-281-17/+9
| | | | | | qualcomm.com> and fixed a --datadir bug in configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1396 b3059339-0415-0410-9bf9-f77b7e298cf2
* parse_es moved out from mplayer.c (it was included as .c file)arpi2001-07-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1377 b3059339-0415-0410-9bf9-f77b7e298cf2
* argh. -d fixed. fixed?arpi2001-07-201-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1357 b3059339-0415-0410-9bf9-f77b7e298cf2
* install -D changed to -darpi2001-07-201-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1355 b3059339-0415-0410-9bf9-f77b7e298cf2
* DivX4Linux supportarpi2001-07-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1350 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added some directory existance tests to the distclean and depend targets, sojkeil2001-07-141-3/+11
| | | | | | | | that the user can disable the libavcodec code by removing/renaming the libavcodec subdirectory once again. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1320 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reorder dependancies a bit, all *.o *.a files depend on version.h, this allowsjkeil2001-07-131-2/+12
| | | | | | | parallel builds using "gmake -j N" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1316 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some preliminary support for non-x86 architectures to mplayerjkeil2001-07-121-7/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1310 b3059339-0415-0410-9bf9-f77b7e298cf2
* video codec stuff moved to dec_video.carpi2001-07-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1292 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffmpeg supportarpi2001-07-061-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1280 b3059339-0415-0410-9bf9-f77b7e298cf2
* OPTFLAGS vs. INCLUDES cleanuparpi2001-06-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1235 b3059339-0415-0410-9bf9-f77b7e298cf2
* Maybe the problem with including wine headers from /usr/local/include/ ↵lgb2001-06-221-1/+1
| | | | | | instead of from mplayer source has been eliminated git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1196 b3059339-0415-0410-9bf9-f77b7e298cf2
* According an idea, mplayer now can use external setuid root wrapper to do ↵lgb2001-06-181-3/+12
| | | | | | FIBMAP ioctl (requires root priv). Also, a serious bug was fixed in dvdauth.c made by some guy when mixing old and new style CSS API into dvdauth.c ;-) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1164 b3059339-0415-0410-9bf9-f77b7e298cf2
* streaming is optional: --enable-streamingarpi_esp2001-06-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1061 b3059339-0415-0410-9bf9-f77b7e298cf2
* make dep - missing version.h fixedarpi_esp2001-06-071-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1053 b3059339-0415-0410-9bf9-f77b7e298cf2
* Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>arpi_esp2001-06-061-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1043 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix -lasound -lesd.pontscho2001-06-051-1/+1
| | | |