summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
* whitespace cosmeticsDiego Biurrun2008-09-26
| | | | Originally committed as revision 15429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add MIPS to list of architectures requiring PIC flags.Diego Biurrun2008-09-23
| | | | | | | Prior to gcc version 4.3 PIC was the default, now it needs to be enabled explicitly. Passing the flag to older gcc versions does not hurt. Originally committed as revision 15392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* V4L2 support for OpenBSD, patch by Brad, brad comstyle comBrad2008-09-21
| | | | Originally committed as revision 15376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename check_func2 to check_func_headers.Diego Biurrun2008-09-20
| | | | Originally committed as revision 15372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a separate line in Makefile for E-AC-3 decoder and only compile it whenJustin Ruggles2008-09-02
| | | | | | GPL is enabled. fixes building without GPL or with liba52. Originally committed as revision 15151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct asm object type and necessary -DPIC for yasm on 64-bit DarwinDavid Conrad2008-08-16
| | | | | | | 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-14
| | | | 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-14
| | | | | | 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-14
| | | | Originally committed as revision 14754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded whitespace and quotes from -D_ISOC99_SOURCE.Michael Niedermayer2008-08-14
| | | | Originally committed as revision 14745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change _ISOC9X_SOURCE to _ISOC99_SOURCE.Michael Niedermayer2008-08-13
| | | | 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-13
| | | | Originally committed as revision 14729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Show result of yasm test.Carl Eugen Hoyos2008-08-13
| | | | Originally committed as revision 14726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yasm buildsystemLoren Merritt2008-08-11
| | | | 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-01
| | | | 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-01
| | | | Originally committed as revision 14498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-24
| | | | | | | | | | 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-21
| | | | 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-21
| | | | Originally committed as revision 14327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace LDLATEFLAGS hackery by proper LDFLAGS tests.Diego Biurrun2008-07-17
| | | | | | 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-15
| | | | | | | 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-13
| | | | Originally committed as revision 14200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: simplify negative dependenciesMåns Rullgård2008-07-12
| | | | 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-12
| | | | Originally committed as revision 14194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regenerate dependencies when building object filesMåns Rullgård2008-07-09
| | | | 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-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