summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* Add version information to DLLs.Jeremy Kolb2008-05-25
| | | | | | Patch by Jeremy Kolb. Originally committed as revision 13379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Store license value in a variable for later use.Jeremy Kolb2008-05-16
| | | | | | patch by Jeremy Kolb, jkolb wsi com Originally committed as revision 13183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set $logfile before useMåns Rullgård2008-05-15
| | | | Originally committed as revision 13178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignmentAurelien Jacobs2008-05-15
| | | | Originally committed as revision 13176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a check for bzlib; used in the Matroska demuxer.Aurelien Jacobs2008-05-15
| | | | Originally committed as revision 13175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add whitespace around redirection operators.Diego Biurrun2008-05-15
| | | | Originally committed as revision 13158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set temporary filenames before using themMåns Rullgård2008-05-13
| | | | Originally committed as revision 13148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more support for Win64:Ramiro Polla2008-05-13
| | | | | | | - Export .lib files for x64 instead of i386; - Win64's malloc returns 16-byte aligned blocks. Originally committed as revision 13147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move arch check before OS check.Ramiro Polla2008-05-13
| | | | Originally committed as revision 13146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use pkg-config for libschroedinger libs, not only for CFLAGS.JonY2008-05-13
| | | | | | patch by JonY, 10walls gmail com Originally committed as revision 13141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Also install .lib files with versioned filename.Ramiro Polla2008-05-12
| | | | Originally committed as revision 13138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create .lib files in the subdirs.JonY2008-05-12
| | | | | | Patch by JonY <10walls at gmail dot com> Originally committed as revision 13137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow icc to compile with optimizations (pentium3, pentium4 or core2).Carl Eugen Hoyos2008-05-11
| | | | Originally committed as revision 13119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence useless icc warnings.Carl Eugen Hoyos2008-05-11
| | | | Originally committed as revision 13118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for sys/resource.h and include it conditionally.Ramiro Polla2008-05-08
| | | | Originally committed as revision 13075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable libdirac decoder if the faster libschroedinger decoder is available.Anuradha Suraparaju2008-05-08
| | | | | | patch by Anuradha Suraparaju, anuradha rd.bbc.co uk Originally committed as revision 13074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When compiling with -fmudflap configure fill EXTERN_PREFIX with garbageMatthieu Castet2008-05-07
| | | | | | | (some mudflap symbol), so just pick out ff_extern symbols in this case. patch by matthieu castet, castet.matthieu free fr Originally committed as revision 13072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In pkg-config files, libraries not exposed through the library, but just neededAnssi Hannula2008-05-06
| | | | | | | during static linking should be listed under Libs.private, not Libs. patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 13067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: whitespace/order changes, if/then --> && in pkg-config sectionDiego Biurrun2008-05-05
| | | | Originally committed as revision 13065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge both pkg-config creation commands into one.Diego Biurrun2008-05-05
| | | | Originally committed as revision 13064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In the pkg-config file generation, derive the short name from the libraryDiego Biurrun2008-05-05
| | | | | | name instead of passing it as a parameter. Originally committed as revision 13063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove stray extra parameter from libavutil pkg-config command.Diego Biurrun2008-05-05
| | | | Originally committed as revision 13062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix configure for cross-compilation and --arch=amd64.Ramiro Polla2008-05-04
| | | | Originally committed as revision 13058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Dirac support through libschroedinger.Anuradha Suraparaju2008-05-03
| | | | | | patch by Anuradha Suraparaju, anuradha rd.bbc.co uk Originally committed as revision 13046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Dirac decoding/encoding support via libdirac.Anuradha Suraparaju2008-05-03
| | | | | | patch by Anuradha Suraparaju, anuradha rd.bbc.co uk Originally committed as revision 13042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,Luca Barbato2008-05-02
| | | | | | patch extracted by Anuradha Suraparaju anuradhaAtrdDoTbbcDoTcoDoTuk. Originally committed as revision 13031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use check_cflags for -mdynamic-no-pic so third-party compilers will work on ↵Alexander Strange2008-04-27
| | | | | | Darwin. Originally committed as revision 13007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert "Adjust pkg-config files to include files residing in separate ↵Måns Rullgård2008-04-25
| | | | | | subdirectories." Originally committed as revision 12947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adjust pkg-config files to include files residing in separate subdirectories.Diego Biurrun2008-04-24
| | | | Originally committed as revision 12939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support shared pthreads-win32.Gianluigi Tiesi2008-04-24
| | | | | | Patch by Gianluigi Tiesi <mplayer at netfarm.it> Originally committed as revision 12933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for ARM VFP supportMåns Rullgård2008-04-20
| | | | Originally committed as revision 12911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set correct value for includedir in pkg-config files.Diego Biurrun2008-04-16
| | | | Originally committed as revision 12865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set correct value for libdir in pkg-config files.Anssi Hannula2008-04-16
| | | | | | patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 12864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused MAKE variableMåns Rullgård2008-04-10
| | | | Originally committed as revision 12786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct soname for vhooksMåns Rullgård2008-04-10
| | | | Originally committed as revision 12785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generate separate dependency files per object fileMåns Rullgård2008-04-09
| | | | Originally committed as revision 12775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* non-recursive makefilesMåns Rullgård2008-04-07
| | | | Originally committed as revision 12760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace some $@ with $(SLIBNAME_WITH_MAJOR) in SHFLAGSMåns Rullgård2008-04-03
| | | | Originally committed as revision 12680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alphabetical order for temporary filenamesDiego Biurrun2008-03-31
| | | | Originally committed as revision 12651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a different filename that ends in .sh for temporary shell scripts.Diego Biurrun2008-03-31
| | | | | | | | Apparently some Windows command interpreters have trouble executing shell scripts with an .exe suffix. inspired by a patch from Axel Holzinger, aholzinger gmx de Originally committed as revision 12650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Write some trivial C test programs in a more compact form.Diego Biurrun2008-03-30
| | | | Originally committed as revision 12641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make MMX2 depend on MMX.Diego Biurrun2008-03-30
| | | | Originally committed as revision 12640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace hackish CFLAGS 64 bit test by a proper compilation check.İsmail Dönmez2008-03-28
| | | | | | patch by İsmail Dönmez, ismail namtrac org Originally committed as revision 12620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move CPU detection code after OS-specific settings and logging systemDiego Biurrun2008-03-27
| | | | | | initialization so that we can use compilation checks inside it. Originally committed as revision 12602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* combine setting of various configure command line optionsMåns Rullgård2008-03-25
| | | | Originally committed as revision 12592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename configure variable PREFIX to prefixMåns Rullgård2008-03-25
| | | | Originally committed as revision 12591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename configure variable BUILDSUF to build_suffixMåns Rullgård2008-03-25
| | | | | | The make variable of the same name remains unchanged. Originally committed as revision 12590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun2008-03-25
| | | | Originally committed as revision 12589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --enable-sunmlib option to --enable-mlib.Diego Biurrun2008-03-25
| | | | | | Allows handling the option in a more standard way. Originally committed as revision 12588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Rename targetos variable to target_os.Diego Biurrun2008-03-25
| | | | Originally committed as revision 12587 to svn://svn.ffmpeg.org/ffmpeg/trunk