summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Automatically change MANGLE() into named inline asm operands when direct ↵Matt Oliver2014-03-181-0/+3
| | | | | | | | symbol reference in inline asm are not supported. This is part of the patch-set for intel C inline asm on windows support Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/x86/mlpdsp: Only use asm when non-local inline asm lables are supportedMatt Oliver2014-03-181-0/+3
| | | | | | This is part of the patch-set for intel C inline asm on windows support Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/examples: Add example transcoding.cAndrey Utkin2014-03-171-0/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit 'be039278b5ebd8075d90a3508db2aed5adf59e02'Michael Niedermayer2014-03-171-1/+1
|\ | | | | | | | | | | | | | | | | | | * commit 'be039278b5ebd8075d90a3508db2aed5adf59e02': mpegvideo: move ff_draw_horiz_band() to mpegutils.c Conflicts: libavcodec/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mpegvideo: move ff_draw_horiz_band() to mpegutils.cVittorio Giovara2014-03-161-1/+1
| | | | | | | | Drop the mpegvideo dependency for svq3 in configure.
* | configure: factorize mips arch extensions outMichael Niedermayer2014-03-141-4/+8
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: remove unused identifer that was added by cleanupsMichael Niedermayer2014-03-141-1/+0
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '7a650caf6436ddfe417bdcb5ce520c96c779af7b'Michael Niedermayer2014-03-141-97/+125
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '7a650caf6436ddfe417bdcb5ce520c96c779af7b': configure: Split some logical blocks off from HAVE_LIST Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Split some logical blocks off from HAVE_LISTDiego Biurrun2014-03-141-84/+112
| |
* | Merge commit 'd0adf55c05beaf80420747dded2d1884bff377ec'Michael Niedermayer2014-03-141-23/+35
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'd0adf55c05beaf80420747dded2d1884bff377ec': configure: Split some logical blocks off from CONFIG_LIST Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Split some logical blocks off from CONFIG_LISTDiego Biurrun2014-03-141-21/+33
| |
* | Merge commit '07ea8a7e943ea6a7bdcd736e2fc3ed357dc15c57'Michael Niedermayer2014-03-141-25/+33
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '07ea8a7e943ea6a7bdcd736e2fc3ed357dc15c57': configure: Group and sort function/struct/type checks Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Group and sort function/struct/type checksDiego Biurrun2014-03-141-23/+31
| | | | | | | | | | Group checks into logical groups and sort alphabetically within those groups unless checks have close coupling. Keep closely coupled checks together.
* | configure: add missing avx2 support checkJames Almer2014-03-141-0/+1
| | | | | | | | | | | | | | | | AVX2 support was introduced in Yasm 1.2.0, and some distros like Debian still feature version 1.1.0 Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'b4dd424d96f09f9bafb88e47f37df65dc4529143'Michael Niedermayer2014-03-131-12/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b4dd424d96f09f9bafb88e47f37df65dc4529143': Remove all SPARC architecture optimizations Conflicts: Makefile configure libavcodec/sparc/dsputil_vis.c libavcodec/sparc/dsputil_vis.h libavcodec/sparc/hpeldsp_vis.c libavcodec/sparc/simple_idct_vis.c libavcodec/sparc/vis.h libswscale/sparc/yuv2rgb_vis.c libswscale/swscale_internal.h If someone wants to maintain these (or other) SPARC optimizations, please contact me or ffmpeg-devel. I am happy to revert this removial if theres someone considering to maintain this code. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Remove all SPARC architecture optimizationsDiego Biurrun2014-03-131-12/+0
| | | | | | | | | | SPARC is no longer being used in any multimedia-related fields and the VIS optimizations only represent a maintenance burden.
* | Merge commit 'bbb64356cca65d7a2a33f59b2267ee58f28a061a'Michael Niedermayer2014-03-131-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'bbb64356cca65d7a2a33f59b2267ee58f28a061a': build: Record dependency of eatqi decoder on dsputil Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Record dependency of eatqi decoder on dsputilDiego Biurrun2014-03-131-1/+1
| |
* | Merge commit 'b5f112d820934ade66e809ef30bfcfc8210929f8'Michael Niedermayer2014-03-131-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'b5f112d820934ade66e809ef30bfcfc8210929f8': configure: Add explicit dsputil dependency to mpegvideoenc Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Add explicit dsputil dependency to mpegvideoencDiego Biurrun2014-03-131-1/+1
| | | | | | | | | | Previously, it was an implicit dependency through mpegvideo. Change this, as implicit dependencies can cause all sorts of trouble.
* | Merge commit 'cd832f032f945a57a1f1dd385942c2fadc7ce4e5'Michael Niedermayer2014-03-131-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit 'cd832f032f945a57a1f1dd385942c2fadc7ce4e5': ffv1: Drop bogus dependency on dsputil Conflicts: configure libavcodec/ffv1.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ffv1: Drop bogus dependency on dsputilDiego Biurrun2014-03-131-2/+2
| | | | | | | | ffv1 does not use any part of the dsputil framework.
* | Merge commit '0e29c5e1285eeb5b4842d96d00dfe06898cd87e5'Michael Niedermayer2014-03-131-1/+0
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '0e29c5e1285eeb5b4842d96d00dfe06898cd87e5': build: Drop stray LPC dependency on dsputil Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Drop stray LPC dependency on dsputilDiego Biurrun2014-03-131-1/+0
| |
* | Merge commit '6cd76e5412d794dbd1cc6ab0e4c9f2ee53cf028f'Michael Niedermayer2014-03-131-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '6cd76e5412d794dbd1cc6ab0e4c9f2ee53cf028f': build: Drop stray MJPEG encoder dependency on dsputil Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Drop stray MJPEG encoder dependency on dsputilDiego Biurrun2014-03-131-1/+1
| |
* | Merge commit '9ecf1b62f37ef9cbdf2d7300a052cd704c4ba731'Michael Niedermayer2014-03-131-1/+1
|\ \ | |/ | | | | | | | | | | * commit '9ecf1b62f37ef9cbdf2d7300a052cd704c4ba731': build: Drop stray MLP decoder dependency on dsputil Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Drop stray MLP decoder dependency on dsputilDiego Biurrun2014-03-131-1/+1
| |
| * build: Drop stray PNG decoder dependency on dsputilDiego Biurrun2014-03-131-1/+0
| |
* | Merge commit '88b240646f57a62299c6c4c4d7554f0a80c3a29a'Michael Niedermayer2014-03-131-1/+1
|\ \ | |/ | | | | | | | | | | * commit '88b240646f57a62299c6c4c4d7554f0a80c3a29a': build: Drop stray mpc8 decoder dependency on dsputil Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Drop stray mpc8 decoder dependency on dsputilDiego Biurrun2014-03-131-1/+1
| |
| * configure: Support older version of openjpeg1Luca Barbato2014-03-121-1/+2
| | | | | | | | | | It should work best for debian stable and people not installing the .pc file.
* | Fix hardware detection on aix.Carl Eugen Hoyos2014-03-131-4/+8
| |
* | Merge commit 'b3c6ee199e75bbad2908253f11e871500dd38531'Michael Niedermayer2014-03-121-8/+10
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'b3c6ee199e75bbad2908253f11e871500dd38531': configure: Group toolchain options together in help output Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Group toolchain options together in help outputDiego Biurrun2014-03-121-7/+9
| |
* | Merge commit '390acbea0697a60300f249602dbf701e04274693'Michael Niedermayer2014-03-121-2/+5
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '390acbea0697a60300f249602dbf701e04274693': configure: Provide --pkg-config-flags Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Provide --pkg-config-flagsLuca Barbato2014-03-111-2/+5
| | | | | | | | | | | | | | Should be used only to pass extra flags to pkgconf invocation, e.g. --static. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit '5926603ad65e5fd4fefe8f0d72c381059f71cd59'Michael Niedermayer2014-03-111-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '5926603ad65e5fd4fefe8f0d72c381059f71cd59': configure: Document --pkg-config option Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Document --pkg-config optionLuca Barbato2014-03-111-0/+1
| |
* | configure: make it possible to disable xlib dependancyMichael Niedermayer2014-03-111-2/+7
| | | | | | | | | | | | The unconditional dependancy was added in 7671dd7cd7d51bbd637cc46d8f104a141bc355ea Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-111-28/+29
|\ \ | |/ | | | | | | | | | | | | | | | | * qatar/master: configure: miscellaneous cosmetics Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: miscellaneous cosmeticsDiego Biurrun2014-03-101-29/+30
| | | | | | | | | | Sort lists of components. Add some whitespace where it helps readability. Consistently use double instead of single quotes around component lists.
| * configure: Use the right pkgconf file for openjpegLuca Barbato2014-03-101-1/+1
| | | | | | | | The current release of version 1 uses libopenjpeg1.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-101-0/+14
|\ \ | |/ | | | | | | | | | | * qatar/master: Work around broken floating point limits on some systems. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Work around broken floating point limits on some systems.Anton Khirnov2014-03-101-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | The values of {FLT,DBL}_{MAX,MIN} macros on some systems (older musl libc, some BSD flavours) are not exactly representable, i.e. (double)DBL_MAX == DBL_MAX is false This violates (at least some interpretations of) the C99 standard and breaks code (e.g. in vf_fps) like double f = DBL_MAX; [...] if (f == DBL_MAX) { // f has not been changed yet [....] }
* | Merge commit 'c708b5403346255ea5adc776645616cc7c61f078'Michael Niedermayer2014-03-091-0/+4
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'c708b5403346255ea5adc776645616cc7c61f078': timer: use mach_absolute_time as high resolution clock on darwin Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * timer: use mach_absolute_time as high resolution clock on darwinJanne Grunau2014-03-091-0/+4
| | | | | | | | | | | | | | | | | | | | Not guaranteed to be in nanosecond resolution. On iOS 7 the duration of one tick is 125/3 ns which is still more than an order of magnitude better then microseconds. Replace decicycles with the neutral UNITS. Decicycles is strange but tenths of a nanosecond and unspecific "deci"-ticks for mach_absolute_time is just silly.
| * build: Use pkg-config for openjpegPierre Lejeune2014-03-081-1/+1
| | | | | | | | | | Bug-Id: 387 CC: libav-stable@libav.org
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-071-2/+2
|\ \ | |/ | | | | | | | | | | | | * qatar/master: libx265: Support API version 9 See: 69ead9af7519796eebbc452fbbdb43af8d846173 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * libx265: Support API version 9Derek Buitenhuis2014-03-061-2/+2
| | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
OpenPOWER on IntegriCloud