aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
...
* Improve CoreAudio check: Use all required headers and frameworks.Gravatar diego2009-05-05
* Simplify Mac OS X Finder and Mac OS X Bundle file locations checks.Gravatar diego2009-05-05
* CONFIG_QUICKTIME should be set depending on the state of QTX support.Gravatar diego2009-05-04
* Rename macosx video output driver to corevideo.Gravatar diego2009-05-04
* Rename macosx audio output driver to coreaudio.Gravatar diego2009-05-04
* QuickTime codecs support requires -framework QuickTime to link on Mac OS X.Gravatar diego2009-05-04
* Replace QuickTime.h #include with Carbon.h, which is really needed.Gravatar diego2009-05-04
* Improve CoreVideo check: Test more #includes, add -framework Carbon to LDFLAGS.Gravatar diego2009-05-04
* Add information about configure options to config.mak.Gravatar diego2009-05-04
* Revert previous two commits, the CoreVideo vo needs both OpenGL and Cocoa.Gravatar diego2009-04-26
* Fix typo in CoreVideo linker flags: the Carbon, not Cocoa framework is needed.Gravatar diego2009-04-25
* Remove unnecessary -framework OpenGL from CoreVideo linker flags.Gravatar diego2009-04-25
* whitespace cosmetics: reindent Mac OS X checks, remove trailing whitespaceGravatar diego2009-04-25
* Split generic OS X API check into separate CoreAudio, CoreVideo, Quartz checks.Gravatar diego2009-04-25
* typo in XFORM asm check, noticed by Emanuele GiaquintaGravatar diego2009-04-25
* Pass argc and argv parameters to main() function in SDL test.Gravatar diego2009-04-23
* Add HAVE_LDBRX to config.h for FFmpeg.Gravatar diego2009-04-20
* Add check for XFORM ASM, needed by FFmpeg/PPC.Gravatar diego2009-04-20
* Rely on POSIX-compatible head/tail versions that understand the -n option.Gravatar diego2009-04-16
* Replace all `` by $(), it is more readable and easier to nest.Gravatar diego2009-04-15
* Simplify OS detection functions.Gravatar diego2009-04-15
* Use extra_cflags variable instead of CFLAGS to add system-specific CFLAGS.Gravatar diego2009-04-12
* Move all CFLAGS checks together at the beginning of configure.Gravatar diego2009-04-10
* Move thread-related CFLAGS settings into pthread test.Gravatar diego2009-04-10
* Remove unnecessary Darwin default CFLAGS and LDFLAGS.Gravatar diego2009-04-10
* Move darwin CFLAG settings to darwin section at the beginning of configure.Gravatar diego2009-04-10
* Move amigaos CFLAG settings to amigaos section at the beginning of configure.Gravatar diego2009-04-10
* gcc <3.1 is unsupported on Darwin, no need to check for this.Gravatar diego2009-04-10
* Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.Gravatar ramiro2009-04-08
* Fix wrong syntax in test example, noticed by Jason Holt, jholt google com.Gravatar diego2009-04-08
* Fix passing CFLAGS and LDFLAGS with = in them as configure parameters.Gravatar diego2009-04-04
* Fix compilation for newly added VAAPI_HWACCEL's.Gravatar cehoyos2009-04-03
* Support for libbs2b audio filter.Gravatar bircoph2009-04-02
* Fix compilation with libavcodec's HWACCEL.Gravatar cehoyos2009-04-02
* Check for ddk/ntddcdrm.h header before enabling VCD on mingw.Gravatar reimar2009-03-28
* Rename local TMP variable to TMPRES to avoid a clash with theGravatar reimar2009-03-27
* cosmetics: Drop leading underscore from extra_ variables.Gravatar diego2009-03-25
* Update help output with previous --extra-ldflags change.Gravatar diego2009-03-24
* Replace --with-extralibdir option by --extra-ldflags, which accepts arbitraryGravatar diego2009-03-24
* typo fix: Remove stray '-' from --extra-cflags option evaluation.Gravatar diego2009-03-23
* Replace --with-extraincdir option by --extra-cflags, which accepts arbitraryGravatar diego2009-03-23
* Get rid of pointless EXTRA_INC and EXTRAXX_INC config.mak variable indirection.Gravatar diego2009-03-23
* Initialize HAVE_FAST_UNALIGNED definition to 0 so that it is never undefined.Gravatar diego2009-03-21
* Add CONFIG_SWSCALE_ALPHA and HAVE_VIRTUALALLOC config.h #defines for FFmpeg.Gravatar diego2009-03-21
* Support icc 11.1.Gravatar cehoyos2009-03-18
* Older versions of <vdpau/vdpau.h> will fail during compilation.Gravatar cehoyos2009-03-18
* HAVE_THREADS should be initialized to 0, it is a 0/1 #define in FFmpeg.Gravatar diego2009-03-15
* KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian netGravatar diego2009-03-14
* Add /usr/X11R7 to the list of directories in which to search for X11 includesGravatar diego2009-03-14
* Fix compilation with --charset=noconvGravatar reimar2009-03-13