summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* Add FFMPEG_CONFIGURATION to config.mak as well, it sometimes helps debugging.Diego Biurrun2008-07-08
| | | | Originally committed as revision 14130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct path in *-uninstalled.pcAurelien Jacobs2008-07-07
| | | | Originally committed as revision 14105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MLP/TrueHD decoder.Ramiro Polla2008-07-04
| | | | Originally committed as revision 14067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for support of -fomit-frame-pointer before adding it to CFLAGS.Ben Taylor2008-06-25
| | | | | | patch by Ben Taylor, bentaylor.solx86 gmail com Originally committed as revision 13966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Each dependency file needs to be updated when one of the files theDiego Biurrun2008-06-25
| | | | | | corresponding object file depends on is changed. Originally committed as revision 13965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix dependency generationMåns Rullgård2008-06-19
| | | | Originally committed as revision 13820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable version.h to be created from subdirsMåns Rullgård2008-06-19
| | | | Originally committed as revision 13819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generate pkg-config files in each library subdirectory so that they doDiego Biurrun2008-06-16
| | | | | | not clutter the root of the source tree. Originally committed as revision 13780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in the names of variables assigned to OS-specific path variables.Diego Biurrun2008-06-08
| | | | Originally committed as revision 13717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -Wl,-rpath-link flags for all libraries to LDLATEFLAGS.Diego Biurrun2008-06-06
| | | | | | inspired by a patch from Debian Originally committed as revision 13671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for ARM NEON assembler supportMåns Rullgård2008-06-05
| | | | Originally committed as revision 13667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* accept --cpu=cortex*Måns Rullgård2008-06-05
| | | | Originally committed as revision 13666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve installation path selectionMåns Rullgård2008-06-02
| | | | Originally committed as revision 13638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Split all path variables into their own list.Diego Biurrun2008-06-02
| | | | Originally committed as revision 13637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove useless backslashes.Diego Biurrun2008-05-30
| | | | Originally committed as revision 13556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement a proper configure test for AltiVec vector declaration syntax.Diego Biurrun2008-05-30
| | | | Originally committed as revision 13555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify altivec.h test.Diego Biurrun2008-05-30
| | | | Originally committed as revision 13554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Add useless backslashes in AltiVec CFLAGS test.Diego Biurrun2008-05-30
| | | | Originally committed as revision 13553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some (Solaris) gcc versions apparently output a comment as first lineDiego Biurrun2008-05-29
| | | | | | | when generating dependencies. Make sure to remove this in DEPEND_CMD. extracted in a modified form from a gstreamer patch for FFmpeg Originally committed as revision 13530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When shared libraries are built, make the pkg-config requires Requires.private.Anssi Hannula2008-05-29
| | | | | | patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 13528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define private libraries as 'Libs:' when only static libraries are built,Anssi Hannula2008-05-28
| | | | | | | so that they work correctly even without pkgconfig's --static option. patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 13514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add command line option to set the value of bindir.Diego Biurrun2008-05-28
| | | | Originally committed as revision 13490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable 'prefix' from config.mak.Diego Biurrun2008-05-27
| | | | Originally committed as revision 13480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Call x264 and Xvid libx264 and libxvid in the configure output for consistency.Diego Biurrun2008-05-27
| | | | Originally committed as revision 13466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: XviD is now called Xvid.Diego Biurrun2008-05-27
| | | | Originally committed as revision 13465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert "Add version information to DLLs."Måns Rullgård2008-05-26
| | | | | | Revert "Forgot to commit changes to subdir.mak in last revision." Originally committed as revision 13426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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