summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* dependencies are only build with make dependFabrice Bellard2003-02-01
| | | | Originally committed as revision 1531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dependency handling is consistant with libavcodecFabrice Bellard2003-01-22
| | | | Originally committed as revision 1492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AUtomatic dependency generation. Runs on Linux (at least). Probably shouldPhilip Gladstone2003-01-14
| | | | | | update .cvsignore (somehere) to exclude .d files Originally committed as revision 1459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko2003-01-11
| | | | Originally committed as revision 1447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -c patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2003-01-01
| | | | Originally committed as revision 1387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added release tar targetFabrice Bellard2002-12-27
| | | | Originally committed as revision 1364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added ffserver disabling for easier portingFabrice Bellard2002-12-18
| | | | Originally committed as revision 1341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More changes to make things compile on more platformsPhilip Gladstone2002-11-27
| | | | Originally committed as revision 1287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More fixes to compile and build on more platforms.Philip Gladstone2002-11-26
| | | | Originally committed as revision 1280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to get this to build on more platforms (especially Darwin)Philip Gladstone2002-11-26
| | | | Originally committed as revision 1278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-25
| | | | Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Applied changes to make it compile on darwinPhilip Gladstone2002-11-23
| | | | Originally committed as revision 1270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build and install the vhook subdirectory if enabled (not by default).Philip Gladstone2002-11-20
| | | | Originally committed as revision 1246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS Audio ouput patch by (François Revol <revol at free dot fr>)François Revol2002-11-05
| | | | Originally committed as revision 1163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -pMichael Niedermayer2002-11-03
| | | | Originally committed as revision 1154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use cp ; strip instead of strip -oMichael Niedermayer2002-11-02
| | | | Originally committed as revision 1152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added perm inheritance from ffmpeg_g (it looks like 'strip' in BeOS doesn't ↵François Revol2002-11-02
| | | | | | | | keep them, though the Linux one does !?) patch by (François Revol <revol at free dot fr>) Originally committed as revision 1143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2002-09-01
| | | | Originally committed as revision 896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch by Heliodoro Tammaro <helio at interactives dot org>Heliodoro Tammaro2002-08-30
| | | | | | | | - configures/builds on all darwin versions - ffserver builds on darwin (if you have the extra libraries) - builds correctly (again) on non-darwin ppc (no -faltivec in gcc-3.2) Originally committed as revision 880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* darwin patches by Heliodoro Tammaro <helio at interactives dot org>Michael Niedermayer2002-08-21
| | | | Originally committed as revision 857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch by (Volker Moell <volker-ml at die-moells dot de>)Volker Moell2002-08-13
| | | | | | | | creating $(prefix)/bin and $(prefix)/lib improved linking libavcodec.so -> libavcodec-$(VERSION).so ldconfig does not rise an error on not beeing root when installing Originally committed as revision 852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* build stripped and unstripped ffmpeg - ffserver exports all its symbols for ↵Fabrice Bellard2002-07-25
| | | | | | modules - added installlib target for development static libraries installation Originally committed as revision 811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net>Roy Sigurd Karlsbakk2002-07-18
| | | | Originally committed as revision 778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license/copyright change - use consistent library namesFabrice Bellard2002-05-25
| | | | Originally committed as revision 584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added libavtest targetFabrice Bellard2002-05-20
| | | | Originally committed as revision 550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added VPATH support - added regression targetsFabrice Bellard2002-05-18
| | | | Originally committed as revision 529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the EXTRALIBS to the end of the link line where they actually get used!Philip Gladstone2002-05-09
| | | | Originally committed as revision 452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * cleanupZdenek Kabelac2002-04-26
| | | | Originally committed as revision 422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using liba52Zdenek Kabelac2002-04-22
| | | | Originally committed as revision 417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.Juanjo2002-03-10
| | | | | | - Changes on AVI and WAV muxers to support MP3 encoding. Originally committed as revision 323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * BeOS patch by François Revol <revol@free.fr>François Revol2002-03-08
| | | | | | fixing some compilation problems Originally committed as revision 319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * dependency for static linkingZdenek Kabelac2001-10-31
| | | | Originally committed as revision 202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Shared objects supportNick Kurshev2001-10-27
| | | | Originally committed as revision 194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Restore the main Makefile to have debug flags.Juanjo2001-10-17
| | | | Originally committed as revision 167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added Juergen Keil fix on quant_tab[4] type.Juanjo2001-10-17
| | | | Originally committed as revision 166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added new ffplay programFabrice Bellard2001-09-24
| | | | Originally committed as revision 143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added win32 cross compile supportFabrice Bellard2001-08-15
| | | | Originally committed as revision 107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* distclean fixFabrice Bellard2001-08-15
| | | | Originally committed as revision 103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use MAKE variableFabrice Bellard2001-08-11
| | | | Originally committed as revision 63 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed config for direct mplayer build compatibilityFabrice Bellard2001-07-23
| | | | Originally committed as revision 8 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mergeFabrice Bellard2001-07-22
| | | | Originally committed as revision 6 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing old filesFabrice Bellard2001-07-19
| | | | Originally committed as revision 4 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2000-12-20
Originally committed as revision 2 to svn://svn.ffmpeg.org/ffmpeg/trunk