aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* Add EXTERN_ASM define needed by FFmpeg on ARM.Gravatar reimar2009-10-02
* Extend EBX_AVAILABLE check in a way that works for both OpenBSD/HaikuGravatar reimar2009-09-30
* Intel compiler icc 11.1 supports compilation of internal mp3lib and internal ...Gravatar cehoyos2009-09-27
* Cosmetics: Fix whitespace.Gravatar cehoyos2009-09-27
* Amend previous commit: both zlib decoder and encoder must be disabledGravatar reimar2009-09-26
* Disable libavcodec zlib decoder when zlib is not available, fixes compilationGravatar reimar2009-09-26
* Do not override host_arch in x86 vs. x86_64 detection if it was forced via --...Gravatar reimar2009-09-25
* Sync with current FFmpeg HEAD.Gravatar diego2009-09-24
* sync with FFmpeg build: BUILD_STATIC --> CONFIG_STATICGravatar diego2009-09-24
* sync to x264-r1260 (which changed api)Gravatar lorenm2009-09-23
* Add autodetection for ARM NEON SIMD.Gravatar reimar2009-09-19
* Use a compilation check to distinguish between x86 and x86_64, uname andGravatar reimar2009-09-19
* Add a check for availability of ebx register, needed forGravatar reimar2009-09-19
* Treat Haiku as BeOS (only changes the displayed name actually)Gravatar reimar2009-09-19
* Allow disabling and enabling lower-case codecs.Gravatar cehoyos2009-09-08
* 100l, forgot to use "test" for checking the value of the quicktime variableGravatar reimar2009-09-08
* 10l, -framework QuickTime must be added to extra_ldflags, not libs_mplayer sinceGravatar reimar2009-09-04
* Split QuickTime check off from quartz check and use the result to enable/disableGravatar reimar2009-09-04
* Move OpenGL test below CoreVideo. This ensures -lGL will come after -framewor...Gravatar reimar2009-09-04
* The libamrnb *en*coder, not the *de*coder should be added to the list ofGravatar diego2009-09-01
* Also check linker flags to make sure that liveMedia libraries are there, too,Gravatar reimar2009-08-31
* Fix detection of mips arch on NetBSD/sgimips.Gravatar diego2009-08-19
* Allow compilation with gcc 2.95.3 if videodev2.h does not support it.Gravatar cehoyos2009-08-14
* Make sure that unavailable message languages are not accepted.Gravatar diego2009-08-03
* Add a variable in config.mak whether SHM support is enabled or not.Gravatar ben2009-07-31
* Set both HAVE_BIGENDIAN and WORDS_BIGENDIAN.Gravatar diego2009-07-26
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN.Gravatar cehoyos2009-07-26
* Bandaid compilation fix: Disable ivtv VIDIX driver until a proper test exists.Gravatar diego2009-07-19
* The Makefile variable names for external libraries in FFmpeg changed.Gravatar diego2009-07-19
* Remove redundant ivtv VIDIX driver variable declarations.Gravatar diego2009-07-19