summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAge
...
* fix configure when --enable-libvpx is not specifiedRamiro Polla2010-08-08
| | | | Originally committed as revision 24743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split libvpx check into decoder and encoder check.Frank Barchard2010-08-08
| | | | | | | This allows using a libvpx that has been configured as decoder/encoder only. patch by Frank Barchard, fbarchard google com Originally committed as revision 24742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split h264dsp and h264pred in configure.Jason Garrett-Glaser2010-08-07
| | | | | | | | | Many H.264 derivatives, like RV40 and VP8, use the H.264 prediction functions but not the weight/loopfilter functions. This should reduce the size of builds with one of these derivatives but without H.264 decoding itself. Originally committed as revision 24741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a CONFIG_ variable for generic Huffman routines.Diego Biurrun2010-08-06
| | | | Originally committed as revision 24715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: remove redundant extralibs settingsMåns Rullgård2010-08-05
| | | | Originally committed as revision 24705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -Wno-parentheses to CFLAGS.Diego Biurrun2010-08-02
| | | | | | | Without this flag -Wall generates warnings that nobody wants to see fixed or worked around. Disabling those warnings is thus the best solution. Originally committed as revision 24666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add lavfi-pixfmts LE tests.Stefano Sabatini2010-08-01
| | | | | | | | | The corresponding lavfi-pixfmts BE tests are not yet added, as there are some bugs in the scaler (scaling rgba, argb, bgra, abgr, yuva420p) which result in differences with the LE reference, and I cannot visually check the generated files on BE. Originally committed as revision 24657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement set_ne_test_deps() and use if for the lavfi pixdesc test.Stefano Sabatini2010-08-01
| | | | Originally committed as revision 24653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix suncc ident string (hopefully)Måns Rullgård2010-08-01
| | | | Originally committed as revision 24652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: set subarch for ARMMåns Rullgård2010-07-31
| | | | Originally committed as revision 24614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make pkgconfig_generate() explicitly return 0 in instead of returningJean-Daniel Dupas2010-07-30
| | | | | | | | | | | | | without value when the target library is disabled. If it does not explicitly return 0, when the last library is disabled (swscale), the final "configure" exit value is 1, even if the configure script is successfully executed. So it breaks scripts that invoke configure and rely on 0 for success and 1 for failure. Patch by Jean-Daniel Dupas reverse(<org.shadowlab@devlists>). Originally committed as revision 24585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove reference to the unexisting movie filter and the correspondingStefano Sabatini2010-07-28
| | | | | | useless --enable-avfilter-lavf option. Originally committed as revision 24569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Detect PathScale compilerMåns Rullgård2010-07-27
| | | | Originally committed as revision 24552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: fix sh_quote functionMåns Rullgård2010-07-27
| | | | | | | Non-matching lists start with ! instead of the usual ^ in shell patterns. Originally committed as revision 24550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add Chinese AVS encoding via external library libxavsStefan Gehrer2010-07-27
| | | | Originally committed as revision 24533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: create report filesMåns Rullgård2010-07-26
| | | | Originally committed as revision 24529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: extract detailed compiler identificationMåns Rullgård2010-07-26
| | | | Originally committed as revision 24528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent.Stefano Sabatini2010-07-26
| | | | Originally committed as revision 24520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make pkgconfig_generate check if the library is enabled before toStefano Sabatini2010-07-26
| | | | | | generate the pc files. Originally committed as revision 24519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-26
| | | | | | | | | | | in favor of the newly added corresponding functions av_parse_video_size() and av_parse_video_rate() defined in libavcore/parseutils.h. This change also adds a linking-time dependency of libavcodec and of libavfilter on libavcore. Originally committed as revision 24518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix pkgconfig_generate line for libavcore.Stefano Sabatini2010-07-25
| | | | | | libavcore depends on libavutil, and does not require extralibs. Originally committed as revision 24500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libavcore.Stefano Sabatini2010-07-21
| | | | | | | | | | | The new library is meant to contain the core multimedia utilities for FFmpeg, to make them shareable between more libav* libraries. See thread: Subject: [FFmpeg-devel] [RFC] New library for shared non-generic libav* utils Date: Fri, 9 Jul 2010 01:07:40 +0200 Originally committed as revision 24393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: make sh_quote() more robustMåns Rullgård2010-07-20
| | | | Originally committed as revision 24376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: create .config file where I intendedMåns Rullgård2010-07-20
| | | | Originally committed as revision 24373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: create .config file in configure to avoid needless rerunsMåns Rullgård2010-07-20
| | | | Originally committed as revision 24372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Collect list of seek tests in configureMåns Rullgård2010-07-20
| | | | Originally committed as revision 24346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix lavfi pixdesc testMåns Rullgård2010-07-19
| | | | | | | | | | | | | | | | | This test verifies the pixdesc code by comparing the output with and without a filter which should have no effect on the image. Since the available pixel formats depend on the byte order of the machine, a simple reference checksum is not possible. The test originally tried to solve this by generating a reference file on the fly. The problem with this is that the test framework expects the reference file in the source tree, and writing to the source tree is not allowed. To avoid complicating the test framework, we instead provide two reference files and select which to use based on the byte order. Originally committed as revision 24330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generate list of lavfi tests in configureMåns Rullgård2010-07-19
| | | | Originally committed as revision 24329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix dependencies for msmpeg4v3 regression testMåns Rullgård2010-07-16
| | | | Originally committed as revision 24261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Nit: fix alphabetical orderVitor Sessak2010-07-16
| | | | Originally committed as revision 24259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix obviously missing dependency of float DCT.Vitor Sessak2010-07-15
| | | | | | Fixes issue 2095. Originally committed as revision 24245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: match regtest ref files more strictlyMåns Rullgård2010-07-12
| | | | | | | Only names consisting of letters, numbers, hyphens, and underscores are allowed. Originally committed as revision 24222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the ADTS header decoder off of the ADTS parser.Alex Converse2010-07-12
| | | | | | | The AAC decoder and ADTS-to-ASC BSF both require the header decoder but not full parsing capabilities. Originally committed as revision 24217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mingw32: merge checks for mingw-w64 and mingw32-runtime >= 3.15 into oneRamiro Polla2010-07-11
| | | | Originally committed as revision 24204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mingw32: properly check if vfw capture is supported by the system headersRamiro Polla2010-07-11
| | | | | | | | Remove check for an specific w32api version, checking instead if vfw.h supports vfw capture. The defines in w32api 3.12 were wrong, so this must be accounted for in the check. Originally committed as revision 24203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set fast_unaligned in avconfig.hMåns Rullgård2010-07-10
| | | | Originally committed as revision 24172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mingw32: avisynth does not need w32api >= 3.13Ramiro Polla2010-07-10
| | | | Originally committed as revision 24165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: properly check for mingw-w64 through installed headers.Ramiro Polla2010-07-10
| | | | | | mingw-w64 can also target 32-bit code. Originally committed as revision 24156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: fix pcm test depsMåns Rullgård2010-07-08
| | | | | | 10l to me for using non-standard shell syntax Originally committed as revision 24123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move regression test dependencies to configureMåns Rullgård2010-07-08
| | | | | | This allows expressing complex dependencies more easily. Originally committed as revision 24120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add print_enabled() functionMåns Rullgård2010-07-08
| | | | | | | The print_enabled() function prints all elements in a list which are enabled. Originally committed as revision 24119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: simplify some OS-specific flag settingMåns Rullgård2010-07-05
| | | | Originally committed as revision 24060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add missing braces in libvpx checkMåns Rullgård2010-07-03
| | | | Originally committed as revision 24028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Provide a hint about the minimum required version of libvpx (0.9.1)Dominik Mierzejewski2010-07-03
| | | | | | | | when detection fails. Approved by Måns. Originally committed as revision 24027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: enclose library check for librtmp in bracketsRamiro Polla2010-07-03
| | | | | | otherwise it would always fail if librtmp was not enabled. Originally committed as revision 24026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add function check for librtmp, require RTMP_Socket() which was addedStefano Sabatini2010-07-03
| | | | | | | | in version 2.2.f. Avoid a compile-time failure. Originally committed as revision 24024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use __clang_version__ when availableDavid Conrad2010-07-02
| | | | Originally committed as revision 24009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wmavoice depends on mdctAurelien Jacobs2010-07-02
| | | | Originally committed as revision 24000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: improve GNU as checkingMåns Rullgård2010-07-02
| | | | | | | Check for GNU assembler only when asm is enabled. Show a warning for ppc/altivec only, and fail on ARM. Originally committed as revision 23964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PPC: fix dcbzl detection on OSXMåns Rullgård2010-07-01
| | | | Originally committed as revision 23955 to svn://svn.ffmpeg.org/ffmpeg/trunk