summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2014-01-14Initial support for HDMI-CECphintuka
2014-01-13Added sxfe_display_edid()phintuka
2013-08-15gnome-screensaver: Added support for Nokia N9 MCE (Mode Control Entity)phintuka
2012-08-30Fixed configure error exit valuephintuka
2012-07-29Pass libavutil CFLAGS from pkg-config to gccphintuka
2012-01-30configure: removed -lglut from OpenGL checkphintuka
2012-01-30OpenGL does not depend on XRender anymorephintuka
2011-06-11Cosmeticsphintuka
2011-06-11Added configure check for libblurayphintuka
2011-03-05Removed (unused) XRandr checkphintuka
(Part of gentoo patch vdr-xineliboutput-9999-build-system.patch)
2011-03-05Cosmeticsphintuka
2011-03-05opengl support needs -ldl and -lpthreadphintuka
vdr plugin needs -ldl (closes bug #3199506) (replaces patch #3197558, Thanks to Ville Skyttä)
2011-03-05Fixed commentphintuka
(patch #3197559, Thanks to Ville Skyttä)
2011-02-28Disable opengl if no dlfcn or pthreadphintuka
2011-02-28Added check for libcapphintuka
2011-02-28Added pthread and dlfcn to features listphintuka
2010-11-23configure: added an option to disable i18n supportphintuka
(Thanks to Christian Ruppert)
2010-10-19Finished the --cc and --cxx switch functionality.phintuka
(Thanks to Christian Ruppert)
2010-10-19Removed unneeded -ldbus-1phintuka
(Thanks to Christian Ruppert)
2010-07-09Link vdr-sxfe and vdr-fbfe with -lpthreadphintuka
Link vdr plugin with -ldl Closes #2998952
2010-05-26Added checks for XShape and OpenGLphintuka
(Thanks to grueni75, patch #2978033)
2010-05-25Link libavutil only to xine input pluginphintuka
2010-05-25Fixed bug #3006495: The xine plugins are unnecessarily linked with libjpegphintuka
(Thanks to Tobias Grimm)
2010-05-19Removed duplicate rule (disabled x11 -> ...)phintuka
2010-03-12Use pkg-config instead of deprecated xine-configphintuka
2010-03-12Cosmetics (whitespace)phintuka
2009-07-23Do not link against libvdpauphintuka
(Thanks to Tobias Grimm)
2009-02-17Added check for dbus-glibphintuka
2009-02-17Translate - to _ when generating C macro namesphintuka
2009-02-17Added CFLAGS (for include paths) to C compile / link testsphintuka
2009-02-17Added missing "phintuka
Log gcc output
2009-02-17Added debug output for flagsphintuka
2009-01-08Added sharpness and noise reduction setup options for VDPAU.rofafor
2008-11-18Added math library (-lm) to LIBS_X11 when building withphintuka
Xrender / HUD OSD support (Thanks to Anssi Hannula)
2008-11-12Silenced stdout and stderr in testhdr compilation.rofafor
2008-11-11Added check for libjpegphintuka
2008-11-11Added check for libavutilphintuka
2008-11-10Check for XShmphintuka
2008-11-10Fixed setting CFLAGSphintuka
2008-11-02Use pkg-config by defaultphintuka
2008-11-01Added test for pkg-configphintuka
2008-11-01Moved xine plugin dir check to configure scriptphintuka
2008-11-01Use configure-detected libs for linkingphintuka
2008-10-31Automatically generate features.h.phintuka
This file replaces all -DHAVE_... options passed to C compiler.
2008-10-31Moved C compile tests to configure script.phintuka
- it is now possible to disable features by running configure script manually before running make - improved tests: script checks linking too - results are imported to Makefile from generated config.mak file