summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1034 b3059339-0415-0410-9bf9-f77b7e298cf2
* libao->libao2 because of conflict with OMS's libaoarpi_esp2001-06-041-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1014 b3059339-0415-0410-9bf9-f77b7e298cf2
* dependency stuff fixedarpi_esp2001-06-041-12/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1011 b3059339-0415-0410-9bf9-f77b7e298cf2
* libao2 added for dep/distcleanarpi_esp2001-06-041-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@982 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD support by Vladimir Kushnir vkushnir@Alfacom.netarpi_esp2001-06-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@959 b3059339-0415-0410-9bf9-f77b7e298cf2
* libao supportarpi_esp2001-06-021-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@956 b3059339-0415-0410-9bf9-f77b7e298cf2
* Install bug fixed (cannot overwrite directory ...)lgb2001-06-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@954 b3059339-0415-0410-9bf9-f77b7e298cf2
* install won't change ownershiparpi_esp2001-06-021-6/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@947 b3059339-0415-0410-9bf9-f77b7e298cf2
* version.h for make dep fixedarpi_esp2001-06-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@946 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for --prefix optionlgb2001-05-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@913 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed the asf_streaming.c file for compilation.bertrand2001-05-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@874 b3059339-0415-0410-9bf9-f77b7e298cf2
* using gcc -MM instead of makedepend, make OBJS from SRCS where possiblearpi_esp2001-05-241-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@867 b3059339-0415-0410-9bf9-f77b7e298cf2
* Starting implementation of ASF network streaming.bertrand2001-05-181-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@834 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed .so's shitarpi_esp2001-05-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@732 b3059339-0415-0410-9bf9-f77b7e298cf2
* add gui supportpontscho2001-05-081-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@724 b3059339-0415-0410-9bf9-f77b7e298cf2
* At least one bug causes mplayer does not compile when wine headers are ↵lgb2001-05-021-1/+1
| | | | | | installed on your system is fixed :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@684 b3059339-0415-0410-9bf9-f77b7e298cf2
* compiling codec-cfg by default disabledarpi_esp2001-04-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@651 b3059339-0415-0410-9bf9-f77b7e298cf2
* forcing user to re-run ./configure if it's changedarpi_esp2001-04-261-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@644 b3059339-0415-0410-9bf9-f77b7e298cf2
* DShow support selection is now by ./configure --disable-dshowarpi_esp2001-04-241-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@628 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed codec-cfg.c optionsarpi_esp2001-04-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@609 b3059339-0415-0410-9bf9-f77b7e298cf2
* stage#1 completed: c files no more included from mplayer.carpi_esp2001-04-231-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@588 b3059339-0415-0410-9bf9-f77b7e298cf2
* something moved to brand new stream.harpi_esp2001-04-221-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@579 b3059339-0415-0410-9bf9-f77b7e298cf2
* Separated dvdsub code to be able to work with it easierlgb2001-04-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@561 b3059339-0415-0410-9bf9-f77b7e298cf2
* preliminary DVD support using libcsslgb2001-04-171-7/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@493 b3059339-0415-0410-9bf9-f77b7e298cf2
* add mixerpontscho2001-04-161-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@466 b3059339-0415-0410-9bf9-f77b7e298cf2
* qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+arpi_esp2001-04-151-5/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@449 b3059339-0415-0410-9bf9-f77b7e298cf2
* poncso suxx meg mindig :)gabucino2001-04-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@445 b3059339-0415-0410-9bf9-f77b7e298cf2
* Pontscho's mixer, select, and hell-a-lot-of-stuff patch ;)gabucino2001-04-151-15/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@441 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixesarpi_esp2001-04-141-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@423 b3059339-0415-0410-9bf9-f77b7e298cf2
* timestamping - automatic rebuild after CVS updates or config changesarpi_esp2001-04-141-5/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@422 b3059339-0415-0410-9bf9-f77b7e298cf2
* codecs.conf supportarpi_esp2001-04-071-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@304 b3059339-0415-0410-9bf9-f77b7e298cf2
* imported codec-cfg, small fixesarpi_esp2001-04-061-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@298 b3059339-0415-0410-9bf9-f77b7e298cf2
* DShow is the default nowarpi_esp2001-03-301-7/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@258 b3059339-0415-0410-9bf9-f77b7e298cf2
* disabled compiling mplayerHQ by defaultarpi_esp2001-03-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@177 b3059339-0415-0410-9bf9-f77b7e298cf2
* cfg-mplayer-func removed :)arpi_esp2001-03-191-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@155 b3059339-0415-0410-9bf9-f77b7e298cf2
* cfgparse fixesszabii2001-03-191-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@151 b3059339-0415-0410-9bf9-f77b7e298cf2
* cfgparser.c addedszabii2001-03-191-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@150 b3059339-0415-0410-9bf9-f77b7e298cf2
* added mplayerHQarpi_esp2001-03-161-3/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@119 b3059339-0415-0410-9bf9-f77b7e298cf2
* cp -> installszabii2001-03-111-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@79 b3059339-0415-0410-9bf9-f77b7e298cf2
* New dependency systemarpi_esp2001-03-021-180/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29 b3059339-0415-0410-9bf9-f77b7e298cf2
* added install patch by Dariusz Pietrzakarpi_esp2001-03-021-1/+171
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial revisionarpi_esp2001-02-241-0/+82
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2 b3059339-0415-0410-9bf9-f77b7e298cf2