aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* Merge svn changes up to r30187Gravatar Uoti Urpala2010-01-08
|\
* \ Merge svn changes up to r30185Gravatar Uoti Urpala2010-01-08
|\ \
* \ \ Merge svn changes up to r30173Gravatar Uoti Urpala2010-01-08
|\ \ \
| | | * Change vo_png to use FFmpeg's png encoder instead of libpng.Gravatar reimar2010-01-03
| | |/
| | * Finally add matrixview vo.Gravatar reimar2010-01-03
| | * Fixup SDL configure check:Gravatar reimar2010-01-03
| | * Also detect fontconfig when it requires -liconvGravatar reimar2010-01-03
| | * Change fribidi check to also work without fribidi-config.Gravatar reimar2010-01-03
| | * Add support for JPEG2000 via FFmpeg/OpenJPEGGravatar reimar2010-01-03
| |/
| * Fix typo in code disabling VIDIX on mingw64Gravatar reimar2010-01-02
| * Disable vidix on 64 bit MinGW compiles, it seems to fail compiling andGravatar reimar2010-01-02
| * Fix compilation if FreeType is not available, in particular do not try to buildGravatar reimar2010-01-01
* | Merge svn changes up to r30104Gravatar Uoti Urpala2009-12-30
|\|
* | Merge svn changes up to r30065Gravatar Uoti Urpala2009-12-29
|\ \
* | | audio: Remove fixed decode_audio() return size limit (MAX_OUTBURST)Gravatar Uoti Urpala2009-12-29
| | * Allow passing variants of "mingw32" as system name to --target. This ensuresGravatar diego2009-12-23
| | * Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target.Gravatar diego2009-12-20
| | * Make ass_mp.h use the system-libass headers when the internal one is disabled.Gravatar reimar2009-12-19
| | * Experimental support for external libass.Gravatar reimar2009-12-19
| |/
| * Rename GL_* defines to CONFIG_GL_*Gravatar reimar2009-12-19
| * Make the check for X11 and WIN32 backends for OpenGL separate.Gravatar reimar2009-12-19
* | Merge svn changes up to r30055Gravatar Uoti Urpala2009-12-18
|\|
| * Disable winsock when we already found a working socklib instead of checkingGravatar reimar2009-12-09
| * sync to x264-r1327. (only needed for x264-in-libavcodec)Gravatar lorenm2009-11-29
* | build: Generate version numbers for gitGravatar Uoti Urpala2009-11-23
| * Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h.Gravatar diego2009-11-18
| * Complete configure support for compiling in FFmpeg's protocol support.Gravatar reimar2009-11-17
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Do not dynamically load libvdpau.so.1, but link at compile time.Gravatar cehoyos2009-11-11
| * 10l: Fix compilation without VDPAU.Gravatar cehoyos2009-11-11
| * Use configure code to define PIC instead of duplicating the check in mangle.h.Gravatar reimar2009-11-10
| * Remove macho64 special-case for yasm options, -DPIC is already addedGravatar reimar2009-11-08
| * Remove a pointless undeclared function reference, #error is assumedGravatar reimar2009-11-08
| * Add a check if compiler creates PIC code and if so add -DPIC to YASMFLAGS.Gravatar reimar2009-11-08
| * Remove CONFIG_TV_TELETEXT.Gravatar cehoyos2009-11-07
| * Separate teletext from tv support.Gravatar cehoyos2009-11-07
| * PPC: make inline asm xform address test work with Apple toolsGravatar attila2009-11-06
| * Add cast to signed for 64 bit check, since according to an FFmpeg bug reportGravatar reimar2009-11-05
| * Add new VDPAU feature high-quality-scaling (and require newer library).Gravatar cehoyos2009-11-04
| * consistency fix: Give all CONFIG_ definitions the value 1.Gravatar diego2009-10-28
| * Move 64 bit check below compiler detection since it needs the compilerGravatar reimar2009-10-26
| * sync to x264-r1296Gravatar lorenm2009-10-19
* | build: Support x264 version 78Gravatar Uoti Urpala2009-10-19
| * Get rid of COMMON_LDFLAGS variable. It was a pointless indirection.Gravatar diego2009-10-19
| * Add CONFIG_LPC to config.h as well (needed by FFmpeg).Gravatar diego2009-10-19
| * Add CONFIG_LPC to config.mak (needed by FFmpeg).Gravatar diego2009-10-19
| * Remove many uses of tmp_run.Gravatar reimar2009-10-06
* | configure: Disable OpenAL support by defaultGravatar Uoti Urpala2009-10-06
* | Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\|
| * Add EXTERN_ASM define needed by FFmpeg on ARM.Gravatar reimar2009-10-02