| Commit message (Expand) | Author | Age |
* | cosmetics: Move Quartz and CoreVideo checks into the vo driver section. | diego | 2009-05-05 |
* | LDFLAGS for CoreVideo and Quartz should be MPlayer-only. | diego | 2009-05-05 |
* | libdvdcss requires the Carbon framework to link on Mac OS X. | diego | 2009-05-05 |
* | cosmetics: Move $def_dvdcss to a more sensible place in config.h. | diego | 2009-05-05 |
* | cosmetics: Move CoreAudio check to audio output section. | diego | 2009-05-05 |
* | Add #define for HAVE_DVDCSS_DVDCSS_H (needed by internal libdvdread) to config.h | diego | 2009-05-05 |
* | cosmetics: indentation | diego | 2009-05-05 |
* | Allow disabling and enabling VCD support through command line parameters. | diego | 2009-05-05 |
* | CoreAudio LDFLAGS should be MPlayer-only. | diego | 2009-05-05 |
* | Improve CoreAudio check: Use all required headers and frameworks. | diego | 2009-05-05 |
* | Simplify Mac OS X Finder and Mac OS X Bundle file locations checks. | diego | 2009-05-05 |
* | CONFIG_QUICKTIME should be set depending on the state of QTX support. | diego | 2009-05-04 |
* | Rename macosx video output driver to corevideo. | diego | 2009-05-04 |
* | Rename macosx audio output driver to coreaudio. | diego | 2009-05-04 |
* | QuickTime codecs support requires -framework QuickTime to link on Mac OS X. | diego | 2009-05-04 |
* | Replace QuickTime.h #include with Carbon.h, which is really needed. | diego | 2009-05-04 |
* | Improve CoreVideo check: Test more #includes, add -framework Carbon to LDFLAGS. | diego | 2009-05-04 |
* | Add information about configure options to config.mak. | diego | 2009-05-04 |
* | Revert previous two commits, the CoreVideo vo needs both OpenGL and Cocoa. | diego | 2009-04-26 |
* | Fix typo in CoreVideo linker flags: the Carbon, not Cocoa framework is needed. | diego | 2009-04-25 |
* | Remove unnecessary -framework OpenGL from CoreVideo linker flags. | diego | 2009-04-25 |
* | whitespace cosmetics: reindent Mac OS X checks, remove trailing whitespace | diego | 2009-04-25 |
* | Split generic OS X API check into separate CoreAudio, CoreVideo, Quartz checks. | diego | 2009-04-25 |
* | typo in XFORM asm check, noticed by Emanuele Giaquinta | diego | 2009-04-25 |
* | Pass argc and argv parameters to main() function in SDL test. | diego | 2009-04-23 |
* | Add HAVE_LDBRX to config.h for FFmpeg. | diego | 2009-04-20 |
* | Add check for XFORM ASM, needed by FFmpeg/PPC. | diego | 2009-04-20 |
* | Rely on POSIX-compatible head/tail versions that understand the -n option. | diego | 2009-04-16 |
* | Replace all `` by $(), it is more readable and easier to nest. | diego | 2009-04-15 |
* | Simplify OS detection functions. | diego | 2009-04-15 |
* | Use extra_cflags variable instead of CFLAGS to add system-specific CFLAGS. | diego | 2009-04-12 |
* | Move all CFLAGS checks together at the beginning of configure. | diego | 2009-04-10 |
* | Move thread-related CFLAGS settings into pthread test. | diego | 2009-04-10 |
* | Remove unnecessary Darwin default CFLAGS and LDFLAGS. | diego | 2009-04-10 |
* | Move darwin CFLAG settings to darwin section at the beginning of configure. | diego | 2009-04-10 |
* | Move amigaos CFLAG settings to amigaos section at the beginning of configure. | diego | 2009-04-10 |
* | gcc <3.1 is unsupported on Darwin, no need to check for this. | diego | 2009-04-10 |
* | Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it. | ramiro | 2009-04-08 |
* | Fix wrong syntax in test example, noticed by Jason Holt, jholt google com. | diego | 2009-04-08 |
* | Fix passing CFLAGS and LDFLAGS with = in them as configure parameters. | diego | 2009-04-04 |
* | Fix compilation for newly added VAAPI_HWACCEL's. | cehoyos | 2009-04-03 |
* | Support for libbs2b audio filter. | bircoph | 2009-04-02 |
* | Fix compilation with libavcodec's HWACCEL. | cehoyos | 2009-04-02 |
* | Check for ddk/ntddcdrm.h header before enabling VCD on mingw. | reimar | 2009-03-28 |
* | Rename local TMP variable to TMPRES to avoid a clash with the | reimar | 2009-03-27 |
* | cosmetics: Drop leading underscore from extra_ variables. | diego | 2009-03-25 |
* | Update help output with previous --extra-ldflags change. | diego | 2009-03-24 |
* | Replace --with-extralibdir option by --extra-ldflags, which accepts arbitrary | diego | 2009-03-24 |
* | typo fix: Remove stray '-' from --extra-cflags option evaluation. | diego | 2009-03-23 |
* | Replace --with-extraincdir option by --extra-cflags, which accepts arbitrary | diego | 2009-03-23 |