summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Use correct asm object type and necessary -DPIC for yasm on 64-bit DarwinDavid Conrad2008-08-161-0/+2
| | | | | | | Thread: [FFmpeg-devel] fft_mmx.asm yasm 64bit build broken Patch by 'D' (lessen42 gmail com) Originally committed as revision 14791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -fasm and -std=c99 when supported.Michael Niedermayer2008-08-141-0/+3
| | | | Originally committed as revision 14769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for sys/select.h and poll.h unconditionally, not just if ffserverDiego Biurrun2008-08-141-7/+2
| | | | | | is enabled. The headers are used throughout the code. Originally committed as revision 14755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -D_POSIX_C_SOURCE=200112 to cflags.Michael Niedermayer2008-08-141-1/+1
| | | | Originally committed as revision 14754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded whitespace and quotes from -D_ISOC99_SOURCE.Michael Niedermayer2008-08-141-1/+1
| | | | Originally committed as revision 14745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change _ISOC9X_SOURCE to _ISOC99_SOURCE.Michael Niedermayer2008-08-131-1/+1
| | | | Originally committed as revision 14739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move -D_ISOC9X_SOURCE to configure so its available to all tests.Michael Niedermayer2008-08-131-1/+1
| | | | Originally committed as revision 14729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Show result of yasm test.Carl Eugen Hoyos2008-08-131-0/+1
| | | | Originally committed as revision 14726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yasm buildsystemLoren Merritt2008-08-111-0/+27
| | | | Originally committed as revision 14696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explain the difference between HAVE_LIST and CONFIG_LIST in a short comment.Diego Biurrun2008-08-011-0/+3
| | | | Originally committed as revision 14499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only check for socklen_t if network support is enabled.Diego Biurrun2008-08-011-2/+1
| | | | Originally committed as revision 14498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-241-4/+2
| | | | | | | | | | The original problem was that FSF and Apple gcc used a different syntax for vector declarations, i.e. {} vs. (). Nowadays Apple gcc versions support the standard {} syntax and versions that support {} are available on all relevant Mac OS X versions. Thus the greater compatibility is no longer worth cluttering the code with macros. Originally committed as revision 14366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make configure --help document the --enable-debug option.Stefano Sabatini2008-07-211-0/+1
| | | | Originally committed as revision 14330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move --disable-debug to a better place within configure help output.Diego Biurrun2008-07-211-1/+1
| | | | Originally committed as revision 14327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace LDLATEFLAGS hackery by proper LDFLAGS tests.Diego Biurrun2008-07-171-3/+2
| | | | | | The original reasons for LDLATEFLAGS are lost in the mists of time. Originally committed as revision 14263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: disable use of system byteswap.hMåns Rullgård2008-07-151-0/+3
| | | | | | | Our bswap functions are better than those in glibc, which has no ARM-optimised versions. Originally committed as revision 14241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add parisc* to the list of architectures requiring PIC flags for shared libs.Diego Biurrun2008-07-131-1/+1
| | | | Originally committed as revision 14200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: simplify negative dependenciesMåns Rullgård2008-07-121-8/+2
| | | | Originally committed as revision 14195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: allow !foo as argument to enabled/disabled and *_deps listsMåns Rullgård2008-07-121-2/+5
| | | | Originally committed as revision 14194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regenerate dependencies when building object filesMåns Rullgård2008-07-091-1/+1
| | | | Originally committed as revision 14143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_CONFIGURATION to config.mak as well, it sometimes helps debugging.Diego Biurrun2008-07-081-0/+1
| | | | Originally committed as revision 14130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct path in *-uninstalled.pcAurelien Jacobs2008-07-071-2/+2
| | | | Originally committed as revision 14105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MLP/TrueHD decoder.Ramiro Polla2008-07-041-0/+1
| | | | 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-251-1/+1
| | | | | | 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-251-1/+1
| | | | | | 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-191-1/+1
| | | | Originally committed as revision 13820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable version.h to be created from subdirsMåns Rullgård2008-06-191-1/+1
| | | | 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-161-3/+3
| | | | | | 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-081-2/+2
| | | | 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-061-1/+1
| | | | | | 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-051-0/+4
| | | | Originally committed as revision 13667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* accept --cpu=cortex*Måns Rullgård2008-06-051-1/+1
| | | | Originally committed as revision 13666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve installation path selectionMåns Rullgård2008-06-021-10/+18
| | | | Originally committed as revision 13638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Split all path variables into their own list.Diego Biurrun2008-06-021-8/+13
| | | | Originally committed as revision 13637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove useless backslashes.Diego Biurrun2008-05-301-4/+4
| | | | 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-301-0/+8
| | | | Originally committed as revision 13555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify altivec.h test.Diego Biurrun2008-05-301-4/+1
| | | | Originally committed as revision 13554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Add useless backslashes in AltiVec CFLAGS test.Diego Biurrun2008-05-301-2/+2
| | | | 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-291-1/+1
| | | | | | | 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-291-1/+2
| | | | | | 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-281-4/+3
| | | | | | | 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-281-0/+2
| | | | Originally committed as revision 13490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable 'prefix' from config.mak.Diego Biurrun2008-05-271-1/+0
| | | | 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-271-2/+2
| | | | Originally committed as revision 13466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: XviD is now called Xvid.Diego Biurrun2008-05-271-1/+1
| | | | Originally committed as revision 13465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert "Add version information to DLLs."Måns Rullgård2008-05-261-72/+0
| | | | | | 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-251-0/+72
| | | | | | 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-161-5/+8
| | | | | | 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-151-5/+5
| | | | Originally committed as revision 13178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignmentAurelien Jacobs2008-05-151-1/+1
| | | | Originally committed as revision 13176 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud