aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Collapse)AuthorAge
* This commit adds initial support for Quicktime Animation (RLE) video. ItGravatar melanson2001-12-23
| | | | | | | also fixes a FLI function name (FLI is not an AVI decoder). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3688 b3059339-0415-0410-9bf9-f77b7e298cf2
* native opensourec Cinepak (CVID) codec by im Ferguson ↵Gravatar arpi2001-12-21
| | | | | | <timf@mail.csse.monash.edu.au> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3644 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch by Adam Di Carlo <adam@onshore-devel.com>:Gravatar pl2001-12-16
| | | | | | | | | * Makefile: use a mandir setting, default to ${prefix}/man; this lets us override it for Debian for instance which uses /usr/share/man rather than /usr/man git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3520 b3059339-0415-0410-9bf9-f77b7e298cf2
* dshow switched to C versionGravatar arpi2001-12-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3452 b3059339-0415-0410-9bf9-f77b7e298cf2
* MP1E configure patch by D. Holm.Gravatar atmos42001-12-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3433 b3059339-0415-0410-9bf9-f77b7e298cf2
* compiling g72xGravatar arpi2001-12-10
| | | | 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...Gravatar arpi2001-12-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3422 b3059339-0415-0410-9bf9-f77b7e298cf2
* compiling and linking liba52 tooGravatar arpi2001-12-09
| | | | 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 envvarGravatar arpi2001-12-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3391 b3059339-0415-0410-9bf9-f77b7e298cf2
* -lm moved to the end of lib listGravatar arpi2001-12-06
| | | | 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 ↵Gravatar atmos42001-12-05
| | | | | | 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 ;)Gravatar alex2001-12-05
| | | | 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 ↵Gravatar mswitch2001-12-04
| | | | | | 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>Gravatar arpi2001-12-03
| | | | 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>Gravatar arpi2001-12-03
| | | | 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)Gravatar atmos42001-11-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3205 b3059339-0415-0410-9bf9-f77b7e298cf2
* Newest DXR3 patch (improved 1.0rc2) by David Holm.Gravatar atmos42001-11-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3202 b3059339-0415-0410-9bf9-f77b7e298cf2
* fli.c requiredGravatar nexus2001-11-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3180 b3059339-0415-0410-9bf9-f77b7e298cf2
* fli.c requiredGravatar nexus2001-11-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3178 b3059339-0415-0410-9bf9-f77b7e298cf2
* AV_LIB should appear before EXTRA_LIBGravatar nexus2001-11-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3177 b3059339-0415-0410-9bf9-f77b7e298cf2
* configure cleanups:Gravatar pl2001-11-27
| | | | | | | | | | | | | | | | 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 :)Gravatar pl2001-11-23
| | | | | | | | | | 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 ↵Gravatar alex2001-11-20
| | | | | | 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 appliedGravatar pl2001-11-17
| | | | | | | | (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 developersGravatar alex2001-11-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2930 b3059339-0415-0410-9bf9-f77b7e298cf2
* new variable STATICGravatar gabucino2001-11-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2894 b3059339-0415-0410-9bf9-f77b7e298cf2
* Precised profile stuffGravatar nick2001-11-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2833 b3059339-0415-0410-9bf9-f77b7e298cf2
* msvidc.c addedGravatar arpi2001-11-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2829 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
* Installing mencoder and mencoder.1 if executable mencoder was compiled ↵Gravatar lgb2001-11-06
| | | | | | before issuing make install git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2754 b3059339-0415-0410-9bf9-f77b7e298cf2
* MEncoder compile fiy by marpet.Gravatar atmos42001-11-05
| | | | 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.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
* divx4_vbr -> mplayer integrationGravatar arpi2001-11-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2643 b3059339-0415-0410-9bf9-f77b7e298cf2
* kurva gui.Gravatar pontscho2001-11-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2628 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lGravatar arpi2001-11-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2608 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixedGravatar arpi2001-11-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2605 b3059339-0415-0410-9bf9-f77b7e298cf2
* added support for mencoder (compile with 'make mencoder')Gravatar alex2001-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2602 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_odivx disabledGravatar arpi2001-10-29
| | | | 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 ;)Gravatar atmos42001-10-28
| | | | 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.cGravatar jkeil2001-10-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2467 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch from Oliver Schoenbrunner <oliver.schoenbrunner@jku.at>Gravatar michael2001-10-25
| | | | | | | 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.atGravatar arpi2001-10-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2451 b3059339-0415-0410-9bf9-f77b7e298cf2
* Independed compilation of SUBDIRSGravatar nick2001-10-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2445 b3059339-0415-0410-9bf9-f77b7e298cf2
* ima4 addedGravatar arpi2001-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2423 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmad (ARM) patch by jeroen.dobbelaere@acunia.comGravatar arpi2001-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2416 b3059339-0415-0410-9bf9-f77b7e298cf2
* xanim addedGravatar arpi2001-10-23
| | | | 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>Gravatar atmos42001-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2386 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdemuxer...Gravatar arpi2001-10-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2311 b3059339-0415-0410-9bf9-f77b7e298cf2
* cpu detection fixedGravatar arpi2001-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2273 b3059339-0415-0410-9bf9-f77b7e298cf2
* symlinking fixGravatar gabucino2001-10-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2248 b3059339-0415-0410-9bf9-f77b7e298cf2