aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Expand)AuthorAge
* cosmetics: Move Quartz and CoreVideo checks into the vo driver section.Gravatar diego2009-05-05
* LDFLAGS for CoreVideo and Quartz should be MPlayer-only.Gravatar diego2009-05-05
* libdvdcss requires the Carbon framework to link on Mac OS X.Gravatar diego2009-05-05
* cosmetics: Move $def_dvdcss to a more sensible place in config.h.Gravatar diego2009-05-05
* cosmetics: Move CoreAudio check to audio output section.Gravatar diego2009-05-05
* Add #define for HAVE_DVDCSS_DVDCSS_H (needed by internal libdvdread) to config.hGravatar diego2009-05-05
* cosmetics: indentationGravatar diego2009-05-05
* Allow disabling and enabling VCD support through command line parameters.Gravatar diego2009-05-05
* CoreAudio LDFLAGS should be MPlayer-only.Gravatar diego2009-05-05
* 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